Shades of Limeade #659D1D
Tints of Limeade #659D1D
RGB
CMYK
RGB Variations
Color information
#659D1D (or 0x659D1D) is known color: Limeade. HEX triplet: 65, 9D and 1D. RGB value is (101,157,29). Sum of RGB (Red+Green+Blue) = 101+157+29=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #659D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D1D is #9A62E2. Grayscale: #7E7E7E. Windows color (decimal): -10117859 or 1940837. OLE color: 1940837.
HSL color Cylindrical-coordinate representation of color #659D1D: hue angle of 86.25º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #659D1D is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 29 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.38 |
| HSL | 86.25º | 0.69% | 0.36% | - |
| HSV(B) | 86.25º | 0.82% | 0.62% | - |
| XYZ | 17.65 | 26.97 | 5.44 | - |
| YUV | 125.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 29 | 0.36 | 0 | 0.82 | 0.38 | 86.25 | 0.69 | 0.36 |
| Hex | 65 | 9D | 1D | 24 | 0 | 52 | 26 | 56 | 45 | 24 |
| Octal | 145 | 235 | 35 | 44 | 0 | 122 | 46 | 126 | 105 | 44 |
| Binary | 1100101 | 10011101 | 11101 | 100100 | 0 | 1010010 | 100110 | 1010110 | 1000101 | 100100 |
Color Harmonies of #659D1D
Complementary color
Monochromatic Colors of #659D1D
Black with #659D1D
Text Example
Text Example
White with #659D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D1D; }
p { color: rgb(101,157,29); }
H1.HeaderClassName
{
color: #659D1D;
}
.AnyTagClassName
{
color: #659D1D;
}
</style>
background-color css
<style>
a { background-color: #659D1D; }
a { background-color: rgb(101,157,29); }
div.DivClassName
{
background-color: #659D1D;
}
.BgClassName
{
background-color: #659D1D;
}
</style>
border-color css
<style>
span { border-color: #659D1D; }
span { border-color: rgb(101,157,29); }
td.TdClassName
{
border-color: #659D1D;
}
.TagClassName
{
border-color: #659D1D;
}
</style>