Shades of Fuego #C2E02A
Tints of Fuego #C2E02A
RGB
CMYK
RGB Variations
Color information
#C2E02A (or 0xC2E02A) is known color: Fuego. HEX triplet: C2, E0 and 2A. RGB value is (194,224,42). Sum of RGB (Red+Green+Blue) = 194+224+42=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E02A is #3D1FD5. Grayscale: #C2C2C2. Windows color (decimal): -4005846 or 2810050. OLE color: 2810050.
HSL color Cylindrical-coordinate representation of color #C2E02A: hue angle of 69.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E02A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.12 |
| HSL | 69.89º | 0.75% | 0.52% | - |
| HSV(B) | 69.89º | 0.81% | 0.88% | - |
| XYZ | 49.32 | 64.95 | 12.13 | - |
| YUV | 194.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 42 | 0.13 | 0 | 0.81 | 0.12 | 69.89 | 0.75 | 0.52 |
| Hex | C2 | E0 | 2A | D | 0 | 51 | C | 46 | 4B | 34 |
| Octal | 302 | 340 | 52 | 15 | 0 | 121 | 14 | 106 | 113 | 64 |
| Binary | 11000010 | 11100000 | 101010 | 1101 | 0 | 1010001 | 1100 | 1000110 | 1001011 | 110100 |
Color Harmonies of #C2E02A
Complementary color
Monochromatic Colors of #C2E02A
Black with #C2E02A
Text Example
Text Example
White with #C2E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E02A; }
p { color: rgb(194,224,42); }
H1.HeaderClassName
{
color: #C2E02A;
}
.AnyTagClassName
{
color: #C2E02A;
}
</style>
background-color css
<style>
a { background-color: #C2E02A; }
a { background-color: rgb(194,224,42); }
div.DivClassName
{
background-color: #C2E02A;
}
.BgClassName
{
background-color: #C2E02A;
}
</style>
border-color css
<style>
span { border-color: #C2E02A; }
span { border-color: rgb(194,224,42); }
td.TdClassName
{
border-color: #C2E02A;
}
.TagClassName
{
border-color: #C2E02A;
}
</style>