Shades of Limeade #649B20
Tints of Limeade #649B20
RGB
CMYK
RGB Variations
Color information
#649B20 (or 0x649B20) is known color: Limeade. HEX triplet: 64, 9B and 20. RGB value is (100,155,32). Sum of RGB (Red+Green+Blue) = 100+155+32=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #649B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B20 is #9B64DF. Grayscale: #7C7C7C. Windows color (decimal): -10183904 or 2136932. OLE color: 2136932.
HSL color Cylindrical-coordinate representation of color #649B20: hue angle of 86.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #649B20 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 32 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.39 |
| HSL | 86.83º | 0.66% | 0.37% | - |
| HSV(B) | 86.83º | 0.79% | 0.61% | - |
| XYZ | 17.24 | 26.26 | 5.53 | - |
| YUV | 124.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 32 | 0.35 | 0 | 0.79 | 0.39 | 86.83 | 0.66 | 0.37 |
| Hex | 64 | 9B | 20 | 23 | 0 | 4F | 27 | 57 | 42 | 25 |
| Octal | 144 | 233 | 40 | 43 | 0 | 117 | 47 | 127 | 102 | 45 |
| Binary | 1100100 | 10011011 | 100000 | 100011 | 0 | 1001111 | 100111 | 1010111 | 1000010 | 100101 |
Color Harmonies of #649B20
Complementary color
Monochromatic Colors of #649B20
Black with #649B20
Text Example
Text Example
White with #649B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B20; }
p { color: rgb(100,155,32); }
H1.HeaderClassName
{
color: #649B20;
}
.AnyTagClassName
{
color: #649B20;
}
</style>
background-color css
<style>
a { background-color: #649B20; }
a { background-color: rgb(100,155,32); }
div.DivClassName
{
background-color: #649B20;
}
.BgClassName
{
background-color: #649B20;
}
</style>
border-color css
<style>
span { border-color: #649B20; }
span { border-color: rgb(100,155,32); }
td.TdClassName
{
border-color: #649B20;
}
.TagClassName
{
border-color: #649B20;
}
</style>