Shades of Electric Lime #C6F801
Tints of Electric Lime #C6F801
RGB
CMYK
RGB Variations
Color information
#C6F801 (or 0xC6F801) is known color: Electric Lime. HEX triplet: C6, F8 and 01. RGB value is (198,248,1). Sum of RGB (Red+Green+Blue) = 198+248+1=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F801 is #3907FE. Grayscale: #CDCDCD. Windows color (decimal): -3737599 or 129222. OLE color: 129222.
HSL color Cylindrical-coordinate representation of color #C6F801: hue angle of 72.15º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6F801 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.03 |
| HSL | 72.15º | 0.99% | 0.49% | - |
| HSV(B) | 72.15º | 1% | 0.97% | - |
| XYZ | 56.86 | 79.14 | 12.31 | - |
| YUV | 204.89 | 12.94 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 1 | 0.20 | 0 | 1.00 | 0.03 | 72.15 | 0.99 | 0.49 |
| Hex | C6 | F8 | 1 | 14 | 0 | 64 | 3 | 48 | 63 | 31 |
| Octal | 306 | 370 | 1 | 24 | 0 | 144 | 3 | 110 | 143 | 61 |
| Binary | 11000110 | 11111000 | 1 | 10100 | 0 | 1100100 | 11 | 1001000 | 1100011 | 110001 |
Color Harmonies of #C6F801
Complementary color
Monochromatic Colors of #C6F801
Black with #C6F801
Text Example
Text Example
White with #C6F801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F801; }
p { color: rgb(198,248,1); }
H1.HeaderClassName
{
color: #C6F801;
}
.AnyTagClassName
{
color: #C6F801;
}
</style>
background-color css
<style>
a { background-color: #C6F801; }
a { background-color: rgb(198,248,1); }
div.DivClassName
{
background-color: #C6F801;
}
.BgClassName
{
background-color: #C6F801;
}
</style>
border-color css
<style>
span { border-color: #C6F801; }
span { border-color: rgb(198,248,1); }
td.TdClassName
{
border-color: #C6F801;
}
.TagClassName
{
border-color: #C6F801;
}
</style>