Shades of Fuego #C0E128
Tints of Fuego #C0E128
RGB
CMYK
RGB Variations
Color information
#C0E128 (or 0xC0E128) is known color: Fuego. HEX triplet: C0, E1 and 28. RGB value is (192,225,40). Sum of RGB (Red+Green+Blue) = 192+225+40=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E128 is #3F1ED7. Grayscale: #C2C2C2. Windows color (decimal): -4136664 or 2679232. OLE color: 2679232.
HSL color Cylindrical-coordinate representation of color #C0E128: hue angle of 70.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0E128 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 40 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.12 |
| HSL | 70.7º | 0.76% | 0.52% | - |
| HSV(B) | 70.7º | 0.82% | 0.88% | - |
| XYZ | 49.05 | 65.21 | 12.01 | - |
| YUV | 194.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 40 | 0.15 | 0 | 0.82 | 0.12 | 70.7 | 0.76 | 0.52 |
| Hex | C0 | E1 | 28 | F | 0 | 52 | C | 47 | 4C | 34 |
| Octal | 300 | 341 | 50 | 17 | 0 | 122 | 14 | 107 | 114 | 64 |
| Binary | 11000000 | 11100001 | 101000 | 1111 | 0 | 1010010 | 1100 | 1000111 | 1001100 | 110100 |
Color Harmonies of #C0E128
Complementary color
Monochromatic Colors of #C0E128
Black with #C0E128
Text Example
Text Example
White with #C0E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E128; }
p { color: rgb(192,225,40); }
H1.HeaderClassName
{
color: #C0E128;
}
.AnyTagClassName
{
color: #C0E128;
}
</style>
background-color css
<style>
a { background-color: #C0E128; }
a { background-color: rgb(192,225,40); }
div.DivClassName
{
background-color: #C0E128;
}
.BgClassName
{
background-color: #C0E128;
}
</style>
border-color css
<style>
span { border-color: #C0E128; }
span { border-color: rgb(192,225,40); }
td.TdClassName
{
border-color: #C0E128;
}
.TagClassName
{
border-color: #C0E128;
}
</style>