Shades of Limeade #659F37
Tints of Limeade #659F37
RGB
CMYK
RGB Variations
Color information
#659F37 (or 0x659F37) is known color: Limeade. HEX triplet: 65, 9F and 37. RGB value is (101,159,55). Sum of RGB (Red+Green+Blue) = 101+159+55=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #659F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F37 is #9A60C8. Grayscale: #828282. Windows color (decimal): -10117321 or 3645285. OLE color: 3645285.
HSL color Cylindrical-coordinate representation of color #659F37: hue angle of 93.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #659F37 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 55 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.38 |
| HSL | 93.46º | 0.49% | 0.42% | - |
| HSV(B) | 93.46º | 0.65% | 0.62% | - |
| XYZ | 18.45 | 27.84 | 8.02 | - |
| YUV | 129.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 55 | 0.36 | 0 | 0.65 | 0.38 | 93.46 | 0.49 | 0.42 |
| Hex | 65 | 9F | 37 | 24 | 0 | 41 | 26 | 5D | 31 | 2A |
| Octal | 145 | 237 | 67 | 44 | 0 | 101 | 46 | 135 | 61 | 52 |
| Binary | 1100101 | 10011111 | 110111 | 100100 | 0 | 1000001 | 100110 | 1011101 | 110001 | 101010 |
Color Harmonies of #659F37
Complementary color
Monochromatic Colors of #659F37
Black with #659F37
Text Example
Text Example
White with #659F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F37; }
p { color: rgb(101,159,55); }
H1.HeaderClassName
{
color: #659F37;
}
.AnyTagClassName
{
color: #659F37;
}
</style>
background-color css
<style>
a { background-color: #659F37; }
a { background-color: rgb(101,159,55); }
div.DivClassName
{
background-color: #659F37;
}
.BgClassName
{
background-color: #659F37;
}
</style>
border-color css
<style>
span { border-color: #659F37; }
span { border-color: rgb(101,159,55); }
td.TdClassName
{
border-color: #659F37;
}
.TagClassName
{
border-color: #659F37;
}
</style>