Shades of Fuego #C0E425
Tints of Fuego #C0E425
RGB
CMYK
RGB Variations
Color information
#C0E425 (or 0xC0E425) is known color: Fuego. HEX triplet: C0, E4 and 25. RGB value is (192,228,37). Sum of RGB (Red+Green+Blue) = 192+228+37=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E425 is #3F1BDA. Grayscale: #C4C4C4. Windows color (decimal): -4135899 or 2483392. OLE color: 2483392.
HSL color Cylindrical-coordinate representation of color #C0E425: hue angle of 71.31º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0E425 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 37 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.11 |
| HSL | 71.31º | 0.78% | 0.52% | - |
| HSV(B) | 71.31º | 0.84% | 0.89% | - |
| XYZ | 49.82 | 66.83 | 12.02 | - |
| YUV | 195.46 | 38.57 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 37 | 0.16 | 0 | 0.84 | 0.11 | 71.31 | 0.78 | 0.52 |
| Hex | C0 | E4 | 25 | 10 | 0 | 54 | B | 47 | 4E | 34 |
| Octal | 300 | 344 | 45 | 20 | 0 | 124 | 13 | 107 | 116 | 64 |
| Binary | 11000000 | 11100100 | 100101 | 10000 | 0 | 1010100 | 1011 | 1000111 | 1001110 | 110100 |
Color Harmonies of #C0E425
Complementary color
Monochromatic Colors of #C0E425
Black with #C0E425
Text Example
Text Example
White with #C0E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E425; }
p { color: rgb(192,228,37); }
H1.HeaderClassName
{
color: #C0E425;
}
.AnyTagClassName
{
color: #C0E425;
}
</style>
background-color css
<style>
a { background-color: #C0E425; }
a { background-color: rgb(192,228,37); }
div.DivClassName
{
background-color: #C0E425;
}
.BgClassName
{
background-color: #C0E425;
}
</style>
border-color css
<style>
span { border-color: #C0E425; }
span { border-color: rgb(192,228,37); }
td.TdClassName
{
border-color: #C0E425;
}
.TagClassName
{
border-color: #C0E425;
}
</style>