Shades of Limeade #649D2C
Tints of Limeade #649D2C
RGB
CMYK
RGB Variations
Color information
#649D2C (or 0x649D2C) is known color: Limeade. HEX triplet: 64, 9D and 2C. RGB value is (100,157,44). Sum of RGB (Red+Green+Blue) = 100+157+44=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #649D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D2C is #9B62D3. Grayscale: #7F7F7F. Windows color (decimal): -10183380 or 2923876. OLE color: 2923876.
HSL color Cylindrical-coordinate representation of color #649D2C: hue angle of 90.27º 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 #649D2C is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 44 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.38 |
| HSL | 90.27º | 0.56% | 0.39% | - |
| HSV(B) | 90.27º | 0.72% | 0.62% | - |
| XYZ | 17.77 | 27.01 | 6.66 | - |
| YUV | 127.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 44 | 0.36 | 0 | 0.72 | 0.38 | 90.27 | 0.56 | 0.39 |
| Hex | 64 | 9D | 2C | 24 | 0 | 48 | 26 | 5A | 38 | 27 |
| Octal | 144 | 235 | 54 | 44 | 0 | 110 | 46 | 132 | 70 | 47 |
| Binary | 1100100 | 10011101 | 101100 | 100100 | 0 | 1001000 | 100110 | 1011010 | 111000 | 100111 |
Color Harmonies of #649D2C
Complementary color
Monochromatic Colors of #649D2C
Black with #649D2C
Text Example
Text Example
White with #649D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D2C; }
p { color: rgb(100,157,44); }
H1.HeaderClassName
{
color: #649D2C;
}
.AnyTagClassName
{
color: #649D2C;
}
</style>
background-color css
<style>
a { background-color: #649D2C; }
a { background-color: rgb(100,157,44); }
div.DivClassName
{
background-color: #649D2C;
}
.BgClassName
{
background-color: #649D2C;
}
</style>
border-color css
<style>
span { border-color: #649D2C; }
span { border-color: rgb(100,157,44); }
td.TdClassName
{
border-color: #649D2C;
}
.TagClassName
{
border-color: #649D2C;
}
</style>