Shades of Fuego #C2E221
Tints of Fuego #C2E221
RGB
CMYK
RGB Variations
Color information
#C2E221 (or 0xC2E221) is known color: Fuego. HEX triplet: C2, E2 and 21. RGB value is (194,226,33). Sum of RGB (Red+Green+Blue) = 194+226+33=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E221 is #3D1DDE. Grayscale: #C3C3C3. Windows color (decimal): -4005343 or 2220738. OLE color: 2220738.
HSL color Cylindrical-coordinate representation of color #C2E221: hue angle of 69.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2E221 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.11 |
| HSL | 69.95º | 0.77% | 0.51% | - |
| HSV(B) | 69.95º | 0.85% | 0.89% | - |
| XYZ | 49.72 | 65.97 | 11.55 | - |
| YUV | 194.43 | 36.9 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 33 | 0.14 | 0 | 0.85 | 0.11 | 69.95 | 0.77 | 0.51 |
| Hex | C2 | E2 | 21 | E | 0 | 55 | B | 46 | 4D | 33 |
| Octal | 302 | 342 | 41 | 16 | 0 | 125 | 13 | 106 | 115 | 63 |
| Binary | 11000010 | 11100010 | 100001 | 1110 | 0 | 1010101 | 1011 | 1000110 | 1001101 | 110011 |
Color Harmonies of #C2E221
Complementary color
Monochromatic Colors of #C2E221
Black with #C2E221
Text Example
Text Example
White with #C2E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E221; }
p { color: rgb(194,226,33); }
H1.HeaderClassName
{
color: #C2E221;
}
.AnyTagClassName
{
color: #C2E221;
}
</style>
background-color css
<style>
a { background-color: #C2E221; }
a { background-color: rgb(194,226,33); }
div.DivClassName
{
background-color: #C2E221;
}
.BgClassName
{
background-color: #C2E221;
}
</style>
border-color css
<style>
span { border-color: #C2E221; }
span { border-color: rgb(194,226,33); }
td.TdClassName
{
border-color: #C2E221;
}
.TagClassName
{
border-color: #C2E221;
}
</style>