Shades of Fuego #C0E72C
Tints of Fuego #C0E72C
RGB
CMYK
RGB Variations
Color information
#C0E72C (or 0xC0E72C) is known color: Fuego. HEX triplet: C0, E7 and 2C. RGB value is (192,231,44). Sum of RGB (Red+Green+Blue) = 192+231+44=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E72C is #3F18D3. Grayscale: #C6C6C6. Windows color (decimal): -4135124 or 2942912. OLE color: 2942912.
HSL color Cylindrical-coordinate representation of color #C0E72C: hue angle of 72.51º 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 #C0E72C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.09 |
| HSL | 72.51º | 0.8% | 0.54% | - |
| HSV(B) | 72.51º | 0.81% | 0.91% | - |
| XYZ | 50.77 | 68.54 | 12.94 | - |
| YUV | 198.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 44 | 0.17 | 0 | 0.81 | 0.09 | 72.51 | 0.8 | 0.54 |
| Hex | C0 | E7 | 2C | 11 | 0 | 51 | 9 | 49 | 50 | 36 |
| Octal | 300 | 347 | 54 | 21 | 0 | 121 | 11 | 111 | 120 | 66 |
| Binary | 11000000 | 11100111 | 101100 | 10001 | 0 | 1010001 | 1001 | 1001001 | 1010000 | 110110 |
Color Harmonies of #C0E72C
Complementary color
Monochromatic Colors of #C0E72C
Black with #C0E72C
Text Example
Text Example
White with #C0E72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E72C; }
p { color: rgb(192,231,44); }
H1.HeaderClassName
{
color: #C0E72C;
}
.AnyTagClassName
{
color: #C0E72C;
}
</style>
background-color css
<style>
a { background-color: #C0E72C; }
a { background-color: rgb(192,231,44); }
div.DivClassName
{
background-color: #C0E72C;
}
.BgClassName
{
background-color: #C0E72C;
}
</style>
border-color css
<style>
span { border-color: #C0E72C; }
span { border-color: rgb(192,231,44); }
td.TdClassName
{
border-color: #C0E72C;
}
.TagClassName
{
border-color: #C0E72C;
}
</style>