Shades of Limeade #509F14
Tints of Limeade #509F14
RGB
CMYK
RGB Variations
Color information
#509F14 (or 0x509F14) is known color: Limeade. HEX triplet: 50, 9F and 14. RGB value is (80,159,20). Sum of RGB (Red+Green+Blue) = 80+159+20=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 159 (62.5% from 255 or 61.39% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 159 - color contains mainly: green. Hex color #509F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509F14 is #AF60EB. Grayscale: #787878. Windows color (decimal): -11493612 or 1351504. OLE color: 1351504.
HSL color Cylindrical-coordinate representation of color #509F14: hue angle of 94.1º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #509F14 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 20 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.38 |
| HSL | 94.1º | 0.78% | 0.35% | - |
| HSV(B) | 94.1º | 0.87% | 0.62% | - |
| XYZ | 15.83 | 26.55 | 4.95 | - |
| YUV | 119.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 20 | 0.50 | 0 | 0.87 | 0.38 | 94.1 | 0.78 | 0.35 |
| Hex | 50 | 9F | 14 | 32 | 0 | 57 | 26 | 5E | 4E | 23 |
| Octal | 120 | 237 | 24 | 62 | 0 | 127 | 46 | 136 | 116 | 43 |
| Binary | 1010000 | 10011111 | 10100 | 110010 | 0 | 1010111 | 100110 | 1011110 | 1001110 | 100011 |
Color Harmonies of #509F14
Complementary color
Monochromatic Colors of #509F14
Black with #509F14
Text Example
Text Example
White with #509F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F14; }
p { color: rgb(80,159,20); }
H1.HeaderClassName
{
color: #509F14;
}
.AnyTagClassName
{
color: #509F14;
}
</style>
background-color css
<style>
a { background-color: #509F14; }
a { background-color: rgb(80,159,20); }
div.DivClassName
{
background-color: #509F14;
}
.BgClassName
{
background-color: #509F14;
}
</style>
border-color css
<style>
span { border-color: #509F14; }
span { border-color: rgb(80,159,20); }
td.TdClassName
{
border-color: #509F14;
}
.TagClassName
{
border-color: #509F14;
}
</style>