Shades of Limeade #659624
Tints of Limeade #659624
RGB
CMYK
RGB Variations
Color information
#659624 (or 0x659624) is known color: Limeade. HEX triplet: 65, 96 and 24. RGB value is (101,150,36). Sum of RGB (Red+Green+Blue) = 101+150+36=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #659624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659624 is #9A69DB. Grayscale: #7A7A7A. Windows color (decimal): -10119644 or 2397797. OLE color: 2397797.
HSL color Cylindrical-coordinate representation of color #659624: hue angle of 85.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #659624 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 36 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.41 |
| HSL | 85.79º | 0.61% | 0.36% | - |
| HSV(B) | 85.79º | 0.76% | 0.59% | - |
| XYZ | 16.59 | 24.71 | 5.56 | - |
| YUV | 122.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 36 | 0.33 | 0 | 0.76 | 0.41 | 85.79 | 0.61 | 0.36 |
| Hex | 65 | 96 | 24 | 21 | 0 | 4C | 29 | 56 | 3D | 24 |
| Octal | 145 | 226 | 44 | 41 | 0 | 114 | 51 | 126 | 75 | 44 |
| Binary | 1100101 | 10010110 | 100100 | 100001 | 0 | 1001100 | 101001 | 1010110 | 111101 | 100100 |
Color Harmonies of #659624
Complementary color
Monochromatic Colors of #659624
Black with #659624
Text Example
Text Example
White with #659624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659624; }
p { color: rgb(101,150,36); }
H1.HeaderClassName
{
color: #659624;
}
.AnyTagClassName
{
color: #659624;
}
</style>
background-color css
<style>
a { background-color: #659624; }
a { background-color: rgb(101,150,36); }
div.DivClassName
{
background-color: #659624;
}
.BgClassName
{
background-color: #659624;
}
</style>
border-color css
<style>
span { border-color: #659624; }
span { border-color: rgb(101,150,36); }
td.TdClassName
{
border-color: #659624;
}
.TagClassName
{
border-color: #659624;
}
</style>