Shades of Fuego #C6E02A
Tints of Fuego #C6E02A
RGB
CMYK
RGB Variations
Color information
#C6E02A (or 0xC6E02A) is known color: Fuego. HEX triplet: C6, E0 and 2A. RGB value is (198,224,42). Sum of RGB (Red+Green+Blue) = 198+224+42=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E02A is #391FD5. Grayscale: #C4C4C4. Windows color (decimal): -3743702 or 2810054. OLE color: 2810054.
HSL color Cylindrical-coordinate representation of color #C6E02A: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6E02A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 42 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.12 |
| HSL | 68.57º | 0.75% | 0.52% | - |
| HSV(B) | 68.57º | 0.81% | 0.88% | - |
| XYZ | 50.36 | 65.48 | 12.18 | - |
| YUV | 195.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 42 | 0.12 | 0 | 0.81 | 0.12 | 68.57 | 0.75 | 0.52 |
| Hex | C6 | E0 | 2A | C | 0 | 51 | C | 45 | 4B | 34 |
| Octal | 306 | 340 | 52 | 14 | 0 | 121 | 14 | 105 | 113 | 64 |
| Binary | 11000110 | 11100000 | 101010 | 1100 | 0 | 1010001 | 1100 | 1000101 | 1001011 | 110100 |
Color Harmonies of #C6E02A
Complementary color
Monochromatic Colors of #C6E02A
Black with #C6E02A
Text Example
Text Example
White with #C6E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E02A; }
p { color: rgb(198,224,42); }
H1.HeaderClassName
{
color: #C6E02A;
}
.AnyTagClassName
{
color: #C6E02A;
}
</style>
background-color css
<style>
a { background-color: #C6E02A; }
a { background-color: rgb(198,224,42); }
div.DivClassName
{
background-color: #C6E02A;
}
.BgClassName
{
background-color: #C6E02A;
}
</style>
border-color css
<style>
span { border-color: #C6E02A; }
span { border-color: rgb(198,224,42); }
td.TdClassName
{
border-color: #C6E02A;
}
.TagClassName
{
border-color: #C6E02A;
}
</style>