Shades of Limeade #649B24
Tints of Limeade #649B24
RGB
CMYK
RGB Variations
Color information
#649B24 (or 0x649B24) is known color: Limeade. HEX triplet: 64, 9B and 24. RGB value is (100,155,36). Sum of RGB (Red+Green+Blue) = 100+155+36=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #649B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B24 is #9B64DB. Grayscale: #7D7D7D. Windows color (decimal): -10183900 or 2399076. OLE color: 2399076.
HSL color Cylindrical-coordinate representation of color #649B24: hue angle of 87.73º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #649B24 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 36 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.39 |
| HSL | 87.73º | 0.62% | 0.37% | - |
| HSV(B) | 87.73º | 0.77% | 0.61% | - |
| XYZ | 17.3 | 26.28 | 5.83 | - |
| YUV | 124.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 36 | 0.35 | 0 | 0.77 | 0.39 | 87.73 | 0.62 | 0.37 |
| Hex | 64 | 9B | 24 | 23 | 0 | 4D | 27 | 58 | 3E | 25 |
| Octal | 144 | 233 | 44 | 43 | 0 | 115 | 47 | 130 | 76 | 45 |
| Binary | 1100100 | 10011011 | 100100 | 100011 | 0 | 1001101 | 100111 | 1011000 | 111110 | 100101 |
Color Harmonies of #649B24
Complementary color
Monochromatic Colors of #649B24
Black with #649B24
Text Example
Text Example
White with #649B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B24; }
p { color: rgb(100,155,36); }
H1.HeaderClassName
{
color: #649B24;
}
.AnyTagClassName
{
color: #649B24;
}
</style>
background-color css
<style>
a { background-color: #649B24; }
a { background-color: rgb(100,155,36); }
div.DivClassName
{
background-color: #649B24;
}
.BgClassName
{
background-color: #649B24;
}
</style>
border-color css
<style>
span { border-color: #649B24; }
span { border-color: rgb(100,155,36); }
td.TdClassName
{
border-color: #649B24;
}
.TagClassName
{
border-color: #649B24;
}
</style>