Shades of Limeade #649728
Tints of Limeade #649728
RGB
CMYK
RGB Variations
Color information
#649728 (or 0x649728) is known color: Limeade. HEX triplet: 64, 97 and 28. RGB value is (100,151,40). Sum of RGB (Red+Green+Blue) = 100+151+40=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #649728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649728 is #9B68D7. Grayscale: #7B7B7B. Windows color (decimal): -10184920 or 2660196. OLE color: 2660196.
HSL color Cylindrical-coordinate representation of color #649728: hue angle of 87.57º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #649728 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 40 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.41 |
| HSL | 87.57º | 0.58% | 0.37% | - |
| HSV(B) | 87.57º | 0.74% | 0.59% | - |
| XYZ | 16.71 | 25 | 5.95 | - |
| YUV | 123.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 40 | 0.34 | 0 | 0.74 | 0.41 | 87.57 | 0.58 | 0.37 |
| Hex | 64 | 97 | 28 | 22 | 0 | 4A | 29 | 58 | 3A | 25 |
| Octal | 144 | 227 | 50 | 42 | 0 | 112 | 51 | 130 | 72 | 45 |
| Binary | 1100100 | 10010111 | 101000 | 100010 | 0 | 1001010 | 101001 | 1011000 | 111010 | 100101 |
Color Harmonies of #649728
Complementary color
Monochromatic Colors of #649728
Black with #649728
Text Example
Text Example
White with #649728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649728; }
p { color: rgb(100,151,40); }
H1.HeaderClassName
{
color: #649728;
}
.AnyTagClassName
{
color: #649728;
}
</style>
background-color css
<style>
a { background-color: #649728; }
a { background-color: rgb(100,151,40); }
div.DivClassName
{
background-color: #649728;
}
.BgClassName
{
background-color: #649728;
}
</style>
border-color css
<style>
span { border-color: #649728; }
span { border-color: rgb(100,151,40); }
td.TdClassName
{
border-color: #649728;
}
.TagClassName
{
border-color: #649728;
}
</style>