Shades of Limeade #659939
Tints of Limeade #659939
RGB
CMYK
RGB Variations
Color information
#659939 (or 0x659939) is known color: Limeade. HEX triplet: 65, 99 and 39. RGB value is (101,153,57). Sum of RGB (Red+Green+Blue) = 101+153+57=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #659939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659939 is #9A66C6. Grayscale: #7E7E7E. Windows color (decimal): -10118855 or 3774821. OLE color: 3774821.
HSL color Cylindrical-coordinate representation of color #659939: hue angle of 92.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #659939 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 57 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.4 |
| HSL | 92.5º | 0.46% | 0.41% | - |
| HSV(B) | 92.5º | 0.63% | 0.6% | - |
| XYZ | 17.5 | 25.84 | 7.94 | - |
| YUV | 126.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 57 | 0.34 | 0 | 0.63 | 0.4 | 92.5 | 0.46 | 0.41 |
| Hex | 65 | 99 | 39 | 22 | 0 | 3F | 28 | 5C | 2E | 29 |
| Octal | 145 | 231 | 71 | 42 | 0 | 77 | 50 | 134 | 56 | 51 |
| Binary | 1100101 | 10011001 | 111001 | 100010 | 0 | 111111 | 101000 | 1011100 | 101110 | 101001 |
Color Harmonies of #659939
Complementary color
Monochromatic Colors of #659939
Black with #659939
Text Example
Text Example
White with #659939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659939; }
p { color: rgb(101,153,57); }
H1.HeaderClassName
{
color: #659939;
}
.AnyTagClassName
{
color: #659939;
}
</style>
background-color css
<style>
a { background-color: #659939; }
a { background-color: rgb(101,153,57); }
div.DivClassName
{
background-color: #659939;
}
.BgClassName
{
background-color: #659939;
}
</style>
border-color css
<style>
span { border-color: #659939; }
span { border-color: rgb(101,153,57); }
td.TdClassName
{
border-color: #659939;
}
.TagClassName
{
border-color: #659939;
}
</style>