Shades of Limeade #659F39
Tints of Limeade #659F39
RGB
CMYK
RGB Variations
Color information
#659F39 (or 0x659F39) is known color: Limeade. HEX triplet: 65, 9F and 39. RGB value is (101,159,57). Sum of RGB (Red+Green+Blue) = 101+159+57=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #659F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F39 is #9A60C6. Grayscale: #828282. Windows color (decimal): -10117319 or 3776357. OLE color: 3776357.
HSL color Cylindrical-coordinate representation of color #659F39: hue angle of 94.12º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #659F39 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 57 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.38 |
| HSL | 94.12º | 0.47% | 0.42% | - |
| HSV(B) | 94.12º | 0.64% | 0.62% | - |
| XYZ | 18.5 | 27.86 | 8.27 | - |
| YUV | 130.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 57 | 0.36 | 0 | 0.64 | 0.38 | 94.12 | 0.47 | 0.42 |
| Hex | 65 | 9F | 39 | 24 | 0 | 40 | 26 | 5E | 2F | 2A |
| Octal | 145 | 237 | 71 | 44 | 0 | 100 | 46 | 136 | 57 | 52 |
| Binary | 1100101 | 10011111 | 111001 | 100100 | 0 | 1000000 | 100110 | 1011110 | 101111 | 101010 |
Color Harmonies of #659F39
Complementary color
Monochromatic Colors of #659F39
Black with #659F39
Text Example
Text Example
White with #659F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F39; }
p { color: rgb(101,159,57); }
H1.HeaderClassName
{
color: #659F39;
}
.AnyTagClassName
{
color: #659F39;
}
</style>
background-color css
<style>
a { background-color: #659F39; }
a { background-color: rgb(101,159,57); }
div.DivClassName
{
background-color: #659F39;
}
.BgClassName
{
background-color: #659F39;
}
</style>
border-color css
<style>
span { border-color: #659F39; }
span { border-color: rgb(101,159,57); }
td.TdClassName
{
border-color: #659F39;
}
.TagClassName
{
border-color: #659F39;
}
</style>