Shades of Limeade #649C21
Tints of Limeade #649C21
RGB
CMYK
RGB Variations
Color information
#649C21 (or 0x649C21) is known color: Limeade. HEX triplet: 64, 9C and 21. RGB value is (100,156,33). Sum of RGB (Red+Green+Blue) = 100+156+33=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #649C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C21 is #9B63DE. Grayscale: #7D7D7D. Windows color (decimal): -10183647 or 2202724. OLE color: 2202724.
HSL color Cylindrical-coordinate representation of color #649C21: hue angle of 87.32º degrees, saturation: 0.65, 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 #649C21 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 33 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.39 |
| HSL | 87.32º | 0.65% | 0.37% | - |
| HSV(B) | 87.32º | 0.79% | 0.61% | - |
| XYZ | 17.42 | 26.6 | 5.65 | - |
| YUV | 125.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 33 | 0.36 | 0 | 0.79 | 0.39 | 87.32 | 0.65 | 0.37 |
| Hex | 64 | 9C | 21 | 24 | 0 | 4F | 27 | 57 | 41 | 25 |
| Octal | 144 | 234 | 41 | 44 | 0 | 117 | 47 | 127 | 101 | 45 |
| Binary | 1100100 | 10011100 | 100001 | 100100 | 0 | 1001111 | 100111 | 1010111 | 1000001 | 100101 |
Color Harmonies of #649C21
Complementary color
Monochromatic Colors of #649C21
Black with #649C21
Text Example
Text Example
White with #649C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C21; }
p { color: rgb(100,156,33); }
H1.HeaderClassName
{
color: #649C21;
}
.AnyTagClassName
{
color: #649C21;
}
</style>
background-color css
<style>
a { background-color: #649C21; }
a { background-color: rgb(100,156,33); }
div.DivClassName
{
background-color: #649C21;
}
.BgClassName
{
background-color: #649C21;
}
</style>
border-color css
<style>
span { border-color: #649C21; }
span { border-color: rgb(100,156,33); }
td.TdClassName
{
border-color: #649C21;
}
.TagClassName
{
border-color: #649C21;
}
</style>