Shades of Fuego #C6E020
Tints of Fuego #C6E020
RGB
CMYK
RGB Variations
Color information
#C6E020 (or 0xC6E020) is known color: Fuego. HEX triplet: C6, E0 and 20. RGB value is (198,224,32). Sum of RGB (Red+Green+Blue) = 198+224+32=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E020 is #391FDF. Grayscale: #C3C3C3. Windows color (decimal): -3743712 or 2154694. OLE color: 2154694.
HSL color Cylindrical-coordinate representation of color #C6E020: hue angle of 68.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6E020 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.12 |
| HSL | 68.13º | 0.76% | 0.5% | - |
| HSV(B) | 68.13º | 0.86% | 0.88% | - |
| XYZ | 50.21 | 65.42 | 11.35 | - |
| YUV | 194.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 32 | 0.12 | 0 | 0.86 | 0.12 | 68.13 | 0.76 | 0.5 |
| Hex | C6 | E0 | 20 | C | 0 | 56 | C | 44 | 4C | 32 |
| Octal | 306 | 340 | 40 | 14 | 0 | 126 | 14 | 104 | 114 | 62 |
| Binary | 11000110 | 11100000 | 100000 | 1100 | 0 | 1010110 | 1100 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C6E020
Complementary color
Monochromatic Colors of #C6E020
Black with #C6E020
Text Example
Text Example
White with #C6E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E020; }
p { color: rgb(198,224,32); }
H1.HeaderClassName
{
color: #C6E020;
}
.AnyTagClassName
{
color: #C6E020;
}
</style>
background-color css
<style>
a { background-color: #C6E020; }
a { background-color: rgb(198,224,32); }
div.DivClassName
{
background-color: #C6E020;
}
.BgClassName
{
background-color: #C6E020;
}
</style>
border-color css
<style>
span { border-color: #C6E020; }
span { border-color: rgb(198,224,32); }
td.TdClassName
{
border-color: #C6E020;
}
.TagClassName
{
border-color: #C6E020;
}
</style>