Shades of Fuego #C0E62A
Tints of Fuego #C0E62A
RGB
CMYK
RGB Variations
Color information
#C0E62A (or 0xC0E62A) is known color: Fuego. HEX triplet: C0, E6 and 2A. RGB value is (192,230,42). Sum of RGB (Red+Green+Blue) = 192+230+42=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E62A is #3F19D5. Grayscale: #C5C5C5. Windows color (decimal): -4135382 or 2811584. OLE color: 2811584.
HSL color Cylindrical-coordinate representation of color #C0E62A: hue angle of 72.13º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0E62A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 42 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.10 |
| HSL | 72.13º | 0.79% | 0.53% | - |
| HSV(B) | 72.13º | 0.82% | 0.9% | - |
| XYZ | 50.45 | 67.97 | 12.65 | - |
| YUV | 197.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 42 | 0.17 | 0 | 0.82 | 0.10 | 72.13 | 0.79 | 0.53 |
| Hex | C0 | E6 | 2A | 11 | 0 | 52 | A | 48 | 4F | 35 |
| Octal | 300 | 346 | 52 | 21 | 0 | 122 | 12 | 110 | 117 | 65 |
| Binary | 11000000 | 11100110 | 101010 | 10001 | 0 | 1010010 | 1010 | 1001000 | 1001111 | 110101 |
Color Harmonies of #C0E62A
Complementary color
Monochromatic Colors of #C0E62A
Black with #C0E62A
Text Example
Text Example
White with #C0E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E62A; }
p { color: rgb(192,230,42); }
H1.HeaderClassName
{
color: #C0E62A;
}
.AnyTagClassName
{
color: #C0E62A;
}
</style>
background-color css
<style>
a { background-color: #C0E62A; }
a { background-color: rgb(192,230,42); }
div.DivClassName
{
background-color: #C0E62A;
}
.BgClassName
{
background-color: #C0E62A;
}
</style>
border-color css
<style>
span { border-color: #C0E62A; }
span { border-color: rgb(192,230,42); }
td.TdClassName
{
border-color: #C0E62A;
}
.TagClassName
{
border-color: #C0E62A;
}
</style>