Shades of Limeade #659932
Tints of Limeade #659932
RGB
CMYK
RGB Variations
Color information
#659932 (or 0x659932) is known color: Limeade. HEX triplet: 65, 99 and 32. RGB value is (101,153,50). Sum of RGB (Red+Green+Blue) = 101+153+50=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #659932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659932 is #9A66CD. Grayscale: #7E7E7E. Windows color (decimal): -10118862 or 3316069. OLE color: 3316069.
HSL color Cylindrical-coordinate representation of color #659932: hue angle of 90.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #659932 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 50 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.4 |
| HSL | 90.29º | 0.51% | 0.4% | - |
| HSV(B) | 90.29º | 0.67% | 0.6% | - |
| XYZ | 17.33 | 25.78 | 7.08 | - |
| YUV | 125.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 50 | 0.34 | 0 | 0.67 | 0.4 | 90.29 | 0.51 | 0.4 |
| Hex | 65 | 99 | 32 | 22 | 0 | 43 | 28 | 5A | 33 | 28 |
| Octal | 145 | 231 | 62 | 42 | 0 | 103 | 50 | 132 | 63 | 50 |
| Binary | 1100101 | 10011001 | 110010 | 100010 | 0 | 1000011 | 101000 | 1011010 | 110011 | 101000 |
Color Harmonies of #659932
Complementary color
Monochromatic Colors of #659932
Black with #659932
Text Example
Text Example
White with #659932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659932; }
p { color: rgb(101,153,50); }
H1.HeaderClassName
{
color: #659932;
}
.AnyTagClassName
{
color: #659932;
}
</style>
background-color css
<style>
a { background-color: #659932; }
a { background-color: rgb(101,153,50); }
div.DivClassName
{
background-color: #659932;
}
.BgClassName
{
background-color: #659932;
}
</style>
border-color css
<style>
span { border-color: #659932; }
span { border-color: rgb(101,153,50); }
td.TdClassName
{
border-color: #659932;
}
.TagClassName
{
border-color: #659932;
}
</style>