Shades of Fuego #C2E220
Tints of Fuego #C2E220
RGB
CMYK
RGB Variations
Color information
#C2E220 (or 0xC2E220) is known color: Fuego. HEX triplet: C2, E2 and 20. RGB value is (194,226,32). Sum of RGB (Red+Green+Blue) = 194+226+32=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E220 is #3D1DDF. Grayscale: #C3C3C3. Windows color (decimal): -4005344 or 2155202. OLE color: 2155202.
HSL color Cylindrical-coordinate representation of color #C2E220: hue angle of 69.9º 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 #C2E220 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.11 |
| HSL | 69.9º | 0.77% | 0.51% | - |
| HSV(B) | 69.9º | 0.86% | 0.89% | - |
| XYZ | 49.71 | 65.97 | 11.48 | - |
| YUV | 194.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 32 | 0.14 | 0 | 0.86 | 0.11 | 69.9 | 0.77 | 0.51 |
| Hex | C2 | E2 | 20 | E | 0 | 56 | B | 46 | 4D | 33 |
| Octal | 302 | 342 | 40 | 16 | 0 | 126 | 13 | 106 | 115 | 63 |
| Binary | 11000010 | 11100010 | 100000 | 1110 | 0 | 1010110 | 1011 | 1000110 | 1001101 | 110011 |
Color Harmonies of #C2E220
Complementary color
Monochromatic Colors of #C2E220
Black with #C2E220
Text Example
Text Example
White with #C2E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E220; }
p { color: rgb(194,226,32); }
H1.HeaderClassName
{
color: #C2E220;
}
.AnyTagClassName
{
color: #C2E220;
}
</style>
background-color css
<style>
a { background-color: #C2E220; }
a { background-color: rgb(194,226,32); }
div.DivClassName
{
background-color: #C2E220;
}
.BgClassName
{
background-color: #C2E220;
}
</style>
border-color css
<style>
span { border-color: #C2E220; }
span { border-color: rgb(194,226,32); }
td.TdClassName
{
border-color: #C2E220;
}
.TagClassName
{
border-color: #C2E220;
}
</style>