Shades of Limeade #649920
Tints of Limeade #649920
RGB
CMYK
RGB Variations
Color information
#649920 (or 0x649920) is known color: Limeade. HEX triplet: 64, 99 and 20. RGB value is (100,153,32). Sum of RGB (Red+Green+Blue) = 100+153+32=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #649920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649920 is #9B66DF. Grayscale: #7B7B7B. Windows color (decimal): -10184416 or 2136420. OLE color: 2136420.
HSL color Cylindrical-coordinate representation of color #649920: hue angle of 86.28º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #649920 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 32 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.4 |
| HSL | 86.28º | 0.65% | 0.36% | - |
| HSV(B) | 86.28º | 0.79% | 0.6% | - |
| XYZ | 16.91 | 25.6 | 5.42 | - |
| YUV | 123.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 32 | 0.35 | 0 | 0.79 | 0.4 | 86.28 | 0.65 | 0.36 |
| Hex | 64 | 99 | 20 | 23 | 0 | 4F | 28 | 56 | 41 | 24 |
| Octal | 144 | 231 | 40 | 43 | 0 | 117 | 50 | 126 | 101 | 44 |
| Binary | 1100100 | 10011001 | 100000 | 100011 | 0 | 1001111 | 101000 | 1010110 | 1000001 | 100100 |
Color Harmonies of #649920
Complementary color
Monochromatic Colors of #649920
Black with #649920
Text Example
Text Example
White with #649920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649920; }
p { color: rgb(100,153,32); }
H1.HeaderClassName
{
color: #649920;
}
.AnyTagClassName
{
color: #649920;
}
</style>
background-color css
<style>
a { background-color: #649920; }
a { background-color: rgb(100,153,32); }
div.DivClassName
{
background-color: #649920;
}
.BgClassName
{
background-color: #649920;
}
</style>
border-color css
<style>
span { border-color: #649920; }
span { border-color: rgb(100,153,32); }
td.TdClassName
{
border-color: #649920;
}
.TagClassName
{
border-color: #649920;
}
</style>