Shades of Limeade #649F28
Tints of Limeade #649F28
RGB
CMYK
RGB Variations
Color information
#649F28 (or 0x649F28) is known color: Limeade. HEX triplet: 64, 9F and 28. RGB value is (100,159,40). Sum of RGB (Red+Green+Blue) = 100+159+40=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #649F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F28 is #9B60D7. Grayscale: #808080. Windows color (decimal): -10182872 or 2662244. OLE color: 2662244.
HSL color Cylindrical-coordinate representation of color #649F28: hue angle of 89.75º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #649F28 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 40 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.38 |
| HSL | 89.75º | 0.6% | 0.39% | - |
| HSV(B) | 89.75º | 0.75% | 0.62% | - |
| XYZ | 18.04 | 27.66 | 6.4 | - |
| YUV | 127.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 40 | 0.37 | 0 | 0.75 | 0.38 | 89.75 | 0.6 | 0.39 |
| Hex | 64 | 9F | 28 | 25 | 0 | 4B | 26 | 5A | 3C | 27 |
| Octal | 144 | 237 | 50 | 45 | 0 | 113 | 46 | 132 | 74 | 47 |
| Binary | 1100100 | 10011111 | 101000 | 100101 | 0 | 1001011 | 100110 | 1011010 | 111100 | 100111 |
Color Harmonies of #649F28
Complementary color
Monochromatic Colors of #649F28
Black with #649F28
Text Example
Text Example
White with #649F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F28; }
p { color: rgb(100,159,40); }
H1.HeaderClassName
{
color: #649F28;
}
.AnyTagClassName
{
color: #649F28;
}
</style>
background-color css
<style>
a { background-color: #649F28; }
a { background-color: rgb(100,159,40); }
div.DivClassName
{
background-color: #649F28;
}
.BgClassName
{
background-color: #649F28;
}
</style>
border-color css
<style>
span { border-color: #649F28; }
span { border-color: rgb(100,159,40); }
td.TdClassName
{
border-color: #649F28;
}
.TagClassName
{
border-color: #649F28;
}
</style>