Shades of Fuego #C6E11C
Tints of Fuego #C6E11C
RGB
CMYK
RGB Variations
Color information
#C6E11C (or 0xC6E11C) is known color: Fuego. HEX triplet: C6, E1 and 1C. RGB value is (198,225,28). Sum of RGB (Red+Green+Blue) = 198+225+28=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E11C is #391EE3. Grayscale: #C3C3C3. Windows color (decimal): -3743460 or 1892806. OLE color: 1892806.
HSL color Cylindrical-coordinate representation of color #C6E11C: hue angle of 68.22º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6E11C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.12 |
| HSL | 68.22º | 0.78% | 0.5% | - |
| HSV(B) | 68.22º | 0.88% | 0.88% | - |
| XYZ | 50.42 | 65.94 | 11.17 | - |
| YUV | 194.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 28 | 0.12 | 0 | 0.88 | 0.12 | 68.22 | 0.78 | 0.5 |
| Hex | C6 | E1 | 1C | C | 0 | 58 | C | 44 | 4E | 32 |
| Octal | 306 | 341 | 34 | 14 | 0 | 130 | 14 | 104 | 116 | 62 |
| Binary | 11000110 | 11100001 | 11100 | 1100 | 0 | 1011000 | 1100 | 1000100 | 1001110 | 110010 |
Color Harmonies of #C6E11C
Complementary color
Monochromatic Colors of #C6E11C
Black with #C6E11C
Text Example
Text Example
White with #C6E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E11C; }
p { color: rgb(198,225,28); }
H1.HeaderClassName
{
color: #C6E11C;
}
.AnyTagClassName
{
color: #C6E11C;
}
</style>
background-color css
<style>
a { background-color: #C6E11C; }
a { background-color: rgb(198,225,28); }
div.DivClassName
{
background-color: #C6E11C;
}
.BgClassName
{
background-color: #C6E11C;
}
</style>
border-color css
<style>
span { border-color: #C6E11C; }
span { border-color: rgb(198,225,28); }
td.TdClassName
{
border-color: #C6E11C;
}
.TagClassName
{
border-color: #C6E11C;
}
</style>