Shades of Limeade #659F2D
Tints of Limeade #659F2D
RGB
CMYK
RGB Variations
Color information
#659F2D (or 0x659F2D) is known color: Limeade. HEX triplet: 65, 9F and 2D. RGB value is (101,159,45). Sum of RGB (Red+Green+Blue) = 101+159+45=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #659F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F2D is #9A60D2. Grayscale: #818181. Windows color (decimal): -10117331 or 2989925. OLE color: 2989925.
HSL color Cylindrical-coordinate representation of color #659F2D: hue angle of 90.53º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #659F2D is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 45 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.38 |
| HSL | 90.53º | 0.56% | 0.4% | - |
| HSV(B) | 90.53º | 0.72% | 0.62% | - |
| XYZ | 18.24 | 27.75 | 6.88 | - |
| YUV | 128.66 | 80.78 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 45 | 0.36 | 0 | 0.72 | 0.38 | 90.53 | 0.56 | 0.4 |
| Hex | 65 | 9F | 2D | 24 | 0 | 48 | 26 | 5B | 38 | 28 |
| Octal | 145 | 237 | 55 | 44 | 0 | 110 | 46 | 133 | 70 | 50 |
| Binary | 1100101 | 10011111 | 101101 | 100100 | 0 | 1001000 | 100110 | 1011011 | 111000 | 101000 |
Color Harmonies of #659F2D
Complementary color
Monochromatic Colors of #659F2D
Black with #659F2D
Text Example
Text Example
White with #659F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F2D; }
p { color: rgb(101,159,45); }
H1.HeaderClassName
{
color: #659F2D;
}
.AnyTagClassName
{
color: #659F2D;
}
</style>
background-color css
<style>
a { background-color: #659F2D; }
a { background-color: rgb(101,159,45); }
div.DivClassName
{
background-color: #659F2D;
}
.BgClassName
{
background-color: #659F2D;
}
</style>
border-color css
<style>
span { border-color: #659F2D; }
span { border-color: rgb(101,159,45); }
td.TdClassName
{
border-color: #659F2D;
}
.TagClassName
{
border-color: #659F2D;
}
</style>