Shades of Limeade #649D37
Tints of Limeade #649D37
RGB
CMYK
RGB Variations
Color information
#649D37 (or 0x649D37) is known color: Limeade. HEX triplet: 64, 9D and 37. RGB value is (100,157,55). Sum of RGB (Red+Green+Blue) = 100+157+55=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #649D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D37 is #9B62C8. Grayscale: #808080. Windows color (decimal): -10183369 or 3644772. OLE color: 3644772.
HSL color Cylindrical-coordinate representation of color #649D37: hue angle of 93.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #649D37 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 55 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.38 |
| HSL | 93.53º | 0.48% | 0.42% | - |
| HSV(B) | 93.53º | 0.65% | 0.62% | - |
| XYZ | 18 | 27.1 | 7.9 | - |
| YUV | 128.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 55 | 0.36 | 0 | 0.65 | 0.38 | 93.53 | 0.48 | 0.42 |
| Hex | 64 | 9D | 37 | 24 | 0 | 41 | 26 | 5E | 30 | 2A |
| Octal | 144 | 235 | 67 | 44 | 0 | 101 | 46 | 136 | 60 | 52 |
| Binary | 1100100 | 10011101 | 110111 | 100100 | 0 | 1000001 | 100110 | 1011110 | 110000 | 101010 |
Color Harmonies of #649D37
Complementary color
Monochromatic Colors of #649D37
Black with #649D37
Text Example
Text Example
White with #649D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D37; }
p { color: rgb(100,157,55); }
H1.HeaderClassName
{
color: #649D37;
}
.AnyTagClassName
{
color: #649D37;
}
</style>
background-color css
<style>
a { background-color: #649D37; }
a { background-color: rgb(100,157,55); }
div.DivClassName
{
background-color: #649D37;
}
.BgClassName
{
background-color: #649D37;
}
</style>
border-color css
<style>
span { border-color: #649D37; }
span { border-color: rgb(100,157,55); }
td.TdClassName
{
border-color: #649D37;
}
.TagClassName
{
border-color: #649D37;
}
</style>