Shades of Limeade #659D39
Tints of Limeade #659D39
RGB
CMYK
RGB Variations
Color information
#659D39 (or 0x659D39) is known color: Limeade. HEX triplet: 65, 9D and 39. RGB value is (101,157,57). Sum of RGB (Red+Green+Blue) = 101+157+57=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #659D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D39 is #9A62C6. Grayscale: #818181. Windows color (decimal): -10117831 or 3775845. OLE color: 3775845.
HSL color Cylindrical-coordinate representation of color #659D39: hue angle of 93.6º 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 #659D39 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 57 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.38 |
| HSL | 93.6º | 0.47% | 0.42% | - |
| HSV(B) | 93.6º | 0.64% | 0.62% | - |
| XYZ | 18.16 | 27.18 | 8.16 | - |
| YUV | 128.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 57 | 0.36 | 0 | 0.64 | 0.38 | 93.6 | 0.47 | 0.42 |
| Hex | 65 | 9D | 39 | 24 | 0 | 40 | 26 | 5E | 2F | 2A |
| Octal | 145 | 235 | 71 | 44 | 0 | 100 | 46 | 136 | 57 | 52 |
| Binary | 1100101 | 10011101 | 111001 | 100100 | 0 | 1000000 | 100110 | 1011110 | 101111 | 101010 |
Color Harmonies of #659D39
Complementary color
Monochromatic Colors of #659D39
Black with #659D39
Text Example
Text Example
White with #659D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D39; }
p { color: rgb(101,157,57); }
H1.HeaderClassName
{
color: #659D39;
}
.AnyTagClassName
{
color: #659D39;
}
</style>
background-color css
<style>
a { background-color: #659D39; }
a { background-color: rgb(101,157,57); }
div.DivClassName
{
background-color: #659D39;
}
.BgClassName
{
background-color: #659D39;
}
</style>
border-color css
<style>
span { border-color: #659D39; }
span { border-color: rgb(101,157,57); }
td.TdClassName
{
border-color: #659D39;
}
.TagClassName
{
border-color: #659D39;
}
</style>