Shades of Limeade #649921
Tints of Limeade #649921
RGB
CMYK
RGB Variations
Color information
#649921 (or 0x649921) is known color: Limeade. HEX triplet: 64, 99 and 21. RGB value is (100,153,33). Sum of RGB (Red+Green+Blue) = 100+153+33=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #649921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649921 is #9B66DE. Grayscale: #7B7B7B. Windows color (decimal): -10184415 or 2201956. OLE color: 2201956.
HSL color Cylindrical-coordinate representation of color #649921: hue angle of 86.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #649921 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 33 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.4 |
| HSL | 86.5º | 0.65% | 0.36% | - |
| HSV(B) | 86.5º | 0.78% | 0.6% | - |
| XYZ | 16.92 | 25.6 | 5.49 | - |
| YUV | 123.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 33 | 0.35 | 0 | 0.78 | 0.4 | 86.5 | 0.65 | 0.36 |
| Hex | 64 | 99 | 21 | 23 | 0 | 4E | 28 | 56 | 41 | 24 |
| Octal | 144 | 231 | 41 | 43 | 0 | 116 | 50 | 126 | 101 | 44 |
| Binary | 1100100 | 10011001 | 100001 | 100011 | 0 | 1001110 | 101000 | 1010110 | 1000001 | 100100 |
Color Harmonies of #649921
Complementary color
Monochromatic Colors of #649921
Black with #649921
Text Example
Text Example
White with #649921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649921; }
p { color: rgb(100,153,33); }
H1.HeaderClassName
{
color: #649921;
}
.AnyTagClassName
{
color: #649921;
}
</style>
background-color css
<style>
a { background-color: #649921; }
a { background-color: rgb(100,153,33); }
div.DivClassName
{
background-color: #649921;
}
.BgClassName
{
background-color: #649921;
}
</style>
border-color css
<style>
span { border-color: #649921; }
span { border-color: rgb(100,153,33); }
td.TdClassName
{
border-color: #649921;
}
.TagClassName
{
border-color: #649921;
}
</style>