Shades of Limeade #509809
Tints of Limeade #509809
RGB
CMYK
RGB Variations
Color information
#509809 (or 0x509809) is known color: Limeade. HEX triplet: 50, 98 and 09. RGB value is (80,152,9). Sum of RGB (Red+Green+Blue) = 80+152+9=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #509809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509809 is #AF67F6. Grayscale: #727272. Windows color (decimal): -11495415 or 628816. OLE color: 628816.
HSL color Cylindrical-coordinate representation of color #509809: hue angle of 90.21º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #509809 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.40 |
| HSL | 90.21º | 0.89% | 0.32% | - |
| HSV(B) | 90.21º | 0.94% | 0.6% | - |
| XYZ | 14.59 | 24.18 | 4.16 | - |
| YUV | 114.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 9 | 0.47 | 0 | 0.94 | 0.40 | 90.21 | 0.89 | 0.32 |
| Hex | 50 | 98 | 9 | 2F | 0 | 5E | 28 | 5A | 59 | 20 |
| Octal | 120 | 230 | 11 | 57 | 0 | 136 | 50 | 132 | 131 | 40 |
| Binary | 1010000 | 10011000 | 1001 | 101111 | 0 | 1011110 | 101000 | 1011010 | 1011001 | 100000 |
Color Harmonies of #509809
Complementary color
Monochromatic Colors of #509809
Black with #509809
Text Example
Text Example
White with #509809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509809; }
p { color: rgb(80,152,9); }
H1.HeaderClassName
{
color: #509809;
}
.AnyTagClassName
{
color: #509809;
}
</style>
background-color css
<style>
a { background-color: #509809; }
a { background-color: rgb(80,152,9); }
div.DivClassName
{
background-color: #509809;
}
.BgClassName
{
background-color: #509809;
}
</style>
border-color css
<style>
span { border-color: #509809; }
span { border-color: rgb(80,152,9); }
td.TdClassName
{
border-color: #509809;
}
.TagClassName
{
border-color: #509809;
}
</style>