Shades of Fuego #C0E12A
Tints of Fuego #C0E12A
RGB
CMYK
RGB Variations
Color information
#C0E12A (or 0xC0E12A) is known color: Fuego. HEX triplet: C0, E1 and 2A. RGB value is (192,225,42). Sum of RGB (Red+Green+Blue) = 192+225+42=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E12A is #3F1ED5. Grayscale: #C2C2C2. Windows color (decimal): -4136662 or 2810304. OLE color: 2810304.
HSL color Cylindrical-coordinate representation of color #C0E12A: hue angle of 70.82º 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 #C0E12A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.12 |
| HSL | 70.82º | 0.75% | 0.52% | - |
| HSV(B) | 70.82º | 0.81% | 0.88% | - |
| XYZ | 49.08 | 65.22 | 12.19 | - |
| YUV | 194.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 42 | 0.15 | 0 | 0.81 | 0.12 | 70.82 | 0.75 | 0.52 |
| Hex | C0 | E1 | 2A | F | 0 | 51 | C | 47 | 4B | 34 |
| Octal | 300 | 341 | 52 | 17 | 0 | 121 | 14 | 107 | 113 | 64 |
| Binary | 11000000 | 11100001 | 101010 | 1111 | 0 | 1010001 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #C0E12A
Complementary color
Monochromatic Colors of #C0E12A
Black with #C0E12A
Text Example
Text Example
White with #C0E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E12A; }
p { color: rgb(192,225,42); }
H1.HeaderClassName
{
color: #C0E12A;
}
.AnyTagClassName
{
color: #C0E12A;
}
</style>
background-color css
<style>
a { background-color: #C0E12A; }
a { background-color: rgb(192,225,42); }
div.DivClassName
{
background-color: #C0E12A;
}
.BgClassName
{
background-color: #C0E12A;
}
</style>
border-color css
<style>
span { border-color: #C0E12A; }
span { border-color: rgb(192,225,42); }
td.TdClassName
{
border-color: #C0E12A;
}
.TagClassName
{
border-color: #C0E12A;
}
</style>