Shades of Fuego #C0E925
Tints of Fuego #C0E925
RGB
CMYK
RGB Variations
Color information
#C0E925 (or 0xC0E925) is known color: Fuego. HEX triplet: C0, E9 and 25. RGB value is (192,233,37). Sum of RGB (Red+Green+Blue) = 192+233+37=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E925 is #3F16DA. Grayscale: #C7C7C7. Windows color (decimal): -4134619 or 2484672. OLE color: 2484672.
HSL color Cylindrical-coordinate representation of color #C0E925: hue angle of 72.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0E925 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.09 |
| HSL | 72.55º | 0.82% | 0.53% | - |
| HSV(B) | 72.55º | 0.84% | 0.91% | - |
| XYZ | 51.21 | 69.62 | 12.49 | - |
| YUV | 198.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 37 | 0.18 | 0 | 0.84 | 0.09 | 72.55 | 0.82 | 0.53 |
| Hex | C0 | E9 | 25 | 12 | 0 | 54 | 9 | 49 | 52 | 35 |
| Octal | 300 | 351 | 45 | 22 | 0 | 124 | 11 | 111 | 122 | 65 |
| Binary | 11000000 | 11101001 | 100101 | 10010 | 0 | 1010100 | 1001 | 1001001 | 1010010 | 110101 |
Color Harmonies of #C0E925
Complementary color
Monochromatic Colors of #C0E925
Black with #C0E925
Text Example
Text Example
White with #C0E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E925; }
p { color: rgb(192,233,37); }
H1.HeaderClassName
{
color: #C0E925;
}
.AnyTagClassName
{
color: #C0E925;
}
</style>
background-color css
<style>
a { background-color: #C0E925; }
a { background-color: rgb(192,233,37); }
div.DivClassName
{
background-color: #C0E925;
}
.BgClassName
{
background-color: #C0E925;
}
</style>
border-color css
<style>
span { border-color: #C0E925; }
span { border-color: rgb(192,233,37); }
td.TdClassName
{
border-color: #C0E925;
}
.TagClassName
{
border-color: #C0E925;
}
</style>