Shades of Fuego #C7DA29
Tints of Fuego #C7DA29
RGB
CMYK
RGB Variations
Color information
#C7DA29 (or 0xC7DA29) is known color: Fuego. HEX triplet: C7, DA and 29. RGB value is (199,218,41). Sum of RGB (Red+Green+Blue) = 199+218+41=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DA29 is #3825D6. Grayscale: #C0C0C0. Windows color (decimal): -3679703 or 2742983. OLE color: 2742983.
HSL color Cylindrical-coordinate representation of color #C7DA29: hue angle of 66.44º 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 #C7DA29 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 41 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.15 |
| HSL | 66.44º | 0.71% | 0.51% | - |
| HSV(B) | 66.44º | 0.81% | 0.85% | - |
| XYZ | 49.02 | 62.45 | 11.57 | - |
| YUV | 192.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 41 | 0.09 | 0 | 0.81 | 0.15 | 66.44 | 0.71 | 0.51 |
| Hex | C7 | DA | 29 | 9 | 0 | 51 | F | 42 | 47 | 33 |
| Octal | 307 | 332 | 51 | 11 | 0 | 121 | 17 | 102 | 107 | 63 |
| Binary | 11000111 | 11011010 | 101001 | 1001 | 0 | 1010001 | 1111 | 1000010 | 1000111 | 110011 |
Color Harmonies of #C7DA29
Complementary color
Monochromatic Colors of #C7DA29
Black with #C7DA29
Text Example
Text Example
White with #C7DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA29; }
p { color: rgb(199,218,41); }
H1.HeaderClassName
{
color: #C7DA29;
}
.AnyTagClassName
{
color: #C7DA29;
}
</style>
background-color css
<style>
a { background-color: #C7DA29; }
a { background-color: rgb(199,218,41); }
div.DivClassName
{
background-color: #C7DA29;
}
.BgClassName
{
background-color: #C7DA29;
}
</style>
border-color css
<style>
span { border-color: #C7DA29; }
span { border-color: rgb(199,218,41); }
td.TdClassName
{
border-color: #C7DA29;
}
.TagClassName
{
border-color: #C7DA29;
}
</style>