Shades of Fuego #C0E42D
Tints of Fuego #C0E42D
RGB
CMYK
RGB Variations
Color information
#C0E42D (or 0xC0E42D) is known color: Fuego. HEX triplet: C0, E4 and 2D. RGB value is (192,228,45). Sum of RGB (Red+Green+Blue) = 192+228+45=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E42D is #3F1BD2. Grayscale: #C5C5C5. Windows color (decimal): -4135891 or 3007680. OLE color: 3007680.
HSL color Cylindrical-coordinate representation of color #C0E42D: hue angle of 71.8º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E42D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.11 |
| HSL | 71.8º | 0.77% | 0.54% | - |
| HSV(B) | 71.8º | 0.8% | 0.89% | - |
| XYZ | 49.96 | 66.88 | 12.76 | - |
| YUV | 196.37 | 42.57 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 45 | 0.16 | 0 | 0.80 | 0.11 | 71.8 | 0.77 | 0.54 |
| Hex | C0 | E4 | 2D | 10 | 0 | 50 | B | 48 | 4D | 36 |
| Octal | 300 | 344 | 55 | 20 | 0 | 120 | 13 | 110 | 115 | 66 |
| Binary | 11000000 | 11100100 | 101101 | 10000 | 0 | 1010000 | 1011 | 1001000 | 1001101 | 110110 |
Color Harmonies of #C0E42D
Complementary color
Monochromatic Colors of #C0E42D
Black with #C0E42D
Text Example
Text Example
White with #C0E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E42D; }
p { color: rgb(192,228,45); }
H1.HeaderClassName
{
color: #C0E42D;
}
.AnyTagClassName
{
color: #C0E42D;
}
</style>
background-color css
<style>
a { background-color: #C0E42D; }
a { background-color: rgb(192,228,45); }
div.DivClassName
{
background-color: #C0E42D;
}
.BgClassName
{
background-color: #C0E42D;
}
</style>
border-color css
<style>
span { border-color: #C0E42D; }
span { border-color: rgb(192,228,45); }
td.TdClassName
{
border-color: #C0E42D;
}
.TagClassName
{
border-color: #C0E42D;
}
</style>