Shades of Fuego #C0E01D
Tints of Fuego #C0E01D
RGB
CMYK
RGB Variations
Color information
#C0E01D (or 0xC0E01D) is known color: Fuego. HEX triplet: C0, E0 and 1D. RGB value is (192,224,29). Sum of RGB (Red+Green+Blue) = 192+224+29=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E01D is #3F1FE2. Grayscale: #C0C0C0. Windows color (decimal): -4136931 or 1958080. OLE color: 1958080.
HSL color Cylindrical-coordinate representation of color #C0E01D: hue angle of 69.85º degrees, saturation: 0.77, 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 #C0E01D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 29 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.12 |
| HSL | 69.85º | 0.77% | 0.5% | - |
| HSV(B) | 69.85º | 0.87% | 0.88% | - |
| XYZ | 48.62 | 64.61 | 11.07 | - |
| YUV | 192.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 29 | 0.14 | 0 | 0.87 | 0.12 | 69.85 | 0.77 | 0.5 |
| Hex | C0 | E0 | 1D | E | 0 | 57 | C | 46 | 4D | 32 |
| Octal | 300 | 340 | 35 | 16 | 0 | 127 | 14 | 106 | 115 | 62 |
| Binary | 11000000 | 11100000 | 11101 | 1110 | 0 | 1010111 | 1100 | 1000110 | 1001101 | 110010 |
Color Harmonies of #C0E01D
Complementary color
Monochromatic Colors of #C0E01D
Black with #C0E01D
Text Example
Text Example
White with #C0E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E01D; }
p { color: rgb(192,224,29); }
H1.HeaderClassName
{
color: #C0E01D;
}
.AnyTagClassName
{
color: #C0E01D;
}
</style>
background-color css
<style>
a { background-color: #C0E01D; }
a { background-color: rgb(192,224,29); }
div.DivClassName
{
background-color: #C0E01D;
}
.BgClassName
{
background-color: #C0E01D;
}
</style>
border-color css
<style>
span { border-color: #C0E01D; }
span { border-color: rgb(192,224,29); }
td.TdClassName
{
border-color: #C0E01D;
}
.TagClassName
{
border-color: #C0E01D;
}
</style>