Shades of Limeade #659940
Tints of Limeade #659940
RGB
CMYK
RGB Variations
Color information
#659940 (or 0x659940) is known color: Limeade. HEX triplet: 65, 99 and 40. RGB value is (101,153,64). Sum of RGB (Red+Green+Blue) = 101+153+64=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #659940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659940 is #9A66BF. Grayscale: #7F7F7F. Windows color (decimal): -10118848 or 4233573. OLE color: 4233573.
HSL color Cylindrical-coordinate representation of color #659940: hue angle of 95.06º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659940 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 64 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.4 |
| HSL | 95.06º | 0.41% | 0.43% | - |
| HSV(B) | 95.06º | 0.58% | 0.6% | - |
| XYZ | 17.68 | 25.92 | 8.92 | - |
| YUV | 127.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 64 | 0.34 | 0 | 0.58 | 0.4 | 95.06 | 0.41 | 0.43 |
| Hex | 65 | 99 | 40 | 22 | 0 | 3A | 28 | 5F | 29 | 2B |
| Octal | 145 | 231 | 100 | 42 | 0 | 72 | 50 | 137 | 51 | 53 |
| Binary | 1100101 | 10011001 | 1000000 | 100010 | 0 | 111010 | 101000 | 1011111 | 101001 | 101011 |
Color Harmonies of #659940
Complementary color
Monochromatic Colors of #659940
Black with #659940
Text Example
Text Example
White with #659940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659940; }
p { color: rgb(101,153,64); }
H1.HeaderClassName
{
color: #659940;
}
.AnyTagClassName
{
color: #659940;
}
</style>
background-color css
<style>
a { background-color: #659940; }
a { background-color: rgb(101,153,64); }
div.DivClassName
{
background-color: #659940;
}
.BgClassName
{
background-color: #659940;
}
</style>
border-color css
<style>
span { border-color: #659940; }
span { border-color: rgb(101,153,64); }
td.TdClassName
{
border-color: #659940;
}
.TagClassName
{
border-color: #659940;
}
</style>