Shades of Fuego #C2E120
Tints of Fuego #C2E120
RGB
CMYK
RGB Variations
Color information
#C2E120 (or 0xC2E120) is known color: Fuego. HEX triplet: C2, E1 and 20. RGB value is (194,225,32). Sum of RGB (Red+Green+Blue) = 194+225+32=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E120 is #3D1EDF. Grayscale: #C2C2C2. Windows color (decimal): -4005600 or 2154946. OLE color: 2154946.
HSL color Cylindrical-coordinate representation of color #C2E120: hue angle of 69.64º 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 #C2E120 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.12 |
| HSL | 69.64º | 0.76% | 0.5% | - |
| HSV(B) | 69.64º | 0.86% | 0.88% | - |
| XYZ | 49.43 | 65.42 | 11.39 | - |
| YUV | 193.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 32 | 0.14 | 0 | 0.86 | 0.12 | 69.64 | 0.76 | 0.5 |
| Hex | C2 | E1 | 20 | E | 0 | 56 | C | 46 | 4C | 32 |
| Octal | 302 | 341 | 40 | 16 | 0 | 126 | 14 | 106 | 114 | 62 |
| Binary | 11000010 | 11100001 | 100000 | 1110 | 0 | 1010110 | 1100 | 1000110 | 1001100 | 110010 |
Color Harmonies of #C2E120
Complementary color
Monochromatic Colors of #C2E120
Black with #C2E120
Text Example
Text Example
White with #C2E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E120; }
p { color: rgb(194,225,32); }
H1.HeaderClassName
{
color: #C2E120;
}
.AnyTagClassName
{
color: #C2E120;
}
</style>
background-color css
<style>
a { background-color: #C2E120; }
a { background-color: rgb(194,225,32); }
div.DivClassName
{
background-color: #C2E120;
}
.BgClassName
{
background-color: #C2E120;
}
</style>
border-color css
<style>
span { border-color: #C2E120; }
span { border-color: rgb(194,225,32); }
td.TdClassName
{
border-color: #C2E120;
}
.TagClassName
{
border-color: #C2E120;
}
</style>