Shades of Limeade #649D28
Tints of Limeade #649D28
RGB
CMYK
RGB Variations
Color information
#649D28 (or 0x649D28) is known color: Limeade. HEX triplet: 64, 9D and 28. RGB value is (100,157,40). Sum of RGB (Red+Green+Blue) = 100+157+40=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #649D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D28 is #9B62D7. Grayscale: #7F7F7F. Windows color (decimal): -10183384 or 2661732. OLE color: 2661732.
HSL color Cylindrical-coordinate representation of color #649D28: hue angle of 89.23º degrees, saturation: 0.59, 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 #649D28 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 40 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.38 |
| HSL | 89.23º | 0.59% | 0.39% | - |
| HSV(B) | 89.23º | 0.75% | 0.62% | - |
| XYZ | 17.7 | 26.98 | 6.28 | - |
| YUV | 126.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 40 | 0.36 | 0 | 0.75 | 0.38 | 89.23 | 0.59 | 0.39 |
| Hex | 64 | 9D | 28 | 24 | 0 | 4B | 26 | 59 | 3B | 27 |
| Octal | 144 | 235 | 50 | 44 | 0 | 113 | 46 | 131 | 73 | 47 |
| Binary | 1100100 | 10011101 | 101000 | 100100 | 0 | 1001011 | 100110 | 1011001 | 111011 | 100111 |
Color Harmonies of #649D28
Complementary color
Monochromatic Colors of #649D28
Black with #649D28
Text Example
Text Example
White with #649D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D28; }
p { color: rgb(100,157,40); }
H1.HeaderClassName
{
color: #649D28;
}
.AnyTagClassName
{
color: #649D28;
}
</style>
background-color css
<style>
a { background-color: #649D28; }
a { background-color: rgb(100,157,40); }
div.DivClassName
{
background-color: #649D28;
}
.BgClassName
{
background-color: #649D28;
}
</style>
border-color css
<style>
span { border-color: #649D28; }
span { border-color: rgb(100,157,40); }
td.TdClassName
{
border-color: #649D28;
}
.TagClassName
{
border-color: #649D28;
}
</style>