Shades of Electric Lime #C6F80B
Tints of Electric Lime #C6F80B
RGB
CMYK
RGB Variations
Color information
#C6F80B (or 0xC6F80B) is known color: Electric Lime. HEX triplet: C6, F8 and 0B. RGB value is (198,248,11). Sum of RGB (Red+Green+Blue) = 198+248+11=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F80B is #3907F4. Grayscale: #CECECE. Windows color (decimal): -3737589 or 784582. OLE color: 784582.
HSL color Cylindrical-coordinate representation of color #C6F80B: hue angle of 72.66º 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 #C6F80B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 11 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.03 |
| HSL | 72.66º | 0.94% | 0.51% | - |
| HSV(B) | 72.66º | 0.96% | 0.97% | - |
| XYZ | 56.92 | 79.16 | 12.6 | - |
| YUV | 206.03 | 17.94 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 11 | 0.20 | 0 | 0.96 | 0.03 | 72.66 | 0.94 | 0.51 |
| Hex | C6 | F8 | B | 14 | 0 | 60 | 3 | 49 | 5E | 33 |
| Octal | 306 | 370 | 13 | 24 | 0 | 140 | 3 | 111 | 136 | 63 |
| Binary | 11000110 | 11111000 | 1011 | 10100 | 0 | 1100000 | 11 | 1001001 | 1011110 | 110011 |
Color Harmonies of #C6F80B
Complementary color
Monochromatic Colors of #C6F80B
Black with #C6F80B
Text Example
Text Example
White with #C6F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F80B; }
p { color: rgb(198,248,11); }
H1.HeaderClassName
{
color: #C6F80B;
}
.AnyTagClassName
{
color: #C6F80B;
}
</style>
background-color css
<style>
a { background-color: #C6F80B; }
a { background-color: rgb(198,248,11); }
div.DivClassName
{
background-color: #C6F80B;
}
.BgClassName
{
background-color: #C6F80B;
}
</style>
border-color css
<style>
span { border-color: #C6F80B; }
span { border-color: rgb(198,248,11); }
td.TdClassName
{
border-color: #C6F80B;
}
.TagClassName
{
border-color: #C6F80B;
}
</style>