Shades of Fuego #C0E52D
Tints of Fuego #C0E52D
RGB
CMYK
RGB Variations
Color information
#C0E52D (or 0xC0E52D) is known color: Fuego. HEX triplet: C0, E5 and 2D. RGB value is (192,229,45). Sum of RGB (Red+Green+Blue) = 192+229+45=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E52D is #3F1AD2. Grayscale: #C5C5C5. Windows color (decimal): -4135635 or 3007936. OLE color: 3007936.
HSL color Cylindrical-coordinate representation of color #C0E52D: hue angle of 72.07º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E52D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.10 |
| HSL | 72.07º | 0.78% | 0.54% | - |
| HSV(B) | 72.07º | 0.8% | 0.9% | - |
| XYZ | 50.23 | 67.43 | 12.85 | - |
| YUV | 196.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 45 | 0.16 | 0 | 0.80 | 0.10 | 72.07 | 0.78 | 0.54 |
| Hex | C0 | E5 | 2D | 10 | 0 | 50 | A | 48 | 4E | 36 |
| Octal | 300 | 345 | 55 | 20 | 0 | 120 | 12 | 110 | 116 | 66 |
| Binary | 11000000 | 11100101 | 101101 | 10000 | 0 | 1010000 | 1010 | 1001000 | 1001110 | 110110 |
Color Harmonies of #C0E52D
Complementary color
Monochromatic Colors of #C0E52D
Black with #C0E52D
Text Example
Text Example
White with #C0E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E52D; }
p { color: rgb(192,229,45); }
H1.HeaderClassName
{
color: #C0E52D;
}
.AnyTagClassName
{
color: #C0E52D;
}
</style>
background-color css
<style>
a { background-color: #C0E52D; }
a { background-color: rgb(192,229,45); }
div.DivClassName
{
background-color: #C0E52D;
}
.BgClassName
{
background-color: #C0E52D;
}
</style>
border-color css
<style>
span { border-color: #C0E52D; }
span { border-color: rgb(192,229,45); }
td.TdClassName
{
border-color: #C0E52D;
}
.TagClassName
{
border-color: #C0E52D;
}
</style>