Shades of Fuego #C0E72B
Tints of Fuego #C0E72B
RGB
CMYK
RGB Variations
Color information
#C0E72B (or 0xC0E72B) is known color: Fuego. HEX triplet: C0, E7 and 2B. RGB value is (192,231,43). Sum of RGB (Red+Green+Blue) = 192+231+43=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E72B is #3F18D4. Grayscale: #C6C6C6. Windows color (decimal): -4135125 or 2877376. OLE color: 2877376.
HSL color Cylindrical-coordinate representation of color #C0E72B: hue angle of 72.45º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0E72B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.09 |
| HSL | 72.45º | 0.8% | 0.54% | - |
| HSV(B) | 72.45º | 0.81% | 0.91% | - |
| XYZ | 50.75 | 68.53 | 12.84 | - |
| YUV | 197.91 | 40.58 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 43 | 0.17 | 0 | 0.81 | 0.09 | 72.45 | 0.8 | 0.54 |
| Hex | C0 | E7 | 2B | 11 | 0 | 51 | 9 | 48 | 50 | 36 |
| Octal | 300 | 347 | 53 | 21 | 0 | 121 | 11 | 110 | 120 | 66 |
| Binary | 11000000 | 11100111 | 101011 | 10001 | 0 | 1010001 | 1001 | 1001000 | 1010000 | 110110 |
Color Harmonies of #C0E72B
Complementary color
Monochromatic Colors of #C0E72B
Black with #C0E72B
Text Example
Text Example
White with #C0E72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E72B; }
p { color: rgb(192,231,43); }
H1.HeaderClassName
{
color: #C0E72B;
}
.AnyTagClassName
{
color: #C0E72B;
}
</style>
background-color css
<style>
a { background-color: #C0E72B; }
a { background-color: rgb(192,231,43); }
div.DivClassName
{
background-color: #C0E72B;
}
.BgClassName
{
background-color: #C0E72B;
}
</style>
border-color css
<style>
span { border-color: #C0E72B; }
span { border-color: rgb(192,231,43); }
td.TdClassName
{
border-color: #C0E72B;
}
.TagClassName
{
border-color: #C0E72B;
}
</style>