Shades of Limeade #659625
Tints of Limeade #659625
RGB
CMYK
RGB Variations
Color information
#659625 (or 0x659625) is known color: Limeade. HEX triplet: 65, 96 and 25. RGB value is (101,150,37). Sum of RGB (Red+Green+Blue) = 101+150+37=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #659625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659625 is #9A69DA. Grayscale: #7A7A7A. Windows color (decimal): -10119643 or 2463333. OLE color: 2463333.
HSL color Cylindrical-coordinate representation of color #659625: hue angle of 86.02º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #659625 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 37 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.41 |
| HSL | 86.02º | 0.6% | 0.37% | - |
| HSV(B) | 86.02º | 0.75% | 0.59% | - |
| XYZ | 16.61 | 24.71 | 5.65 | - |
| YUV | 122.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 37 | 0.33 | 0 | 0.75 | 0.41 | 86.02 | 0.6 | 0.37 |
| Hex | 65 | 96 | 25 | 21 | 0 | 4B | 29 | 56 | 3C | 25 |
| Octal | 145 | 226 | 45 | 41 | 0 | 113 | 51 | 126 | 74 | 45 |
| Binary | 1100101 | 10010110 | 100101 | 100001 | 0 | 1001011 | 101001 | 1010110 | 111100 | 100101 |
Color Harmonies of #659625
Complementary color
Monochromatic Colors of #659625
Black with #659625
Text Example
Text Example
White with #659625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659625; }
p { color: rgb(101,150,37); }
H1.HeaderClassName
{
color: #659625;
}
.AnyTagClassName
{
color: #659625;
}
</style>
background-color css
<style>
a { background-color: #659625; }
a { background-color: rgb(101,150,37); }
div.DivClassName
{
background-color: #659625;
}
.BgClassName
{
background-color: #659625;
}
</style>
border-color css
<style>
span { border-color: #659625; }
span { border-color: rgb(101,150,37); }
td.TdClassName
{
border-color: #659625;
}
.TagClassName
{
border-color: #659625;
}
</style>