Shades of Fuego #C0E926
Tints of Fuego #C0E926
RGB
CMYK
RGB Variations
Color information
#C0E926 (or 0xC0E926) is known color: Fuego. HEX triplet: C0, E9 and 26. RGB value is (192,233,38). Sum of RGB (Red+Green+Blue) = 192+233+38=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E926 is #3F16D9. Grayscale: #C7C7C7. Windows color (decimal): -4134618 or 2550208. OLE color: 2550208.
HSL color Cylindrical-coordinate representation of color #C0E926: hue angle of 72.62º 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 #C0E926 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 38 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.09 |
| HSL | 72.62º | 0.82% | 0.53% | - |
| HSV(B) | 72.62º | 0.84% | 0.91% | - |
| XYZ | 51.23 | 69.62 | 12.57 | - |
| YUV | 198.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 38 | 0.18 | 0 | 0.84 | 0.09 | 72.62 | 0.82 | 0.53 |
| Hex | C0 | E9 | 26 | 12 | 0 | 54 | 9 | 49 | 52 | 35 |
| Octal | 300 | 351 | 46 | 22 | 0 | 124 | 11 | 111 | 122 | 65 |
| Binary | 11000000 | 11101001 | 100110 | 10010 | 0 | 1010100 | 1001 | 1001001 | 1010010 | 110101 |
Color Harmonies of #C0E926
Complementary color
Monochromatic Colors of #C0E926
Black with #C0E926
Text Example
Text Example
White with #C0E926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E926; }
p { color: rgb(192,233,38); }
H1.HeaderClassName
{
color: #C0E926;
}
.AnyTagClassName
{
color: #C0E926;
}
</style>
background-color css
<style>
a { background-color: #C0E926; }
a { background-color: rgb(192,233,38); }
div.DivClassName
{
background-color: #C0E926;
}
.BgClassName
{
background-color: #C0E926;
}
</style>
border-color css
<style>
span { border-color: #C0E926; }
span { border-color: rgb(192,233,38); }
td.TdClassName
{
border-color: #C0E926;
}
.TagClassName
{
border-color: #C0E926;
}
</style>