Shades of Fuego #C0E02D
Tints of Fuego #C0E02D
RGB
CMYK
RGB Variations
Color information
#C0E02D (or 0xC0E02D) is known color: Fuego. HEX triplet: C0, E0 and 2D. RGB value is (192,224,45). Sum of RGB (Red+Green+Blue) = 192+224+45=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E02D is #3F1FD2. Grayscale: #C2C2C2. Windows color (decimal): -4136915 or 3006656. OLE color: 3006656.
HSL color Cylindrical-coordinate representation of color #C0E02D: hue angle of 70.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E02D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 45 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.12 |
| HSL | 70.73º | 0.74% | 0.53% | - |
| HSV(B) | 70.73º | 0.8% | 0.88% | - |
| XYZ | 48.87 | 64.71 | 12.4 | - |
| YUV | 194.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 45 | 0.14 | 0 | 0.80 | 0.12 | 70.73 | 0.74 | 0.53 |
| Hex | C0 | E0 | 2D | E | 0 | 50 | C | 47 | 4A | 35 |
| Octal | 300 | 340 | 55 | 16 | 0 | 120 | 14 | 107 | 112 | 65 |
| Binary | 11000000 | 11100000 | 101101 | 1110 | 0 | 1010000 | 1100 | 1000111 | 1001010 | 110101 |
Color Harmonies of #C0E02D
Complementary color
Monochromatic Colors of #C0E02D
Black with #C0E02D
Text Example
Text Example
White with #C0E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E02D; }
p { color: rgb(192,224,45); }
H1.HeaderClassName
{
color: #C0E02D;
}
.AnyTagClassName
{
color: #C0E02D;
}
</style>
background-color css
<style>
a { background-color: #C0E02D; }
a { background-color: rgb(192,224,45); }
div.DivClassName
{
background-color: #C0E02D;
}
.BgClassName
{
background-color: #C0E02D;
}
</style>
border-color css
<style>
span { border-color: #C0E02D; }
span { border-color: rgb(192,224,45); }
td.TdClassName
{
border-color: #C0E02D;
}
.TagClassName
{
border-color: #C0E02D;
}
</style>