Shades of Electric Lime #C9F905
Tints of Electric Lime #C9F905
RGB
CMYK
RGB Variations
Color information
#C9F905 (or 0xC9F905) is known color: Electric Lime. HEX triplet: C9, F9 and 05. RGB value is (201,249,5). Sum of RGB (Red+Green+Blue) = 201+249+5=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F905 is #3606FA. Grayscale: #CFCFCF. Windows color (decimal): -3540731 or 391625. OLE color: 391625.
HSL color Cylindrical-coordinate representation of color #C9F905: hue angle of 71.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9F905 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.02 |
| HSL | 71.8º | 0.96% | 0.5% | - |
| HSV(B) | 71.8º | 0.98% | 0.98% | - |
| XYZ | 57.99 | 80.18 | 12.56 | - |
| YUV | 206.83 | 14.1 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 5 | 0.19 | 0 | 0.98 | 0.02 | 71.8 | 0.96 | 0.5 |
| Hex | C9 | F9 | 5 | 13 | 0 | 62 | 2 | 48 | 60 | 32 |
| Octal | 311 | 371 | 5 | 23 | 0 | 142 | 2 | 110 | 140 | 62 |
| Binary | 11001001 | 11111001 | 101 | 10011 | 0 | 1100010 | 10 | 1001000 | 1100000 | 110010 |
Color Harmonies of #C9F905
Complementary color
Monochromatic Colors of #C9F905
Black with #C9F905
Text Example
Text Example
White with #C9F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F905; }
p { color: rgb(201,249,5); }
H1.HeaderClassName
{
color: #C9F905;
}
.AnyTagClassName
{
color: #C9F905;
}
</style>
background-color css
<style>
a { background-color: #C9F905; }
a { background-color: rgb(201,249,5); }
div.DivClassName
{
background-color: #C9F905;
}
.BgClassName
{
background-color: #C9F905;
}
</style>
border-color css
<style>
span { border-color: #C9F905; }
span { border-color: rgb(201,249,5); }
td.TdClassName
{
border-color: #C9F905;
}
.TagClassName
{
border-color: #C9F905;
}
</style>