Shades of Fuego #C0E01E
Tints of Fuego #C0E01E
RGB
CMYK
RGB Variations
Color information
#C0E01E (or 0xC0E01E) is known color: Fuego. HEX triplet: C0, E0 and 1E. RGB value is (192,224,30). Sum of RGB (Red+Green+Blue) = 192+224+30=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E01E is #3F1FE1. Grayscale: #C1C1C1. Windows color (decimal): -4136930 or 2023616. OLE color: 2023616.
HSL color Cylindrical-coordinate representation of color #C0E01E: hue angle of 69.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0E01E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 30 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.12 |
| HSL | 69.9º | 0.76% | 0.5% | - |
| HSV(B) | 69.9º | 0.87% | 0.88% | - |
| XYZ | 48.63 | 64.61 | 11.14 | - |
| YUV | 192.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 30 | 0.14 | 0 | 0.87 | 0.12 | 69.9 | 0.76 | 0.5 |
| Hex | C0 | E0 | 1E | E | 0 | 57 | C | 46 | 4C | 32 |
| Octal | 300 | 340 | 36 | 16 | 0 | 127 | 14 | 106 | 114 | 62 |
| Binary | 11000000 | 11100000 | 11110 | 1110 | 0 | 1010111 | 1100 | 1000110 | 1001100 | 110010 |
Color Harmonies of #C0E01E
Complementary color
Monochromatic Colors of #C0E01E
Black with #C0E01E
Text Example
Text Example
White with #C0E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E01E; }
p { color: rgb(192,224,30); }
H1.HeaderClassName
{
color: #C0E01E;
}
.AnyTagClassName
{
color: #C0E01E;
}
</style>
background-color css
<style>
a { background-color: #C0E01E; }
a { background-color: rgb(192,224,30); }
div.DivClassName
{
background-color: #C0E01E;
}
.BgClassName
{
background-color: #C0E01E;
}
</style>
border-color css
<style>
span { border-color: #C0E01E; }
span { border-color: rgb(192,224,30); }
td.TdClassName
{
border-color: #C0E01E;
}
.TagClassName
{
border-color: #C0E01E;
}
</style>