Shades of Limeade #509929
Tints of Limeade #509929
RGB
CMYK
RGB Variations
Color information
#509929 (or 0x509929) is known color: Limeade. HEX triplet: 50, 99 and 29. RGB value is (80,153,41). Sum of RGB (Red+Green+Blue) = 80+153+41=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #509929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509929 is #AF66D6. Grayscale: #767676. Windows color (decimal): -11495127 or 2726224. OLE color: 2726224.
HSL color Cylindrical-coordinate representation of color #509929: hue angle of 99.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #509929 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 41 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.4 |
| HSL | 99.11º | 0.58% | 0.38% | - |
| HSV(B) | 99.11º | 0.73% | 0.6% | - |
| XYZ | 15.1 | 24.65 | 6.06 | - |
| YUV | 118.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 41 | 0.48 | 0 | 0.73 | 0.4 | 99.11 | 0.58 | 0.38 |
| Hex | 50 | 99 | 29 | 30 | 0 | 49 | 28 | 63 | 3A | 26 |
| Octal | 120 | 231 | 51 | 60 | 0 | 111 | 50 | 143 | 72 | 46 |
| Binary | 1010000 | 10011001 | 101001 | 110000 | 0 | 1001001 | 101000 | 1100011 | 111010 | 100110 |
Color Harmonies of #509929
Complementary color
Monochromatic Colors of #509929
Black with #509929
Text Example
Text Example
White with #509929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509929; }
p { color: rgb(80,153,41); }
H1.HeaderClassName
{
color: #509929;
}
.AnyTagClassName
{
color: #509929;
}
</style>
background-color css
<style>
a { background-color: #509929; }
a { background-color: rgb(80,153,41); }
div.DivClassName
{
background-color: #509929;
}
.BgClassName
{
background-color: #509929;
}
</style>
border-color css
<style>
span { border-color: #509929; }
span { border-color: rgb(80,153,41); }
td.TdClassName
{
border-color: #509929;
}
.TagClassName
{
border-color: #509929;
}
</style>