Shades of Electric Lime #C6F80A
Tints of Electric Lime #C6F80A
RGB
CMYK
RGB Variations
Color information
#C6F80A (or 0xC6F80A) is known color: Electric Lime. HEX triplet: C6, F8 and 0A. RGB value is (198,248,10). Sum of RGB (Red+Green+Blue) = 198+248+10=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F80A is #3907F5. Grayscale: #CECECE. Windows color (decimal): -3737590 or 719046. OLE color: 719046.
HSL color Cylindrical-coordinate representation of color #C6F80A: hue angle of 72.61º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6F80A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.03 |
| HSL | 72.61º | 0.94% | 0.51% | - |
| HSV(B) | 72.61º | 0.96% | 0.97% | - |
| XYZ | 56.91 | 79.16 | 12.57 | - |
| YUV | 205.92 | 17.44 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 10 | 0.20 | 0 | 0.96 | 0.03 | 72.61 | 0.94 | 0.51 |
| Hex | C6 | F8 | A | 14 | 0 | 60 | 3 | 49 | 5E | 33 |
| Octal | 306 | 370 | 12 | 24 | 0 | 140 | 3 | 111 | 136 | 63 |
| Binary | 11000110 | 11111000 | 1010 | 10100 | 0 | 1100000 | 11 | 1001001 | 1011110 | 110011 |
Color Harmonies of #C6F80A
Complementary color
Monochromatic Colors of #C6F80A
Black with #C6F80A
Text Example
Text Example
White with #C6F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F80A; }
p { color: rgb(198,248,10); }
H1.HeaderClassName
{
color: #C6F80A;
}
.AnyTagClassName
{
color: #C6F80A;
}
</style>
background-color css
<style>
a { background-color: #C6F80A; }
a { background-color: rgb(198,248,10); }
div.DivClassName
{
background-color: #C6F80A;
}
.BgClassName
{
background-color: #C6F80A;
}
</style>
border-color css
<style>
span { border-color: #C6F80A; }
span { border-color: rgb(198,248,10); }
td.TdClassName
{
border-color: #C6F80A;
}
.TagClassName
{
border-color: #C6F80A;
}
</style>