Shades of Fuego #C0E12E
Tints of Fuego #C0E12E
RGB
CMYK
RGB Variations
Color information
#C0E12E (or 0xC0E12E) is known color: Fuego. HEX triplet: C0, E1 and 2E. RGB value is (192,225,46). Sum of RGB (Red+Green+Blue) = 192+225+46=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E12E is #3F1ED1. Grayscale: #C3C3C3. Windows color (decimal): -4136658 or 3072448. OLE color: 3072448.
HSL color Cylindrical-coordinate representation of color #C0E12E: hue angle of 71.06º degrees, saturation: 0.75, 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 #C0E12E is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 46 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.12 |
| HSL | 71.06º | 0.75% | 0.53% | - |
| HSV(B) | 71.06º | 0.8% | 0.88% | - |
| XYZ | 49.16 | 65.25 | 12.59 | - |
| YUV | 194.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 46 | 0.15 | 0 | 0.80 | 0.12 | 71.06 | 0.75 | 0.53 |
| Hex | C0 | E1 | 2E | F | 0 | 50 | C | 47 | 4B | 35 |
| Octal | 300 | 341 | 56 | 17 | 0 | 120 | 14 | 107 | 113 | 65 |
| Binary | 11000000 | 11100001 | 101110 | 1111 | 0 | 1010000 | 1100 | 1000111 | 1001011 | 110101 |
Color Harmonies of #C0E12E
Complementary color
Monochromatic Colors of #C0E12E
Black with #C0E12E
Text Example
Text Example
White with #C0E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E12E; }
p { color: rgb(192,225,46); }
H1.HeaderClassName
{
color: #C0E12E;
}
.AnyTagClassName
{
color: #C0E12E;
}
</style>
background-color css
<style>
a { background-color: #C0E12E; }
a { background-color: rgb(192,225,46); }
div.DivClassName
{
background-color: #C0E12E;
}
.BgClassName
{
background-color: #C0E12E;
}
</style>
border-color css
<style>
span { border-color: #C0E12E; }
span { border-color: rgb(192,225,46); }
td.TdClassName
{
border-color: #C0E12E;
}
.TagClassName
{
border-color: #C0E12E;
}
</style>