Shades of Electric Lime #C6F509
Tints of Electric Lime #C6F509
RGB
CMYK
RGB Variations
Color information
#C6F509 (or 0xC6F509) is known color: Electric Lime. HEX triplet: C6, F5 and 09. RGB value is (198,245,9). Sum of RGB (Red+Green+Blue) = 198+245+9=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F509 is #390AF6. Grayscale: #CCCCCC. Windows color (decimal): -3738359 or 652742. OLE color: 652742.
HSL color Cylindrical-coordinate representation of color #C6F509: hue angle of 71.95º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6F509 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.04 |
| HSL | 71.95º | 0.93% | 0.5% | - |
| HSV(B) | 71.95º | 0.96% | 0.96% | - |
| XYZ | 55.99 | 77.33 | 12.23 | - |
| YUV | 204.04 | 17.93 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 9 | 0.19 | 0 | 0.96 | 0.04 | 71.95 | 0.93 | 0.5 |
| Hex | C6 | F5 | 9 | 13 | 0 | 60 | 4 | 48 | 5D | 32 |
| Octal | 306 | 365 | 11 | 23 | 0 | 140 | 4 | 110 | 135 | 62 |
| Binary | 11000110 | 11110101 | 1001 | 10011 | 0 | 1100000 | 100 | 1001000 | 1011101 | 110010 |
Color Harmonies of #C6F509
Complementary color
Monochromatic Colors of #C6F509
Black with #C6F509
Text Example
Text Example
White with #C6F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F509; }
p { color: rgb(198,245,9); }
H1.HeaderClassName
{
color: #C6F509;
}
.AnyTagClassName
{
color: #C6F509;
}
</style>
background-color css
<style>
a { background-color: #C6F509; }
a { background-color: rgb(198,245,9); }
div.DivClassName
{
background-color: #C6F509;
}
.BgClassName
{
background-color: #C6F509;
}
</style>
border-color css
<style>
span { border-color: #C6F509; }
span { border-color: rgb(198,245,9); }
td.TdClassName
{
border-color: #C6F509;
}
.TagClassName
{
border-color: #C6F509;
}
</style>