Shades of Fuego #C0E62B
Tints of Fuego #C0E62B
RGB
CMYK
RGB Variations
Color information
#C0E62B (or 0xC0E62B) is known color: Fuego. HEX triplet: C0, E6 and 2B. RGB value is (192,230,43). Sum of RGB (Red+Green+Blue) = 192+230+43=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E62B is #3F19D4. Grayscale: #C6C6C6. Windows color (decimal): -4135381 or 2877120. OLE color: 2877120.
HSL color Cylindrical-coordinate representation of color #C0E62B: hue angle of 72.19º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0E62B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.10 |
| HSL | 72.19º | 0.79% | 0.54% | - |
| HSV(B) | 72.19º | 0.81% | 0.9% | - |
| XYZ | 50.47 | 67.97 | 12.75 | - |
| YUV | 197.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 43 | 0.17 | 0 | 0.81 | 0.10 | 72.19 | 0.79 | 0.54 |
| Hex | C0 | E6 | 2B | 11 | 0 | 51 | A | 48 | 4F | 36 |
| Octal | 300 | 346 | 53 | 21 | 0 | 121 | 12 | 110 | 117 | 66 |
| Binary | 11000000 | 11100110 | 101011 | 10001 | 0 | 1010001 | 1010 | 1001000 | 1001111 | 110110 |
Color Harmonies of #C0E62B
Complementary color
Monochromatic Colors of #C0E62B
Black with #C0E62B
Text Example
Text Example
White with #C0E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E62B; }
p { color: rgb(192,230,43); }
H1.HeaderClassName
{
color: #C0E62B;
}
.AnyTagClassName
{
color: #C0E62B;
}
</style>
background-color css
<style>
a { background-color: #C0E62B; }
a { background-color: rgb(192,230,43); }
div.DivClassName
{
background-color: #C0E62B;
}
.BgClassName
{
background-color: #C0E62B;
}
</style>
border-color css
<style>
span { border-color: #C0E62B; }
span { border-color: rgb(192,230,43); }
td.TdClassName
{
border-color: #C0E62B;
}
.TagClassName
{
border-color: #C0E62B;
}
</style>