Shades of Fuego #C0E026
Tints of Fuego #C0E026
RGB
CMYK
RGB Variations
Color information
#C0E026 (or 0xC0E026) is known color: Fuego. HEX triplet: C0, E0 and 26. RGB value is (192,224,38). Sum of RGB (Red+Green+Blue) = 192+224+38=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E026 is #3F1FD9. Grayscale: #C1C1C1. Windows color (decimal): -4136922 or 2547904. OLE color: 2547904.
HSL color Cylindrical-coordinate representation of color #C0E026: hue angle of 70.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0E026 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 38 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.12 |
| HSL | 70.32º | 0.75% | 0.51% | - |
| HSV(B) | 70.32º | 0.83% | 0.88% | - |
| XYZ | 48.74 | 64.66 | 11.74 | - |
| YUV | 193.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 38 | 0.14 | 0 | 0.83 | 0.12 | 70.32 | 0.75 | 0.51 |
| Hex | C0 | E0 | 26 | E | 0 | 53 | C | 46 | 4B | 33 |
| Octal | 300 | 340 | 46 | 16 | 0 | 123 | 14 | 106 | 113 | 63 |
| Binary | 11000000 | 11100000 | 100110 | 1110 | 0 | 1010011 | 1100 | 1000110 | 1001011 | 110011 |
Color Harmonies of #C0E026
Complementary color
Monochromatic Colors of #C0E026
Black with #C0E026
Text Example
Text Example
White with #C0E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E026; }
p { color: rgb(192,224,38); }
H1.HeaderClassName
{
color: #C0E026;
}
.AnyTagClassName
{
color: #C0E026;
}
</style>
background-color css
<style>
a { background-color: #C0E026; }
a { background-color: rgb(192,224,38); }
div.DivClassName
{
background-color: #C0E026;
}
.BgClassName
{
background-color: #C0E026;
}
</style>
border-color css
<style>
span { border-color: #C0E026; }
span { border-color: rgb(192,224,38); }
td.TdClassName
{
border-color: #C0E026;
}
.TagClassName
{
border-color: #C0E026;
}
</style>