Shades of Limeade #649D18
Tints of Limeade #649D18
RGB
CMYK
RGB Variations
Color information
#649D18 (or 0x649D18) is known color: Limeade. HEX triplet: 64, 9D and 18. RGB value is (100,157,24). Sum of RGB (Red+Green+Blue) = 100+157+24=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #649D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649D18 is #9B62E7. Grayscale: #7D7D7D. Windows color (decimal): -10183400 or 1613156. OLE color: 1613156.
HSL color Cylindrical-coordinate representation of color #649D18: hue angle of 85.71º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649D18 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 24 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.38 |
| HSL | 85.71º | 0.73% | 0.35% | - |
| HSV(B) | 85.71º | 0.85% | 0.62% | - |
| XYZ | 17.48 | 26.89 | 5.13 | - |
| YUV | 124.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 24 | 0.36 | 0 | 0.85 | 0.38 | 85.71 | 0.73 | 0.35 |
| Hex | 64 | 9D | 18 | 24 | 0 | 55 | 26 | 56 | 49 | 23 |
| Octal | 144 | 235 | 30 | 44 | 0 | 125 | 46 | 126 | 111 | 43 |
| Binary | 1100100 | 10011101 | 11000 | 100100 | 0 | 1010101 | 100110 | 1010110 | 1001001 | 100011 |
Color Harmonies of #649D18
Complementary color
Monochromatic Colors of #649D18
Black with #649D18
Text Example
Text Example
White with #649D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D18; }
p { color: rgb(100,157,24); }
H1.HeaderClassName
{
color: #649D18;
}
.AnyTagClassName
{
color: #649D18;
}
</style>
background-color css
<style>
a { background-color: #649D18; }
a { background-color: rgb(100,157,24); }
div.DivClassName
{
background-color: #649D18;
}
.BgClassName
{
background-color: #649D18;
}
</style>
border-color css
<style>
span { border-color: #649D18; }
span { border-color: rgb(100,157,24); }
td.TdClassName
{
border-color: #649D18;
}
.TagClassName
{
border-color: #649D18;
}
</style>