Shades of Fuego #C8D72F
Tints of Fuego #C8D72F
RGB
CMYK
RGB Variations
Color information
#C8D72F (or 0xC8D72F) is known color: Fuego. HEX triplet: C8, D7 and 2F. RGB value is (200,215,47). Sum of RGB (Red+Green+Blue) = 200+215+47=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D72F is #3728D0. Grayscale: #C0C0C0. Windows color (decimal): -3614929 or 3135432. OLE color: 3135432.
HSL color Cylindrical-coordinate representation of color #C8D72F: hue angle of 65.36º 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 #C8D72F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 47 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.16 |
| HSL | 65.36º | 0.68% | 0.51% | - |
| HSV(B) | 65.36º | 0.78% | 0.84% | - |
| XYZ | 48.63 | 61.09 | 11.92 | - |
| YUV | 191.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 47 | 0.07 | 0 | 0.78 | 0.16 | 65.36 | 0.68 | 0.51 |
| Hex | C8 | D7 | 2F | 7 | 0 | 4E | 10 | 41 | 44 | 33 |
| Octal | 310 | 327 | 57 | 7 | 0 | 116 | 20 | 101 | 104 | 63 |
| Binary | 11001000 | 11010111 | 101111 | 111 | 0 | 1001110 | 10000 | 1000001 | 1000100 | 110011 |
Color Harmonies of #C8D72F
Complementary color
Monochromatic Colors of #C8D72F
Black with #C8D72F
Text Example
Text Example
White with #C8D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D72F; }
p { color: rgb(200,215,47); }
H1.HeaderClassName
{
color: #C8D72F;
}
.AnyTagClassName
{
color: #C8D72F;
}
</style>
background-color css
<style>
a { background-color: #C8D72F; }
a { background-color: rgb(200,215,47); }
div.DivClassName
{
background-color: #C8D72F;
}
.BgClassName
{
background-color: #C8D72F;
}
</style>
border-color css
<style>
span { border-color: #C8D72F; }
span { border-color: rgb(200,215,47); }
td.TdClassName
{
border-color: #C8D72F;
}
.TagClassName
{
border-color: #C8D72F;
}
</style>