Shades of Fuego #C8E220
Tints of Fuego #C8E220
RGB
CMYK
RGB Variations
Color information
#C8E220 (or 0xC8E220) is known color: Fuego. HEX triplet: C8, E2 and 20. RGB value is (200,226,32). Sum of RGB (Red+Green+Blue) = 200+226+32=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E220 is #371DDF. Grayscale: #C4C4C4. Windows color (decimal): -3612128 or 2155208. OLE color: 2155208.
HSL color Cylindrical-coordinate representation of color #C8E220: hue angle of 68.04º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8E220 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.11 |
| HSL | 68.04º | 0.77% | 0.51% | - |
| HSV(B) | 68.04º | 0.86% | 0.89% | - |
| XYZ | 51.28 | 66.78 | 11.55 | - |
| YUV | 196.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 32 | 0.12 | 0 | 0.86 | 0.11 | 68.04 | 0.77 | 0.51 |
| Hex | C8 | E2 | 20 | C | 0 | 56 | B | 44 | 4D | 33 |
| Octal | 310 | 342 | 40 | 14 | 0 | 126 | 13 | 104 | 115 | 63 |
| Binary | 11001000 | 11100010 | 100000 | 1100 | 0 | 1010110 | 1011 | 1000100 | 1001101 | 110011 |
Color Harmonies of #C8E220
Complementary color
Monochromatic Colors of #C8E220
Black with #C8E220
Text Example
Text Example
White with #C8E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E220; }
p { color: rgb(200,226,32); }
H1.HeaderClassName
{
color: #C8E220;
}
.AnyTagClassName
{
color: #C8E220;
}
</style>
background-color css
<style>
a { background-color: #C8E220; }
a { background-color: rgb(200,226,32); }
div.DivClassName
{
background-color: #C8E220;
}
.BgClassName
{
background-color: #C8E220;
}
</style>
border-color css
<style>
span { border-color: #C8E220; }
span { border-color: rgb(200,226,32); }
td.TdClassName
{
border-color: #C8E220;
}
.TagClassName
{
border-color: #C8E220;
}
</style>