In the RGB color model, hex triplet #00da0c has decimal index of: 55820, is composed of 0% red, 85.5% green and 4.7% blue. #00da0c in CMYK color model, is composed of 100% cyan, 0% magenta, 94.5% yellow and 14.5% black. #00cc00 is the closest web-safe color to #00da0c...
Its decimal value is 1297420. Hex triplet 13cc0c #13cc0c RGB Decimal 19, 204, 12 rgb(19,204,12) RGB Percent 7.5, 80, 4.7 rgb(7.5%,80%,4.7%) CMYK 91, 0, 94, 20 HSL 117.8°, 88.9, 42.4 hsl(117.8,88.9%,42.4%) HSV (or HSB) 117.8°, 94.1, 80 Web Safe 00cc00 #00cc...
Its decimal value is 1883148. Hex triplet 1cbc0c #1cbc0c RGB Decimal 28, 188, 12 rgb(28,188,12) RGB Percent 11, 73.7, 4.7 rgb(11%,73.7%,4.7%) CMYK 85, 0, 94, 26 HSL 114.5°, 88, 39.2 hsl(114.5,88%,39.2%) HSV (or HSB) 114.5°, 93.6, 73.7 Web Safe 33cc00 #33cc00...
In the RGB color model, hex triplet #02020c has decimal index of: 131596, is composed of 0.8% red, 0.8% green and 4.7% blue. #02020c in CMYK color model, is composed of 83.3% cyan, 83.3% magenta, 0% yellow and 95.3% black. #000000 is the closest web-safe color to #02020...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Decimal 7930048 Binary 01111001, 00000000, 11000000 Hexadecimal #7900c0 LRV ≈ 7.9% Closest short hex #70b ΔE = 0.873 RGB rgb(121, 0, 192) RGBA rgba(121, 0, 192, 1.0) Adobe RGB (1998) R: 0.40468, G: 0.00324, B: 0.73316 / #6701bb ΔE = 3.433 rg chromaticity r: 0.387, g: ...
return hex; } string DeciTo4Bin(int n)//十进制转4位二进制 { string decimal = ""; while (n) { decimal += to_string(n % 2); n = n / 2; } //反转一下 for (int i = 0; i < decimal.size() / 2; i++) { char temp; ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Life obliges me to do something, so I paint.Rene Magritte … Color Charts RGB CMYK RYBColor Space Conversions Decimal 3148812 Binary 00110000, 00001100, 00001100 Hexadecimal #300c0c LRV ≈ 0.9% Closest short hex #311 ΔE = 1.993 RGB rgb(48, 12, 12) RGBA rgba(48, 12, 12, 1.0) rg...
decimal_digit =...{ '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' } . hex_digit = { '0' | '1' | '2' | '3' |...values (maybe just array of bytes) by a conversion a [3]byte; a[0] = 'a'; a[1] = 'b'; a[2] = '...For ...