Shades of Fuego #C6E122
Tints of Fuego #C6E122
RGB
CMYK
RGB Variations
Color information
#C6E122 (or 0xC6E122) is known color: Fuego. HEX triplet: C6, E1 and 22. RGB value is (198,225,34). Sum of RGB (Red+Green+Blue) = 198+225+34=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E122 is #391EDD. Grayscale: #C3C3C3. Windows color (decimal): -3743454 or 2286022. OLE color: 2286022.
HSL color Cylindrical-coordinate representation of color #C6E122: hue angle of 68.48º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6E122 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 34 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.12 |
| HSL | 68.48º | 0.76% | 0.51% | - |
| HSV(B) | 68.48º | 0.85% | 0.88% | - |
| XYZ | 50.5 | 65.97 | 11.59 | - |
| YUV | 195.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 34 | 0.12 | 0 | 0.85 | 0.12 | 68.48 | 0.76 | 0.51 |
| Hex | C6 | E1 | 22 | C | 0 | 55 | C | 44 | 4C | 33 |
| Octal | 306 | 341 | 42 | 14 | 0 | 125 | 14 | 104 | 114 | 63 |
| Binary | 11000110 | 11100001 | 100010 | 1100 | 0 | 1010101 | 1100 | 1000100 | 1001100 | 110011 |
Color Harmonies of #C6E122
Complementary color
Monochromatic Colors of #C6E122
Black with #C6E122
Text Example
Text Example
White with #C6E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E122; }
p { color: rgb(198,225,34); }
H1.HeaderClassName
{
color: #C6E122;
}
.AnyTagClassName
{
color: #C6E122;
}
</style>
background-color css
<style>
a { background-color: #C6E122; }
a { background-color: rgb(198,225,34); }
div.DivClassName
{
background-color: #C6E122;
}
.BgClassName
{
background-color: #C6E122;
}
</style>
border-color css
<style>
span { border-color: #C6E122; }
span { border-color: rgb(198,225,34); }
td.TdClassName
{
border-color: #C6E122;
}
.TagClassName
{
border-color: #C6E122;
}
</style>