Shades of Fuego #C2E11C
Tints of Fuego #C2E11C
RGB
CMYK
RGB Variations
Color information
#C2E11C (or 0xC2E11C) is known color: Fuego. HEX triplet: C2, E1 and 1C. RGB value is (194,225,28). Sum of RGB (Red+Green+Blue) = 194+225+28=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E11C is #3D1EE3. Grayscale: #C2C2C2. Windows color (decimal): -4005604 or 1892802. OLE color: 1892802.
HSL color Cylindrical-coordinate representation of color #C2E11C: hue angle of 69.44º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2E11C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 28 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.12 |
| HSL | 69.44º | 0.78% | 0.5% | - |
| HSV(B) | 69.44º | 0.88% | 0.88% | - |
| XYZ | 49.38 | 65.4 | 11.12 | - |
| YUV | 193.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 28 | 0.14 | 0 | 0.88 | 0.12 | 69.44 | 0.78 | 0.5 |
| Hex | C2 | E1 | 1C | E | 0 | 58 | C | 45 | 4E | 32 |
| Octal | 302 | 341 | 34 | 16 | 0 | 130 | 14 | 105 | 116 | 62 |
| Binary | 11000010 | 11100001 | 11100 | 1110 | 0 | 1011000 | 1100 | 1000101 | 1001110 | 110010 |
Color Harmonies of #C2E11C
Complementary color
Monochromatic Colors of #C2E11C
Black with #C2E11C
Text Example
Text Example
White with #C2E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E11C; }
p { color: rgb(194,225,28); }
H1.HeaderClassName
{
color: #C2E11C;
}
.AnyTagClassName
{
color: #C2E11C;
}
</style>
background-color css
<style>
a { background-color: #C2E11C; }
a { background-color: rgb(194,225,28); }
div.DivClassName
{
background-color: #C2E11C;
}
.BgClassName
{
background-color: #C2E11C;
}
</style>
border-color css
<style>
span { border-color: #C2E11C; }
span { border-color: rgb(194,225,28); }
td.TdClassName
{
border-color: #C2E11C;
}
.TagClassName
{
border-color: #C2E11C;
}
</style>