Shades of Fuego #C7D42F
Tints of Fuego #C7D42F
RGB
CMYK
RGB Variations
Color information
#C7D42F (or 0xC7D42F) is known color: Fuego. HEX triplet: C7, D4 and 2F. RGB value is (199,212,47). Sum of RGB (Red+Green+Blue) = 199+212+47=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D42F is #382BD0. Grayscale: #BDBDBD. Windows color (decimal): -3681233 or 3134663. OLE color: 3134663.
HSL color Cylindrical-coordinate representation of color #C7D42F: hue angle of 64.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7D42F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 47 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.17 |
| HSL | 64.73º | 0.66% | 0.51% | - |
| HSV(B) | 64.73º | 0.78% | 0.83% | - |
| XYZ | 47.61 | 59.43 | 11.65 | - |
| YUV | 189.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 47 | 0.06 | 0 | 0.78 | 0.17 | 64.73 | 0.66 | 0.51 |
| Hex | C7 | D4 | 2F | 6 | 0 | 4E | 11 | 41 | 42 | 33 |
| Octal | 307 | 324 | 57 | 6 | 0 | 116 | 21 | 101 | 102 | 63 |
| Binary | 11000111 | 11010100 | 101111 | 110 | 0 | 1001110 | 10001 | 1000001 | 1000010 | 110011 |
Color Harmonies of #C7D42F
Complementary color
Monochromatic Colors of #C7D42F
Black with #C7D42F
Text Example
Text Example
White with #C7D42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D42F; }
p { color: rgb(199,212,47); }
H1.HeaderClassName
{
color: #C7D42F;
}
.AnyTagClassName
{
color: #C7D42F;
}
</style>
background-color css
<style>
a { background-color: #C7D42F; }
a { background-color: rgb(199,212,47); }
div.DivClassName
{
background-color: #C7D42F;
}
.BgClassName
{
background-color: #C7D42F;
}
</style>
border-color css
<style>
span { border-color: #C7D42F; }
span { border-color: rgb(199,212,47); }
td.TdClassName
{
border-color: #C7D42F;
}
.TagClassName
{
border-color: #C7D42F;
}
</style>