Shades of Electric Lime #C6F70A
Tints of Electric Lime #C6F70A
RGB
CMYK
RGB Variations
Color information
#C6F70A (or 0xC6F70A) is known color: Electric Lime. HEX triplet: C6, F7 and 0A. RGB value is (198,247,10). Sum of RGB (Red+Green+Blue) = 198+247+10=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F70A is #3908F5. Grayscale: #CECECE. Windows color (decimal): -3737846 or 718790. OLE color: 718790.
HSL color Cylindrical-coordinate representation of color #C6F70A: hue angle of 72.41º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6F70A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.03 |
| HSL | 72.41º | 0.94% | 0.5% | - |
| HSV(B) | 72.41º | 0.96% | 0.97% | - |
| XYZ | 56.6 | 78.55 | 12.47 | - |
| YUV | 205.33 | 17.77 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 10 | 0.20 | 0 | 0.96 | 0.03 | 72.41 | 0.94 | 0.5 |
| Hex | C6 | F7 | A | 14 | 0 | 60 | 3 | 48 | 5E | 32 |
| Octal | 306 | 367 | 12 | 24 | 0 | 140 | 3 | 110 | 136 | 62 |
| Binary | 11000110 | 11110111 | 1010 | 10100 | 0 | 1100000 | 11 | 1001000 | 1011110 | 110010 |
Color Harmonies of #C6F70A
Complementary color
Monochromatic Colors of #C6F70A
Black with #C6F70A
Text Example
Text Example
White with #C6F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F70A; }
p { color: rgb(198,247,10); }
H1.HeaderClassName
{
color: #C6F70A;
}
.AnyTagClassName
{
color: #C6F70A;
}
</style>
background-color css
<style>
a { background-color: #C6F70A; }
a { background-color: rgb(198,247,10); }
div.DivClassName
{
background-color: #C6F70A;
}
.BgClassName
{
background-color: #C6F70A;
}
</style>
border-color css
<style>
span { border-color: #C6F70A; }
span { border-color: rgb(198,247,10); }
td.TdClassName
{
border-color: #C6F70A;
}
.TagClassName
{
border-color: #C6F70A;
}
</style>