Shades of Limeade #649D39
Tints of Limeade #649D39
RGB
CMYK
RGB Variations
Color information
#649D39 (or 0x649D39) is known color: Limeade. HEX triplet: 64, 9D and 39. RGB value is (100,157,57). Sum of RGB (Red+Green+Blue) = 100+157+57=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #649D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D39 is #9B62C6. Grayscale: #808080. Windows color (decimal): -10183367 or 3775844. OLE color: 3775844.
HSL color Cylindrical-coordinate representation of color #649D39: hue angle of 94.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #649D39 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 57 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.38 |
| HSL | 94.2º | 0.47% | 0.42% | - |
| HSV(B) | 94.2º | 0.64% | 0.62% | - |
| XYZ | 18.05 | 27.12 | 8.15 | - |
| YUV | 128.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 57 | 0.36 | 0 | 0.64 | 0.38 | 94.2 | 0.47 | 0.42 |
| Hex | 64 | 9D | 39 | 24 | 0 | 40 | 26 | 5E | 2F | 2A |
| Octal | 144 | 235 | 71 | 44 | 0 | 100 | 46 | 136 | 57 | 52 |
| Binary | 1100100 | 10011101 | 111001 | 100100 | 0 | 1000000 | 100110 | 1011110 | 101111 | 101010 |
Color Harmonies of #649D39
Complementary color
Monochromatic Colors of #649D39
Black with #649D39
Text Example
Text Example
White with #649D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D39; }
p { color: rgb(100,157,57); }
H1.HeaderClassName
{
color: #649D39;
}
.AnyTagClassName
{
color: #649D39;
}
</style>
background-color css
<style>
a { background-color: #649D39; }
a { background-color: rgb(100,157,57); }
div.DivClassName
{
background-color: #649D39;
}
.BgClassName
{
background-color: #649D39;
}
</style>
border-color css
<style>
span { border-color: #649D39; }
span { border-color: rgb(100,157,57); }
td.TdClassName
{
border-color: #649D39;
}
.TagClassName
{
border-color: #649D39;
}
</style>