Shades of Limeade #649C20
Tints of Limeade #649C20
RGB
CMYK
RGB Variations
Color information
#649C20 (or 0x649C20) is known color: Limeade. HEX triplet: 64, 9C and 20. RGB value is (100,156,32). Sum of RGB (Red+Green+Blue) = 100+156+32=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #649C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C20 is #9B63DF. Grayscale: #7D7D7D. Windows color (decimal): -10183648 or 2137188. OLE color: 2137188.
HSL color Cylindrical-coordinate representation of color #649C20: hue angle of 87.1º 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 #649C20 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 32 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.39 |
| HSL | 87.1º | 0.66% | 0.37% | - |
| HSV(B) | 87.1º | 0.79% | 0.61% | - |
| XYZ | 17.4 | 26.59 | 5.58 | - |
| YUV | 125.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 32 | 0.36 | 0 | 0.79 | 0.39 | 87.1 | 0.66 | 0.37 |
| Hex | 64 | 9C | 20 | 24 | 0 | 4F | 27 | 57 | 42 | 25 |
| Octal | 144 | 234 | 40 | 44 | 0 | 117 | 47 | 127 | 102 | 45 |
| Binary | 1100100 | 10011100 | 100000 | 100100 | 0 | 1001111 | 100111 | 1010111 | 1000010 | 100101 |
Color Harmonies of #649C20
Complementary color
Monochromatic Colors of #649C20
Black with #649C20
Text Example
Text Example
White with #649C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C20; }
p { color: rgb(100,156,32); }
H1.HeaderClassName
{
color: #649C20;
}
.AnyTagClassName
{
color: #649C20;
}
</style>
background-color css
<style>
a { background-color: #649C20; }
a { background-color: rgb(100,156,32); }
div.DivClassName
{
background-color: #649C20;
}
.BgClassName
{
background-color: #649C20;
}
</style>
border-color css
<style>
span { border-color: #649C20; }
span { border-color: rgb(100,156,32); }
td.TdClassName
{
border-color: #649C20;
}
.TagClassName
{
border-color: #649C20;
}
</style>