Shades of Fuego #C0E929
Tints of Fuego #C0E929
RGB
CMYK
RGB Variations
Color information
#C0E929 (or 0xC0E929) is known color: Fuego. HEX triplet: C0, E9 and 29. RGB value is (192,233,41). Sum of RGB (Red+Green+Blue) = 192+233+41=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E929 is #3F16D6. Grayscale: #C7C7C7. Windows color (decimal): -4134615 or 2746816. OLE color: 2746816.
HSL color Cylindrical-coordinate representation of color #C0E929: hue angle of 72.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0E929 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 41 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.09 |
| HSL | 72.81º | 0.81% | 0.54% | - |
| HSV(B) | 72.81º | 0.82% | 0.91% | - |
| XYZ | 51.28 | 69.64 | 12.84 | - |
| YUV | 198.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 41 | 0.18 | 0 | 0.82 | 0.09 | 72.81 | 0.81 | 0.54 |
| Hex | C0 | E9 | 29 | 12 | 0 | 52 | 9 | 49 | 51 | 36 |
| Octal | 300 | 351 | 51 | 22 | 0 | 122 | 11 | 111 | 121 | 66 |
| Binary | 11000000 | 11101001 | 101001 | 10010 | 0 | 1010010 | 1001 | 1001001 | 1010001 | 110110 |
Color Harmonies of #C0E929
Complementary color
Monochromatic Colors of #C0E929
Black with #C0E929
Text Example
Text Example
White with #C0E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E929; }
p { color: rgb(192,233,41); }
H1.HeaderClassName
{
color: #C0E929;
}
.AnyTagClassName
{
color: #C0E929;
}
</style>
background-color css
<style>
a { background-color: #C0E929; }
a { background-color: rgb(192,233,41); }
div.DivClassName
{
background-color: #C0E929;
}
.BgClassName
{
background-color: #C0E929;
}
</style>
border-color css
<style>
span { border-color: #C0E929; }
span { border-color: rgb(192,233,41); }
td.TdClassName
{
border-color: #C0E929;
}
.TagClassName
{
border-color: #C0E929;
}
</style>