Shades of Limeade #509D11
Tints of Limeade #509D11
RGB
CMYK
RGB Variations
Color information
#509D11 (or 0x509D11) is known color: Limeade. HEX triplet: 50, 9D and 11. RGB value is (80,157,17). Sum of RGB (Red+Green+Blue) = 80+157+17=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 157 (61.72% from 255 or 61.81% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 157 - color contains mainly: green. Hex color #509D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D11 is #AF62EE. Grayscale: #767676. Windows color (decimal): -11494127 or 1154384. OLE color: 1154384.
HSL color Cylindrical-coordinate representation of color #509D11: hue angle of 93º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #509D11 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 17 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.38 |
| HSL | 93º | 0.8% | 0.34% | - |
| HSV(B) | 93º | 0.89% | 0.62% | - |
| XYZ | 15.47 | 25.86 | 4.71 | - |
| YUV | 118.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 17 | 0.49 | 0 | 0.89 | 0.38 | 93 | 0.8 | 0.34 |
| Hex | 50 | 9D | 11 | 31 | 0 | 59 | 26 | 5D | 50 | 22 |
| Octal | 120 | 235 | 21 | 61 | 0 | 131 | 46 | 135 | 120 | 42 |
| Binary | 1010000 | 10011101 | 10001 | 110001 | 0 | 1011001 | 100110 | 1011101 | 1010000 | 100010 |
Color Harmonies of #509D11
Complementary color
Monochromatic Colors of #509D11
Black with #509D11
Text Example
Text Example
White with #509D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D11; }
p { color: rgb(80,157,17); }
H1.HeaderClassName
{
color: #509D11;
}
.AnyTagClassName
{
color: #509D11;
}
</style>
background-color css
<style>
a { background-color: #509D11; }
a { background-color: rgb(80,157,17); }
div.DivClassName
{
background-color: #509D11;
}
.BgClassName
{
background-color: #509D11;
}
</style>
border-color css
<style>
span { border-color: #509D11; }
span { border-color: rgb(80,157,17); }
td.TdClassName
{
border-color: #509D11;
}
.TagClassName
{
border-color: #509D11;
}
</style>