Shades of Electric Lime #C6F90B
Tints of Electric Lime #C6F90B
RGB
CMYK
RGB Variations
Color information
#C6F90B (or 0xC6F90B) is known color: Electric Lime. HEX triplet: C6, F9 and 0B. RGB value is (198,249,11). Sum of RGB (Red+Green+Blue) = 198+249+11=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F90B is #3906F4. Grayscale: #CFCFCF. Windows color (decimal): -3737333 or 784838. OLE color: 784838.
HSL color Cylindrical-coordinate representation of color #C6F90B: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6F90B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 11 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.02 |
| HSL | 72.86º | 0.95% | 0.51% | - |
| HSV(B) | 72.86º | 0.96% | 0.98% | - |
| XYZ | 57.22 | 79.78 | 12.7 | - |
| YUV | 206.62 | 17.6 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 11 | 0.20 | 0 | 0.96 | 0.02 | 72.86 | 0.95 | 0.51 |
| Hex | C6 | F9 | B | 14 | 0 | 60 | 2 | 49 | 5F | 33 |
| Octal | 306 | 371 | 13 | 24 | 0 | 140 | 2 | 111 | 137 | 63 |
| Binary | 11000110 | 11111001 | 1011 | 10100 | 0 | 1100000 | 10 | 1001001 | 1011111 | 110011 |
Color Harmonies of #C6F90B
Complementary color
Monochromatic Colors of #C6F90B
Black with #C6F90B
Text Example
Text Example
White with #C6F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F90B; }
p { color: rgb(198,249,11); }
H1.HeaderClassName
{
color: #C6F90B;
}
.AnyTagClassName
{
color: #C6F90B;
}
</style>
background-color css
<style>
a { background-color: #C6F90B; }
a { background-color: rgb(198,249,11); }
div.DivClassName
{
background-color: #C6F90B;
}
.BgClassName
{
background-color: #C6F90B;
}
</style>
border-color css
<style>
span { border-color: #C6F90B; }
span { border-color: rgb(198,249,11); }
td.TdClassName
{
border-color: #C6F90B;
}
.TagClassName
{
border-color: #C6F90B;
}
</style>