Shades of Limeade #659D21
Tints of Limeade #659D21
RGB
CMYK
RGB Variations
Color information
#659D21 (or 0x659D21) is known color: Limeade. HEX triplet: 65, 9D and 21. RGB value is (101,157,33). Sum of RGB (Red+Green+Blue) = 101+157+33=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #659D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D21 is #9A62DE. Grayscale: #7E7E7E. Windows color (decimal): -10117855 or 2202981. OLE color: 2202981.
HSL color Cylindrical-coordinate representation of color #659D21: hue angle of 87.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #659D21 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 33 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.38 |
| HSL | 87.1º | 0.65% | 0.37% | - |
| HSV(B) | 87.1º | 0.79% | 0.62% | - |
| XYZ | 17.7 | 26.99 | 5.72 | - |
| YUV | 126.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 33 | 0.36 | 0 | 0.79 | 0.38 | 87.1 | 0.65 | 0.37 |
| Hex | 65 | 9D | 21 | 24 | 0 | 4F | 26 | 57 | 41 | 25 |
| Octal | 145 | 235 | 41 | 44 | 0 | 117 | 46 | 127 | 101 | 45 |
| Binary | 1100101 | 10011101 | 100001 | 100100 | 0 | 1001111 | 100110 | 1010111 | 1000001 | 100101 |
Color Harmonies of #659D21
Complementary color
Monochromatic Colors of #659D21
Black with #659D21
Text Example
Text Example
White with #659D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D21; }
p { color: rgb(101,157,33); }
H1.HeaderClassName
{
color: #659D21;
}
.AnyTagClassName
{
color: #659D21;
}
</style>
background-color css
<style>
a { background-color: #659D21; }
a { background-color: rgb(101,157,33); }
div.DivClassName
{
background-color: #659D21;
}
.BgClassName
{
background-color: #659D21;
}
</style>
border-color css
<style>
span { border-color: #659D21; }
span { border-color: rgb(101,157,33); }
td.TdClassName
{
border-color: #659D21;
}
.TagClassName
{
border-color: #659D21;
}
</style>