Shades of Limeade #659F34
Tints of Limeade #659F34
RGB
CMYK
RGB Variations
Color information
#659F34 (or 0x659F34) is known color: Limeade. HEX triplet: 65, 9F and 34. RGB value is (101,159,52). Sum of RGB (Red+Green+Blue) = 101+159+52=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #659F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F34 is #9A60CB. Grayscale: #818181. Windows color (decimal): -10117324 or 3448677. OLE color: 3448677.
HSL color Cylindrical-coordinate representation of color #659F34: hue angle of 92.52º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #659F34 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 52 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.38 |
| HSL | 92.52º | 0.51% | 0.41% | - |
| HSV(B) | 92.52º | 0.67% | 0.62% | - |
| XYZ | 18.38 | 27.81 | 7.65 | - |
| YUV | 129.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 52 | 0.36 | 0 | 0.67 | 0.38 | 92.52 | 0.51 | 0.41 |
| Hex | 65 | 9F | 34 | 24 | 0 | 43 | 26 | 5D | 33 | 29 |
| Octal | 145 | 237 | 64 | 44 | 0 | 103 | 46 | 135 | 63 | 51 |
| Binary | 1100101 | 10011111 | 110100 | 100100 | 0 | 1000011 | 100110 | 1011101 | 110011 | 101001 |
Color Harmonies of #659F34
Complementary color
Monochromatic Colors of #659F34
Black with #659F34
Text Example
Text Example
White with #659F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F34; }
p { color: rgb(101,159,52); }
H1.HeaderClassName
{
color: #659F34;
}
.AnyTagClassName
{
color: #659F34;
}
</style>
background-color css
<style>
a { background-color: #659F34; }
a { background-color: rgb(101,159,52); }
div.DivClassName
{
background-color: #659F34;
}
.BgClassName
{
background-color: #659F34;
}
</style>
border-color css
<style>
span { border-color: #659F34; }
span { border-color: rgb(101,159,52); }
td.TdClassName
{
border-color: #659F34;
}
.TagClassName
{
border-color: #659F34;
}
</style>