Shades of Fuego #C8E11D
Tints of Fuego #C8E11D
RGB
CMYK
RGB Variations
Color information
#C8E11D (or 0xC8E11D) is known color: Fuego. HEX triplet: C8, E1 and 1D. RGB value is (200,225,29). Sum of RGB (Red+Green+Blue) = 200+225+29=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E11D is #371EE2. Grayscale: #C3C3C3. Windows color (decimal): -3612387 or 1958344. OLE color: 1958344.
HSL color Cylindrical-coordinate representation of color #C8E11D: hue angle of 67.65º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8E11D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.12 |
| HSL | 67.65º | 0.77% | 0.5% | - |
| HSV(B) | 67.65º | 0.87% | 0.88% | - |
| XYZ | 50.97 | 66.22 | 11.26 | - |
| YUV | 195.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 29 | 0.11 | 0 | 0.87 | 0.12 | 67.65 | 0.77 | 0.5 |
| Hex | C8 | E1 | 1D | B | 0 | 57 | C | 44 | 4D | 32 |
| Octal | 310 | 341 | 35 | 13 | 0 | 127 | 14 | 104 | 115 | 62 |
| Binary | 11001000 | 11100001 | 11101 | 1011 | 0 | 1010111 | 1100 | 1000100 | 1001101 | 110010 |
Color Harmonies of #C8E11D
Complementary color
Monochromatic Colors of #C8E11D
Black with #C8E11D
Text Example
Text Example
White with #C8E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E11D; }
p { color: rgb(200,225,29); }
H1.HeaderClassName
{
color: #C8E11D;
}
.AnyTagClassName
{
color: #C8E11D;
}
</style>
background-color css
<style>
a { background-color: #C8E11D; }
a { background-color: rgb(200,225,29); }
div.DivClassName
{
background-color: #C8E11D;
}
.BgClassName
{
background-color: #C8E11D;
}
</style>
border-color css
<style>
span { border-color: #C8E11D; }
span { border-color: rgb(200,225,29); }
td.TdClassName
{
border-color: #C8E11D;
}
.TagClassName
{
border-color: #C8E11D;
}
</style>