Shades of Fuego #C8D72E
Tints of Fuego #C8D72E
RGB
CMYK
RGB Variations
Color information
#C8D72E (or 0xC8D72E) is known color: Fuego. HEX triplet: C8, D7 and 2E. RGB value is (200,215,46). Sum of RGB (Red+Green+Blue) = 200+215+46=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D72E is #3728D1. Grayscale: #BFBFBF. Windows color (decimal): -3614930 or 3069896. OLE color: 3069896.
HSL color Cylindrical-coordinate representation of color #C8D72E: hue angle of 65.33º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8D72E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 46 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.16 |
| HSL | 65.33º | 0.68% | 0.51% | - |
| HSV(B) | 65.33º | 0.79% | 0.84% | - |
| XYZ | 48.61 | 61.08 | 11.81 | - |
| YUV | 191.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 46 | 0.07 | 0 | 0.79 | 0.16 | 65.33 | 0.68 | 0.51 |
| Hex | C8 | D7 | 2E | 7 | 0 | 4F | 10 | 41 | 44 | 33 |
| Octal | 310 | 327 | 56 | 7 | 0 | 117 | 20 | 101 | 104 | 63 |
| Binary | 11001000 | 11010111 | 101110 | 111 | 0 | 1001111 | 10000 | 1000001 | 1000100 | 110011 |
Color Harmonies of #C8D72E
Complementary color
Monochromatic Colors of #C8D72E
Black with #C8D72E
Text Example
Text Example
White with #C8D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D72E; }
p { color: rgb(200,215,46); }
H1.HeaderClassName
{
color: #C8D72E;
}
.AnyTagClassName
{
color: #C8D72E;
}
</style>
background-color css
<style>
a { background-color: #C8D72E; }
a { background-color: rgb(200,215,46); }
div.DivClassName
{
background-color: #C8D72E;
}
.BgClassName
{
background-color: #C8D72E;
}
</style>
border-color css
<style>
span { border-color: #C8D72E; }
span { border-color: rgb(200,215,46); }
td.TdClassName
{
border-color: #C8D72E;
}
.TagClassName
{
border-color: #C8D72E;
}
</style>