Shades of Electric Lime #C6F717
Tints of Electric Lime #C6F717
RGB
CMYK
RGB Variations
Color information
#C6F717 (or 0xC6F717) is known color: Electric Lime. HEX triplet: C6, F7 and 17. RGB value is (198,247,23). Sum of RGB (Red+Green+Blue) = 198+247+23=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F717 is #3908E8. Grayscale: #CFCFCF. Windows color (decimal): -3737833 or 1570758. OLE color: 1570758.
HSL color Cylindrical-coordinate representation of color #C6F717: hue angle of 73.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6F717 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 23 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.03 |
| HSL | 73.13º | 0.93% | 0.53% | - |
| HSV(B) | 73.13º | 0.91% | 0.97% | - |
| XYZ | 56.7 | 78.59 | 12.99 | - |
| YUV | 206.81 | 24.27 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 23 | 0.20 | 0 | 0.91 | 0.03 | 73.13 | 0.93 | 0.53 |
| Hex | C6 | F7 | 17 | 14 | 0 | 5B | 3 | 49 | 5D | 35 |
| Octal | 306 | 367 | 27 | 24 | 0 | 133 | 3 | 111 | 135 | 65 |
| Binary | 11000110 | 11110111 | 10111 | 10100 | 0 | 1011011 | 11 | 1001001 | 1011101 | 110101 |
Color Harmonies of #C6F717
Complementary color
Monochromatic Colors of #C6F717
Black with #C6F717
Text Example
Text Example
White with #C6F717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F717; }
p { color: rgb(198,247,23); }
H1.HeaderClassName
{
color: #C6F717;
}
.AnyTagClassName
{
color: #C6F717;
}
</style>
background-color css
<style>
a { background-color: #C6F717; }
a { background-color: rgb(198,247,23); }
div.DivClassName
{
background-color: #C6F717;
}
.BgClassName
{
background-color: #C6F717;
}
</style>
border-color css
<style>
span { border-color: #C6F717; }
span { border-color: rgb(198,247,23); }
td.TdClassName
{
border-color: #C6F717;
}
.TagClassName
{
border-color: #C6F717;
}
</style>