Shades of Limeade #659D2C
Tints of Limeade #659D2C
RGB
CMYK
RGB Variations
Color information
#659D2C (or 0x659D2C) is known color: Limeade. HEX triplet: 65, 9D and 2C. RGB value is (101,157,44). Sum of RGB (Red+Green+Blue) = 101+157+44=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #659D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D2C is #9A62D3. Grayscale: #7F7F7F. Windows color (decimal): -10117844 or 2923877. OLE color: 2923877.
HSL color Cylindrical-coordinate representation of color #659D2C: hue angle of 89.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #659D2C is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 44 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.38 |
| HSL | 89.73º | 0.56% | 0.39% | - |
| HSV(B) | 89.73º | 0.72% | 0.62% | - |
| XYZ | 17.88 | 27.06 | 6.66 | - |
| YUV | 127.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 44 | 0.36 | 0 | 0.72 | 0.38 | 89.73 | 0.56 | 0.39 |
| Hex | 65 | 9D | 2C | 24 | 0 | 48 | 26 | 5A | 38 | 27 |
| Octal | 145 | 235 | 54 | 44 | 0 | 110 | 46 | 132 | 70 | 47 |
| Binary | 1100101 | 10011101 | 101100 | 100100 | 0 | 1001000 | 100110 | 1011010 | 111000 | 100111 |
Color Harmonies of #659D2C
Complementary color
Monochromatic Colors of #659D2C
Black with #659D2C
Text Example
Text Example
White with #659D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D2C; }
p { color: rgb(101,157,44); }
H1.HeaderClassName
{
color: #659D2C;
}
.AnyTagClassName
{
color: #659D2C;
}
</style>
background-color css
<style>
a { background-color: #659D2C; }
a { background-color: rgb(101,157,44); }
div.DivClassName
{
background-color: #659D2C;
}
.BgClassName
{
background-color: #659D2C;
}
</style>
border-color css
<style>
span { border-color: #659D2C; }
span { border-color: rgb(101,157,44); }
td.TdClassName
{
border-color: #659D2C;
}
.TagClassName
{
border-color: #659D2C;
}
</style>