Shades of Fuego #C2DB29
Tints of Fuego #C2DB29
RGB
CMYK
RGB Variations
Color information
#C2DB29 (or 0xC2DB29) is known color: Fuego. HEX triplet: C2, DB and 29. RGB value is (194,219,41). Sum of RGB (Red+Green+Blue) = 194+219+41=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB29 is #3D24D6. Grayscale: #BFBFBF. Windows color (decimal): -4007127 or 2743234. OLE color: 2743234.
HSL color Cylindrical-coordinate representation of color #C2DB29: hue angle of 68.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2DB29 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 41 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.14 |
| HSL | 68.43º | 0.71% | 0.51% | - |
| HSV(B) | 68.43º | 0.81% | 0.86% | - |
| XYZ | 47.98 | 62.29 | 11.59 | - |
| YUV | 191.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 41 | 0.11 | 0 | 0.81 | 0.14 | 68.43 | 0.71 | 0.51 |
| Hex | C2 | DB | 29 | B | 0 | 51 | E | 44 | 47 | 33 |
| Octal | 302 | 333 | 51 | 13 | 0 | 121 | 16 | 104 | 107 | 63 |
| Binary | 11000010 | 11011011 | 101001 | 1011 | 0 | 1010001 | 1110 | 1000100 | 1000111 | 110011 |
Color Harmonies of #C2DB29
Complementary color
Monochromatic Colors of #C2DB29
Black with #C2DB29
Text Example
Text Example
White with #C2DB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB29; }
p { color: rgb(194,219,41); }
H1.HeaderClassName
{
color: #C2DB29;
}
.AnyTagClassName
{
color: #C2DB29;
}
</style>
background-color css
<style>
a { background-color: #C2DB29; }
a { background-color: rgb(194,219,41); }
div.DivClassName
{
background-color: #C2DB29;
}
.BgClassName
{
background-color: #C2DB29;
}
</style>
border-color css
<style>
span { border-color: #C2DB29; }
span { border-color: rgb(194,219,41); }
td.TdClassName
{
border-color: #C2DB29;
}
.TagClassName
{
border-color: #C2DB29;
}
</style>