Shades of Limeade #649C27
Tints of Limeade #649C27
RGB
CMYK
RGB Variations
Color information
#649C27 (or 0x649C27) is known color: Limeade. HEX triplet: 64, 9C and 27. RGB value is (100,156,39). Sum of RGB (Red+Green+Blue) = 100+156+39=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #649C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C27 is #9B63D8. Grayscale: #7E7E7E. Windows color (decimal): -10183641 or 2595940. OLE color: 2595940.
HSL color Cylindrical-coordinate representation of color #649C27: hue angle of 88.72º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #649C27 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 39 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.39 |
| HSL | 88.72º | 0.6% | 0.38% | - |
| HSV(B) | 88.72º | 0.75% | 0.61% | - |
| XYZ | 17.51 | 26.63 | 6.14 | - |
| YUV | 125.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 39 | 0.36 | 0 | 0.75 | 0.39 | 88.72 | 0.6 | 0.38 |
| Hex | 64 | 9C | 27 | 24 | 0 | 4B | 27 | 59 | 3C | 26 |
| Octal | 144 | 234 | 47 | 44 | 0 | 113 | 47 | 131 | 74 | 46 |
| Binary | 1100100 | 10011100 | 100111 | 100100 | 0 | 1001011 | 100111 | 1011001 | 111100 | 100110 |
Color Harmonies of #649C27
Complementary color
Monochromatic Colors of #649C27
Black with #649C27
Text Example
Text Example
White with #649C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C27; }
p { color: rgb(100,156,39); }
H1.HeaderClassName
{
color: #649C27;
}
.AnyTagClassName
{
color: #649C27;
}
</style>
background-color css
<style>
a { background-color: #649C27; }
a { background-color: rgb(100,156,39); }
div.DivClassName
{
background-color: #649C27;
}
.BgClassName
{
background-color: #649C27;
}
</style>
border-color css
<style>
span { border-color: #649C27; }
span { border-color: rgb(100,156,39); }
td.TdClassName
{
border-color: #649C27;
}
.TagClassName
{
border-color: #649C27;
}
</style>