Shades of Fuego #C0EB25
Tints of Fuego #C0EB25
RGB
CMYK
RGB Variations
Color information
#C0EB25 (or 0xC0EB25) is known color: Fuego. HEX triplet: C0, EB and 25. RGB value is (192,235,37). Sum of RGB (Red+Green+Blue) = 192+235+37=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB25 is #3F14DA. Grayscale: #C8C8C8. Windows color (decimal): -4134107 or 2485184. OLE color: 2485184.
HSL color Cylindrical-coordinate representation of color #C0EB25: hue angle of 73.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0EB25 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.08 |
| HSL | 73.03º | 0.83% | 0.53% | - |
| HSV(B) | 73.03º | 0.84% | 0.92% | - |
| XYZ | 51.78 | 70.76 | 12.68 | - |
| YUV | 199.57 | 36.25 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 37 | 0.18 | 0 | 0.84 | 0.08 | 73.03 | 0.83 | 0.53 |
| Hex | C0 | EB | 25 | 12 | 0 | 54 | 8 | 49 | 53 | 35 |
| Octal | 300 | 353 | 45 | 22 | 0 | 124 | 10 | 111 | 123 | 65 |
| Binary | 11000000 | 11101011 | 100101 | 10010 | 0 | 1010100 | 1000 | 1001001 | 1010011 | 110101 |
Color Harmonies of #C0EB25
Complementary color
Monochromatic Colors of #C0EB25
Black with #C0EB25
Text Example
Text Example
White with #C0EB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB25; }
p { color: rgb(192,235,37); }
H1.HeaderClassName
{
color: #C0EB25;
}
.AnyTagClassName
{
color: #C0EB25;
}
</style>
background-color css
<style>
a { background-color: #C0EB25; }
a { background-color: rgb(192,235,37); }
div.DivClassName
{
background-color: #C0EB25;
}
.BgClassName
{
background-color: #C0EB25;
}
</style>
border-color css
<style>
span { border-color: #C0EB25; }
span { border-color: rgb(192,235,37); }
td.TdClassName
{
border-color: #C0EB25;
}
.TagClassName
{
border-color: #C0EB25;
}
</style>