Shades of Fuego #C2DB23
Tints of Fuego #C2DB23
RGB
CMYK
RGB Variations
Color information
#C2DB23 (or 0xC2DB23) is known color: Fuego. HEX triplet: C2, DB and 23. RGB value is (194,219,35). Sum of RGB (Red+Green+Blue) = 194+219+35=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB23 is #3D24DC. Grayscale: #BFBFBF. Windows color (decimal): -4007133 or 2350018. OLE color: 2350018.
HSL color Cylindrical-coordinate representation of color #C2DB23: hue angle of 68.15º degrees, saturation: 0.72, 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 #C2DB23 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.14 |
| HSL | 68.15º | 0.72% | 0.5% | - |
| HSV(B) | 68.15º | 0.84% | 0.86% | - |
| XYZ | 47.88 | 62.25 | 11.08 | - |
| YUV | 190.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 35 | 0.11 | 0 | 0.84 | 0.14 | 68.15 | 0.72 | 0.5 |
| Hex | C2 | DB | 23 | B | 0 | 54 | E | 44 | 48 | 32 |
| Octal | 302 | 333 | 43 | 13 | 0 | 124 | 16 | 104 | 110 | 62 |
| Binary | 11000010 | 11011011 | 100011 | 1011 | 0 | 1010100 | 1110 | 1000100 | 1001000 | 110010 |
Color Harmonies of #C2DB23
Complementary color
Monochromatic Colors of #C2DB23
Black with #C2DB23
Text Example
Text Example
White with #C2DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB23; }
p { color: rgb(194,219,35); }
H1.HeaderClassName
{
color: #C2DB23;
}
.AnyTagClassName
{
color: #C2DB23;
}
</style>
background-color css
<style>
a { background-color: #C2DB23; }
a { background-color: rgb(194,219,35); }
div.DivClassName
{
background-color: #C2DB23;
}
.BgClassName
{
background-color: #C2DB23;
}
</style>
border-color css
<style>
span { border-color: #C2DB23; }
span { border-color: rgb(194,219,35); }
td.TdClassName
{
border-color: #C2DB23;
}
.TagClassName
{
border-color: #C2DB23;
}
</style>