Shades of Fuego #C0EB27
Tints of Fuego #C0EB27
RGB
CMYK
RGB Variations
Color information
#C0EB27 (or 0xC0EB27) is known color: Fuego. HEX triplet: C0, EB and 27. RGB value is (192,235,39). Sum of RGB (Red+Green+Blue) = 192+235+39=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB27 is #3F14D8. Grayscale: #C8C8C8. Windows color (decimal): -4134105 or 2616256. OLE color: 2616256.
HSL color Cylindrical-coordinate representation of color #C0EB27: hue angle of 73.16º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0EB27 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.08 |
| HSL | 73.16º | 0.83% | 0.54% | - |
| HSV(B) | 73.16º | 0.83% | 0.92% | - |
| XYZ | 51.81 | 70.77 | 12.85 | - |
| YUV | 199.8 | 37.25 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 39 | 0.18 | 0 | 0.83 | 0.08 | 73.16 | 0.83 | 0.54 |
| Hex | C0 | EB | 27 | 12 | 0 | 53 | 8 | 49 | 53 | 36 |
| Octal | 300 | 353 | 47 | 22 | 0 | 123 | 10 | 111 | 123 | 66 |
| Binary | 11000000 | 11101011 | 100111 | 10010 | 0 | 1010011 | 1000 | 1001001 | 1010011 | 110110 |
Color Harmonies of #C0EB27
Complementary color
Monochromatic Colors of #C0EB27
Black with #C0EB27
Text Example
Text Example
White with #C0EB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB27; }
p { color: rgb(192,235,39); }
H1.HeaderClassName
{
color: #C0EB27;
}
.AnyTagClassName
{
color: #C0EB27;
}
</style>
background-color css
<style>
a { background-color: #C0EB27; }
a { background-color: rgb(192,235,39); }
div.DivClassName
{
background-color: #C0EB27;
}
.BgClassName
{
background-color: #C0EB27;
}
</style>
border-color css
<style>
span { border-color: #C0EB27; }
span { border-color: rgb(192,235,39); }
td.TdClassName
{
border-color: #C0EB27;
}
.TagClassName
{
border-color: #C0EB27;
}
</style>