Shades of Limeade #649A2F
Tints of Limeade #649A2F
RGB
CMYK
RGB Variations
Color information
#649A2F (or 0x649A2F) is known color: Limeade. HEX triplet: 64, 9A and 2F. RGB value is (100,154,47). Sum of RGB (Red+Green+Blue) = 100+154+47=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #649A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A2F is #9B65D0. Grayscale: #7E7E7E. Windows color (decimal): -10184145 or 3119716. OLE color: 3119716.
HSL color Cylindrical-coordinate representation of color #649A2F: hue angle of 90.28º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #649A2F is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 47 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.40 |
| HSL | 90.28º | 0.53% | 0.39% | - |
| HSV(B) | 90.28º | 0.69% | 0.6% | - |
| XYZ | 17.32 | 26.03 | 6.8 | - |
| YUV | 125.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 47 | 0.35 | 0 | 0.69 | 0.40 | 90.28 | 0.53 | 0.39 |
| Hex | 64 | 9A | 2F | 23 | 0 | 45 | 28 | 5A | 35 | 27 |
| Octal | 144 | 232 | 57 | 43 | 0 | 105 | 50 | 132 | 65 | 47 |
| Binary | 1100100 | 10011010 | 101111 | 100011 | 0 | 1000101 | 101000 | 1011010 | 110101 | 100111 |
Color Harmonies of #649A2F
Complementary color
Monochromatic Colors of #649A2F
Black with #649A2F
Text Example
Text Example
White with #649A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A2F; }
p { color: rgb(100,154,47); }
H1.HeaderClassName
{
color: #649A2F;
}
.AnyTagClassName
{
color: #649A2F;
}
</style>
background-color css
<style>
a { background-color: #649A2F; }
a { background-color: rgb(100,154,47); }
div.DivClassName
{
background-color: #649A2F;
}
.BgClassName
{
background-color: #649A2F;
}
</style>
border-color css
<style>
span { border-color: #649A2F; }
span { border-color: rgb(100,154,47); }
td.TdClassName
{
border-color: #649A2F;
}
.TagClassName
{
border-color: #649A2F;
}
</style>