Shades of Fuego #C6E11A
Tints of Fuego #C6E11A
RGB
CMYK
RGB Variations
Color information
#C6E11A (or 0xC6E11A) is known color: Fuego. HEX triplet: C6, E1 and 1A. RGB value is (198,225,26). Sum of RGB (Red+Green+Blue) = 198+225+26=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E11A is #391EE5. Grayscale: #C3C3C3. Windows color (decimal): -3743462 or 1761734. OLE color: 1761734.
HSL color Cylindrical-coordinate representation of color #C6E11A: hue angle of 68.14º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6E11A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.12 |
| HSL | 68.14º | 0.79% | 0.49% | - |
| HSV(B) | 68.14º | 0.88% | 0.88% | - |
| XYZ | 50.4 | 65.93 | 11.05 | - |
| YUV | 194.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 26 | 0.12 | 0 | 0.88 | 0.12 | 68.14 | 0.79 | 0.49 |
| Hex | C6 | E1 | 1A | C | 0 | 58 | C | 44 | 4F | 31 |
| Octal | 306 | 341 | 32 | 14 | 0 | 130 | 14 | 104 | 117 | 61 |
| Binary | 11000110 | 11100001 | 11010 | 1100 | 0 | 1011000 | 1100 | 1000100 | 1001111 | 110001 |
Color Harmonies of #C6E11A
Complementary color
Monochromatic Colors of #C6E11A
Black with #C6E11A
Text Example
Text Example
White with #C6E11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E11A; }
p { color: rgb(198,225,26); }
H1.HeaderClassName
{
color: #C6E11A;
}
.AnyTagClassName
{
color: #C6E11A;
}
</style>
background-color css
<style>
a { background-color: #C6E11A; }
a { background-color: rgb(198,225,26); }
div.DivClassName
{
background-color: #C6E11A;
}
.BgClassName
{
background-color: #C6E11A;
}
</style>
border-color css
<style>
span { border-color: #C6E11A; }
span { border-color: rgb(198,225,26); }
td.TdClassName
{
border-color: #C6E11A;
}
.TagClassName
{
border-color: #C6E11A;
}
</style>