Shades of Fuego #C2E02C
Tints of Fuego #C2E02C
RGB
CMYK
RGB Variations
Color information
#C2E02C (or 0xC2E02C) is known color: Fuego. HEX triplet: C2, E0 and 2C. RGB value is (194,224,44). Sum of RGB (Red+Green+Blue) = 194+224+44=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E02C is #3D1FD3. Grayscale: #C3C3C3. Windows color (decimal): -4005844 or 2941122. OLE color: 2941122.
HSL color Cylindrical-coordinate representation of color #C2E02C: hue angle of 70º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2E02C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.12 |
| HSL | 70º | 0.74% | 0.53% | - |
| HSV(B) | 70º | 0.8% | 0.88% | - |
| XYZ | 49.36 | 64.96 | 12.32 | - |
| YUV | 194.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 44 | 0.13 | 0 | 0.80 | 0.12 | 70 | 0.74 | 0.53 |
| Hex | C2 | E0 | 2C | D | 0 | 50 | C | 46 | 4A | 35 |
| Octal | 302 | 340 | 54 | 15 | 0 | 120 | 14 | 106 | 112 | 65 |
| Binary | 11000010 | 11100000 | 101100 | 1101 | 0 | 1010000 | 1100 | 1000110 | 1001010 | 110101 |
Color Harmonies of #C2E02C
Complementary color
Monochromatic Colors of #C2E02C
Black with #C2E02C
Text Example
Text Example
White with #C2E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E02C; }
p { color: rgb(194,224,44); }
H1.HeaderClassName
{
color: #C2E02C;
}
.AnyTagClassName
{
color: #C2E02C;
}
</style>
background-color css
<style>
a { background-color: #C2E02C; }
a { background-color: rgb(194,224,44); }
div.DivClassName
{
background-color: #C2E02C;
}
.BgClassName
{
background-color: #C2E02C;
}
</style>
border-color css
<style>
span { border-color: #C2E02C; }
span { border-color: rgb(194,224,44); }
td.TdClassName
{
border-color: #C2E02C;
}
.TagClassName
{
border-color: #C2E02C;
}
</style>