Shades of Fuego #C0E927
Tints of Fuego #C0E927
RGB
CMYK
RGB Variations
Color information
#C0E927 (or 0xC0E927) is known color: Fuego. HEX triplet: C0, E9 and 27. RGB value is (192,233,39). Sum of RGB (Red+Green+Blue) = 192+233+39=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E927 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E927 is #3F16D8. Grayscale: #C7C7C7. Windows color (decimal): -4134617 or 2615744. OLE color: 2615744.
HSL color Cylindrical-coordinate representation of color #C0E927: hue angle of 72.68º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0E927 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.09 |
| HSL | 72.68º | 0.82% | 0.53% | - |
| HSV(B) | 72.68º | 0.83% | 0.91% | - |
| XYZ | 51.24 | 69.63 | 12.66 | - |
| YUV | 198.63 | 37.92 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 39 | 0.18 | 0 | 0.83 | 0.09 | 72.68 | 0.82 | 0.53 |
| Hex | C0 | E9 | 27 | 12 | 0 | 53 | 9 | 49 | 52 | 35 |
| Octal | 300 | 351 | 47 | 22 | 0 | 123 | 11 | 111 | 122 | 65 |
| Binary | 11000000 | 11101001 | 100111 | 10010 | 0 | 1010011 | 1001 | 1001001 | 1010010 | 110101 |
Color Harmonies of #C0E927
Complementary color
Monochromatic Colors of #C0E927
Black with #C0E927
Text Example
Text Example
White with #C0E927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E927; }
p { color: rgb(192,233,39); }
H1.HeaderClassName
{
color: #C0E927;
}
.AnyTagClassName
{
color: #C0E927;
}
</style>
background-color css
<style>
a { background-color: #C0E927; }
a { background-color: rgb(192,233,39); }
div.DivClassName
{
background-color: #C0E927;
}
.BgClassName
{
background-color: #C0E927;
}
</style>
border-color css
<style>
span { border-color: #C0E927; }
span { border-color: rgb(192,233,39); }
td.TdClassName
{
border-color: #C0E927;
}
.TagClassName
{
border-color: #C0E927;
}
</style>