Shades of Fuego #C0E120
Tints of Fuego #C0E120
RGB
CMYK
RGB Variations
Color information
#C0E120 (or 0xC0E120) is known color: Fuego. HEX triplet: C0, E1 and 20. RGB value is (192,225,32). Sum of RGB (Red+Green+Blue) = 192+225+32=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E120 is #3F1EDF. Grayscale: #C1C1C1. Windows color (decimal): -4136672 or 2154944. OLE color: 2154944.
HSL color Cylindrical-coordinate representation of color #C0E120: hue angle of 70.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0E120 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 32 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.12 |
| HSL | 70.26º | 0.76% | 0.5% | - |
| HSV(B) | 70.26º | 0.86% | 0.88% | - |
| XYZ | 48.92 | 65.16 | 11.37 | - |
| YUV | 193.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 32 | 0.15 | 0 | 0.86 | 0.12 | 70.26 | 0.76 | 0.5 |
| Hex | C0 | E1 | 20 | F | 0 | 56 | C | 46 | 4C | 32 |
| Octal | 300 | 341 | 40 | 17 | 0 | 126 | 14 | 106 | 114 | 62 |
| Binary | 11000000 | 11100001 | 100000 | 1111 | 0 | 1010110 | 1100 | 1000110 | 1001100 | 110010 |
Color Harmonies of #C0E120
Complementary color
Monochromatic Colors of #C0E120
Black with #C0E120
Text Example
Text Example
White with #C0E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E120; }
p { color: rgb(192,225,32); }
H1.HeaderClassName
{
color: #C0E120;
}
.AnyTagClassName
{
color: #C0E120;
}
</style>
background-color css
<style>
a { background-color: #C0E120; }
a { background-color: rgb(192,225,32); }
div.DivClassName
{
background-color: #C0E120;
}
.BgClassName
{
background-color: #C0E120;
}
</style>
border-color css
<style>
span { border-color: #C0E120; }
span { border-color: rgb(192,225,32); }
td.TdClassName
{
border-color: #C0E120;
}
.TagClassName
{
border-color: #C0E120;
}
</style>