Shades of Limeade #659B32
Tints of Limeade #659B32
RGB
CMYK
RGB Variations
Color information
#659B32 (or 0x659B32) is known color: Limeade. HEX triplet: 65, 9B and 32. RGB value is (101,155,50). Sum of RGB (Red+Green+Blue) = 101+155+50=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #659B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B32 is #9A64CD. Grayscale: #7F7F7F. Windows color (decimal): -10118350 or 3316581. OLE color: 3316581.
HSL color Cylindrical-coordinate representation of color #659B32: hue angle of 90.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #659B32 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 50 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.39 |
| HSL | 90.86º | 0.51% | 0.4% | - |
| HSV(B) | 90.86º | 0.68% | 0.61% | - |
| XYZ | 17.66 | 26.44 | 7.19 | - |
| YUV | 126.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 50 | 0.35 | 0 | 0.68 | 0.39 | 90.86 | 0.51 | 0.4 |
| Hex | 65 | 9B | 32 | 23 | 0 | 44 | 27 | 5B | 33 | 28 |
| Octal | 145 | 233 | 62 | 43 | 0 | 104 | 47 | 133 | 63 | 50 |
| Binary | 1100101 | 10011011 | 110010 | 100011 | 0 | 1000100 | 100111 | 1011011 | 110011 | 101000 |
Color Harmonies of #659B32
Complementary color
Monochromatic Colors of #659B32
Black with #659B32
Text Example
Text Example
White with #659B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B32; }
p { color: rgb(101,155,50); }
H1.HeaderClassName
{
color: #659B32;
}
.AnyTagClassName
{
color: #659B32;
}
</style>
background-color css
<style>
a { background-color: #659B32; }
a { background-color: rgb(101,155,50); }
div.DivClassName
{
background-color: #659B32;
}
.BgClassName
{
background-color: #659B32;
}
</style>
border-color css
<style>
span { border-color: #659B32; }
span { border-color: rgb(101,155,50); }
td.TdClassName
{
border-color: #659B32;
}
.TagClassName
{
border-color: #659B32;
}
</style>