Shades of Limeade #649928
Tints of Limeade #649928
RGB
CMYK
RGB Variations
Color information
#649928 (or 0x649928) is known color: Limeade. HEX triplet: 64, 99 and 28. RGB value is (100,153,40). Sum of RGB (Red+Green+Blue) = 100+153+40=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #649928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649928 is #9B66D7. Grayscale: #7C7C7C. Windows color (decimal): -10184408 or 2660708. OLE color: 2660708.
HSL color Cylindrical-coordinate representation of color #649928: hue angle of 88.14º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #649928 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 40 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.4 |
| HSL | 88.14º | 0.59% | 0.38% | - |
| HSV(B) | 88.14º | 0.74% | 0.6% | - |
| XYZ | 17.03 | 25.64 | 6.06 | - |
| YUV | 124.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 40 | 0.35 | 0 | 0.74 | 0.4 | 88.14 | 0.59 | 0.38 |
| Hex | 64 | 99 | 28 | 23 | 0 | 4A | 28 | 58 | 3B | 26 |
| Octal | 144 | 231 | 50 | 43 | 0 | 112 | 50 | 130 | 73 | 46 |
| Binary | 1100100 | 10011001 | 101000 | 100011 | 0 | 1001010 | 101000 | 1011000 | 111011 | 100110 |
Color Harmonies of #649928
Complementary color
Monochromatic Colors of #649928
Black with #649928
Text Example
Text Example
White with #649928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649928; }
p { color: rgb(100,153,40); }
H1.HeaderClassName
{
color: #649928;
}
.AnyTagClassName
{
color: #649928;
}
</style>
background-color css
<style>
a { background-color: #649928; }
a { background-color: rgb(100,153,40); }
div.DivClassName
{
background-color: #649928;
}
.BgClassName
{
background-color: #649928;
}
</style>
border-color css
<style>
span { border-color: #649928; }
span { border-color: rgb(100,153,40); }
td.TdClassName
{
border-color: #649928;
}
.TagClassName
{
border-color: #649928;
}
</style>