Shades of Limeade #659929
Tints of Limeade #659929
RGB
CMYK
RGB Variations
Color information
#659929 (or 0x659929) is known color: Limeade. HEX triplet: 65, 99 and 29. RGB value is (101,153,41). Sum of RGB (Red+Green+Blue) = 101+153+41=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #659929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659929 is #9A66D6. Grayscale: #7D7D7D. Windows color (decimal): -10118871 or 2726245. OLE color: 2726245.
HSL color Cylindrical-coordinate representation of color #659929: hue angle of 87.86º 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 #659929 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 41 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.4 |
| HSL | 87.86º | 0.58% | 0.38% | - |
| HSV(B) | 87.86º | 0.73% | 0.6% | - |
| XYZ | 17.16 | 25.71 | 6.16 | - |
| YUV | 124.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 41 | 0.34 | 0 | 0.73 | 0.4 | 87.86 | 0.58 | 0.38 |
| Hex | 65 | 99 | 29 | 22 | 0 | 49 | 28 | 58 | 3A | 26 |
| Octal | 145 | 231 | 51 | 42 | 0 | 111 | 50 | 130 | 72 | 46 |
| Binary | 1100101 | 10011001 | 101001 | 100010 | 0 | 1001001 | 101000 | 1011000 | 111010 | 100110 |
Color Harmonies of #659929
Complementary color
Monochromatic Colors of #659929
Black with #659929
Text Example
Text Example
White with #659929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659929; }
p { color: rgb(101,153,41); }
H1.HeaderClassName
{
color: #659929;
}
.AnyTagClassName
{
color: #659929;
}
</style>
background-color css
<style>
a { background-color: #659929; }
a { background-color: rgb(101,153,41); }
div.DivClassName
{
background-color: #659929;
}
.BgClassName
{
background-color: #659929;
}
</style>
border-color css
<style>
span { border-color: #659929; }
span { border-color: rgb(101,153,41); }
td.TdClassName
{
border-color: #659929;
}
.TagClassName
{
border-color: #659929;
}
</style>