Shades of Fuego #C7D72F
Tints of Fuego #C7D72F
RGB
CMYK
RGB Variations
Color information
#C7D72F (or 0xC7D72F) is known color: Fuego. HEX triplet: C7, D7 and 2F. RGB value is (199,215,47). Sum of RGB (Red+Green+Blue) = 199+215+47=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D72F is #3828D0. Grayscale: #BFBFBF. Windows color (decimal): -3680465 or 3135431. OLE color: 3135431.
HSL color Cylindrical-coordinate representation of color #C7D72F: hue angle of 65.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7D72F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 47 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.16 |
| HSL | 65.71º | 0.68% | 0.51% | - |
| HSV(B) | 65.71º | 0.78% | 0.84% | - |
| XYZ | 48.37 | 60.95 | 11.9 | - |
| YUV | 191.06 | 46.7 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 47 | 0.07 | 0 | 0.78 | 0.16 | 65.71 | 0.68 | 0.51 |
| Hex | C7 | D7 | 2F | 7 | 0 | 4E | 10 | 42 | 44 | 33 |
| Octal | 307 | 327 | 57 | 7 | 0 | 116 | 20 | 102 | 104 | 63 |
| Binary | 11000111 | 11010111 | 101111 | 111 | 0 | 1001110 | 10000 | 1000010 | 1000100 | 110011 |
Color Harmonies of #C7D72F
Complementary color
Monochromatic Colors of #C7D72F
Black with #C7D72F
Text Example
Text Example
White with #C7D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D72F; }
p { color: rgb(199,215,47); }
H1.HeaderClassName
{
color: #C7D72F;
}
.AnyTagClassName
{
color: #C7D72F;
}
</style>
background-color css
<style>
a { background-color: #C7D72F; }
a { background-color: rgb(199,215,47); }
div.DivClassName
{
background-color: #C7D72F;
}
.BgClassName
{
background-color: #C7D72F;
}
</style>
border-color css
<style>
span { border-color: #C7D72F; }
span { border-color: rgb(199,215,47); }
td.TdClassName
{
border-color: #C7D72F;
}
.TagClassName
{
border-color: #C7D72F;
}
</style>