Shades of Fuego #C7D429
Tints of Fuego #C7D429
RGB
CMYK
RGB Variations
Color information
#C7D429 (or 0xC7D429) is known color: Fuego. HEX triplet: C7, D4 and 29. RGB value is (199,212,41). Sum of RGB (Red+Green+Blue) = 199+212+41=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D429 is #382BD6. Grayscale: #BDBDBD. Windows color (decimal): -3681239 or 2741447. OLE color: 2741447.
HSL color Cylindrical-coordinate representation of color #C7D429: hue angle of 64.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7D429 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.17 |
| HSL | 64.56º | 0.68% | 0.5% | - |
| HSV(B) | 64.56º | 0.81% | 0.83% | - |
| XYZ | 47.5 | 59.39 | 11.06 | - |
| YUV | 188.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 41 | 0.06 | 0 | 0.81 | 0.17 | 64.56 | 0.68 | 0.5 |
| Hex | C7 | D4 | 29 | 6 | 0 | 51 | 11 | 41 | 44 | 32 |
| Octal | 307 | 324 | 51 | 6 | 0 | 121 | 21 | 101 | 104 | 62 |
| Binary | 11000111 | 11010100 | 101001 | 110 | 0 | 1010001 | 10001 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C7D429
Complementary color
Monochromatic Colors of #C7D429
Black with #C7D429
Text Example
Text Example
White with #C7D429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D429; }
p { color: rgb(199,212,41); }
H1.HeaderClassName
{
color: #C7D429;
}
.AnyTagClassName
{
color: #C7D429;
}
</style>
background-color css
<style>
a { background-color: #C7D429; }
a { background-color: rgb(199,212,41); }
div.DivClassName
{
background-color: #C7D429;
}
.BgClassName
{
background-color: #C7D429;
}
</style>
border-color css
<style>
span { border-color: #C7D429; }
span { border-color: rgb(199,212,41); }
td.TdClassName
{
border-color: #C7D429;
}
.TagClassName
{
border-color: #C7D429;
}
</style>