Shades of Fuego #C0E121
Tints of Fuego #C0E121
RGB
CMYK
RGB Variations
Color information
#C0E121 (or 0xC0E121) is known color: Fuego. HEX triplet: C0, E1 and 21. RGB value is (192,225,33). Sum of RGB (Red+Green+Blue) = 192+225+33=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E121 is #3F1EDE. Grayscale: #C1C1C1. Windows color (decimal): -4136671 or 2220480. OLE color: 2220480.
HSL color Cylindrical-coordinate representation of color #C0E121: hue angle of 70.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0E121 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.12 |
| HSL | 70.31º | 0.76% | 0.51% | - |
| HSV(B) | 70.31º | 0.85% | 0.88% | - |
| XYZ | 48.94 | 65.17 | 11.44 | - |
| YUV | 193.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 33 | 0.15 | 0 | 0.85 | 0.12 | 70.31 | 0.76 | 0.51 |
| Hex | C0 | E1 | 21 | F | 0 | 55 | C | 46 | 4C | 33 |
| Octal | 300 | 341 | 41 | 17 | 0 | 125 | 14 | 106 | 114 | 63 |
| Binary | 11000000 | 11100001 | 100001 | 1111 | 0 | 1010101 | 1100 | 1000110 | 1001100 | 110011 |
Color Harmonies of #C0E121
Complementary color
Monochromatic Colors of #C0E121
Black with #C0E121
Text Example
Text Example
White with #C0E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E121; }
p { color: rgb(192,225,33); }
H1.HeaderClassName
{
color: #C0E121;
}
.AnyTagClassName
{
color: #C0E121;
}
</style>
background-color css
<style>
a { background-color: #C0E121; }
a { background-color: rgb(192,225,33); }
div.DivClassName
{
background-color: #C0E121;
}
.BgClassName
{
background-color: #C0E121;
}
</style>
border-color css
<style>
span { border-color: #C0E121; }
span { border-color: rgb(192,225,33); }
td.TdClassName
{
border-color: #C0E121;
}
.TagClassName
{
border-color: #C0E121;
}
</style>