Shades of Fuego #C2DA29
Tints of Fuego #C2DA29
RGB
CMYK
RGB Variations
Color information
#C2DA29 (or 0xC2DA29) is known color: Fuego. HEX triplet: C2, DA and 29. RGB value is (194,218,41). Sum of RGB (Red+Green+Blue) = 194+218+41=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA29 is #3D25D6. Grayscale: #BFBFBF. Windows color (decimal): -4007383 or 2742978. OLE color: 2742978.
HSL color Cylindrical-coordinate representation of color #C2DA29: hue angle of 68.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2DA29 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 41 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.15 |
| HSL | 68.14º | 0.71% | 0.51% | - |
| HSV(B) | 68.14º | 0.81% | 0.85% | - |
| XYZ | 47.72 | 61.77 | 11.51 | - |
| YUV | 190.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 41 | 0.11 | 0 | 0.81 | 0.15 | 68.14 | 0.71 | 0.51 |
| Hex | C2 | DA | 29 | B | 0 | 51 | F | 44 | 47 | 33 |
| Octal | 302 | 332 | 51 | 13 | 0 | 121 | 17 | 104 | 107 | 63 |
| Binary | 11000010 | 11011010 | 101001 | 1011 | 0 | 1010001 | 1111 | 1000100 | 1000111 | 110011 |
Color Harmonies of #C2DA29
Complementary color
Monochromatic Colors of #C2DA29
Black with #C2DA29
Text Example
Text Example
White with #C2DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA29; }
p { color: rgb(194,218,41); }
H1.HeaderClassName
{
color: #C2DA29;
}
.AnyTagClassName
{
color: #C2DA29;
}
</style>
background-color css
<style>
a { background-color: #C2DA29; }
a { background-color: rgb(194,218,41); }
div.DivClassName
{
background-color: #C2DA29;
}
.BgClassName
{
background-color: #C2DA29;
}
</style>
border-color css
<style>
span { border-color: #C2DA29; }
span { border-color: rgb(194,218,41); }
td.TdClassName
{
border-color: #C2DA29;
}
.TagClassName
{
border-color: #C2DA29;
}
</style>