Shades of Fuego #C0E129
Tints of Fuego #C0E129
RGB
CMYK
RGB Variations
Color information
#C0E129 (or 0xC0E129) is known color: Fuego. HEX triplet: C0, E1 and 29. RGB value is (192,225,41). Sum of RGB (Red+Green+Blue) = 192+225+41=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E129 is #3F1ED6. Grayscale: #C2C2C2. Windows color (decimal): -4136663 or 2744768. OLE color: 2744768.
HSL color Cylindrical-coordinate representation of color #C0E129: hue angle of 70.76º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0E129 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.12 |
| HSL | 70.76º | 0.75% | 0.52% | - |
| HSV(B) | 70.76º | 0.82% | 0.88% | - |
| XYZ | 49.06 | 65.22 | 12.1 | - |
| YUV | 194.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 41 | 0.15 | 0 | 0.82 | 0.12 | 70.76 | 0.75 | 0.52 |
| Hex | C0 | E1 | 29 | F | 0 | 52 | C | 47 | 4B | 34 |
| Octal | 300 | 341 | 51 | 17 | 0 | 122 | 14 | 107 | 113 | 64 |
| Binary | 11000000 | 11100001 | 101001 | 1111 | 0 | 1010010 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #C0E129
Complementary color
Monochromatic Colors of #C0E129
Black with #C0E129
Text Example
Text Example
White with #C0E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E129; }
p { color: rgb(192,225,41); }
H1.HeaderClassName
{
color: #C0E129;
}
.AnyTagClassName
{
color: #C0E129;
}
</style>
background-color css
<style>
a { background-color: #C0E129; }
a { background-color: rgb(192,225,41); }
div.DivClassName
{
background-color: #C0E129;
}
.BgClassName
{
background-color: #C0E129;
}
</style>
border-color css
<style>
span { border-color: #C0E129; }
span { border-color: rgb(192,225,41); }
td.TdClassName
{
border-color: #C0E129;
}
.TagClassName
{
border-color: #C0E129;
}
</style>