Shades of Fuego #C2DC23
Tints of Fuego #C2DC23
RGB
CMYK
RGB Variations
Color information
#C2DC23 (or 0xC2DC23) is known color: Fuego. HEX triplet: C2, DC and 23. RGB value is (194,220,35). Sum of RGB (Red+Green+Blue) = 194+220+35=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC23 is #3D23DC. Grayscale: #BFBFBF. Windows color (decimal): -4006877 or 2350274. OLE color: 2350274.
HSL color Cylindrical-coordinate representation of color #C2DC23: hue angle of 68.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2DC23 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 35 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.14 |
| HSL | 68.43º | 0.73% | 0.5% | - |
| HSV(B) | 68.43º | 0.84% | 0.86% | - |
| XYZ | 48.14 | 62.78 | 11.17 | - |
| YUV | 191.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 35 | 0.12 | 0 | 0.84 | 0.14 | 68.43 | 0.73 | 0.5 |
| Hex | C2 | DC | 23 | C | 0 | 54 | E | 44 | 49 | 32 |
| Octal | 302 | 334 | 43 | 14 | 0 | 124 | 16 | 104 | 111 | 62 |
| Binary | 11000010 | 11011100 | 100011 | 1100 | 0 | 1010100 | 1110 | 1000100 | 1001001 | 110010 |
Color Harmonies of #C2DC23
Complementary color
Monochromatic Colors of #C2DC23
Black with #C2DC23
Text Example
Text Example
White with #C2DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC23; }
p { color: rgb(194,220,35); }
H1.HeaderClassName
{
color: #C2DC23;
}
.AnyTagClassName
{
color: #C2DC23;
}
</style>
background-color css
<style>
a { background-color: #C2DC23; }
a { background-color: rgb(194,220,35); }
div.DivClassName
{
background-color: #C2DC23;
}
.BgClassName
{
background-color: #C2DC23;
}
</style>
border-color css
<style>
span { border-color: #C2DC23; }
span { border-color: rgb(194,220,35); }
td.TdClassName
{
border-color: #C2DC23;
}
.TagClassName
{
border-color: #C2DC23;
}
</style>