Shades of Limeade #659839
Tints of Limeade #659839
RGB
CMYK
RGB Variations
Color information
#659839 (or 0x659839) is known color: Limeade. HEX triplet: 65, 98 and 39. RGB value is (101,152,57). Sum of RGB (Red+Green+Blue) = 101+152+57=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #659839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659839 is #9A67C6. Grayscale: #7E7E7E. Windows color (decimal): -10119111 or 3774565. OLE color: 3774565.
HSL color Cylindrical-coordinate representation of color #659839: hue angle of 92.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #659839 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 57 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.40 |
| HSL | 92.21º | 0.45% | 0.41% | - |
| HSV(B) | 92.21º | 0.63% | 0.6% | - |
| XYZ | 17.33 | 25.52 | 7.88 | - |
| YUV | 125.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 57 | 0.34 | 0 | 0.62 | 0.40 | 92.21 | 0.45 | 0.41 |
| Hex | 65 | 98 | 39 | 22 | 0 | 3E | 28 | 5C | 2D | 29 |
| Octal | 145 | 230 | 71 | 42 | 0 | 76 | 50 | 134 | 55 | 51 |
| Binary | 1100101 | 10011000 | 111001 | 100010 | 0 | 111110 | 101000 | 1011100 | 101101 | 101001 |
Color Harmonies of #659839
Complementary color
Monochromatic Colors of #659839
Black with #659839
Text Example
Text Example
White with #659839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659839; }
p { color: rgb(101,152,57); }
H1.HeaderClassName
{
color: #659839;
}
.AnyTagClassName
{
color: #659839;
}
</style>
background-color css
<style>
a { background-color: #659839; }
a { background-color: rgb(101,152,57); }
div.DivClassName
{
background-color: #659839;
}
.BgClassName
{
background-color: #659839;
}
</style>
border-color css
<style>
span { border-color: #659839; }
span { border-color: rgb(101,152,57); }
td.TdClassName
{
border-color: #659839;
}
.TagClassName
{
border-color: #659839;
}
</style>