Shades of Fuego #C0E325
Tints of Fuego #C0E325
RGB
CMYK
RGB Variations
Color information
#C0E325 (or 0xC0E325) is known color: Fuego. HEX triplet: C0, E3 and 25. RGB value is (192,227,37). Sum of RGB (Red+Green+Blue) = 192+227+37=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E325 is #3F1CDA. Grayscale: #C3C3C3. Windows color (decimal): -4136155 or 2483136. OLE color: 2483136.
HSL color Cylindrical-coordinate representation of color #C0E325: hue angle of 71.05º degrees, saturation: 0.77, 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 #C0E325 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 37 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.11 |
| HSL | 71.05º | 0.77% | 0.52% | - |
| HSV(B) | 71.05º | 0.84% | 0.89% | - |
| XYZ | 49.54 | 66.28 | 11.93 | - |
| YUV | 194.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 37 | 0.15 | 0 | 0.84 | 0.11 | 71.05 | 0.77 | 0.52 |
| Hex | C0 | E3 | 25 | F | 0 | 54 | B | 47 | 4D | 34 |
| Octal | 300 | 343 | 45 | 17 | 0 | 124 | 13 | 107 | 115 | 64 |
| Binary | 11000000 | 11100011 | 100101 | 1111 | 0 | 1010100 | 1011 | 1000111 | 1001101 | 110100 |
Color Harmonies of #C0E325
Complementary color
Monochromatic Colors of #C0E325
Black with #C0E325
Text Example
Text Example
White with #C0E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E325; }
p { color: rgb(192,227,37); }
H1.HeaderClassName
{
color: #C0E325;
}
.AnyTagClassName
{
color: #C0E325;
}
</style>
background-color css
<style>
a { background-color: #C0E325; }
a { background-color: rgb(192,227,37); }
div.DivClassName
{
background-color: #C0E325;
}
.BgClassName
{
background-color: #C0E325;
}
</style>
border-color css
<style>
span { border-color: #C0E325; }
span { border-color: rgb(192,227,37); }
td.TdClassName
{
border-color: #C0E325;
}
.TagClassName
{
border-color: #C0E325;
}
</style>