Shades of Limeade #649E25
Tints of Limeade #649E25
RGB
CMYK
RGB Variations
Color information
#649E25 (or 0x649E25) is known color: Limeade. HEX triplet: 64, 9E and 25. RGB value is (100,158,37). Sum of RGB (Red+Green+Blue) = 100+158+37=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #649E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649E25 is #9B61DA. Grayscale: #7F7F7F. Windows color (decimal): -10183131 or 2465380. OLE color: 2465380.
HSL color Cylindrical-coordinate representation of color #649E25: hue angle of 88.76º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #649E25 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 37 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.38 |
| HSL | 88.76º | 0.62% | 0.38% | - |
| HSV(B) | 88.76º | 0.77% | 0.62% | - |
| XYZ | 17.82 | 27.3 | 6.08 | - |
| YUV | 126.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 37 | 0.37 | 0 | 0.77 | 0.38 | 88.76 | 0.62 | 0.38 |
| Hex | 64 | 9E | 25 | 25 | 0 | 4D | 26 | 59 | 3E | 26 |
| Octal | 144 | 236 | 45 | 45 | 0 | 115 | 46 | 131 | 76 | 46 |
| Binary | 1100100 | 10011110 | 100101 | 100101 | 0 | 1001101 | 100110 | 1011001 | 111110 | 100110 |
Color Harmonies of #649E25
Complementary color
Monochromatic Colors of #649E25
Black with #649E25
Text Example
Text Example
White with #649E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E25; }
p { color: rgb(100,158,37); }
H1.HeaderClassName
{
color: #649E25;
}
.AnyTagClassName
{
color: #649E25;
}
</style>
background-color css
<style>
a { background-color: #649E25; }
a { background-color: rgb(100,158,37); }
div.DivClassName
{
background-color: #649E25;
}
.BgClassName
{
background-color: #649E25;
}
</style>
border-color css
<style>
span { border-color: #649E25; }
span { border-color: rgb(100,158,37); }
td.TdClassName
{
border-color: #649E25;
}
.TagClassName
{
border-color: #649E25;
}
</style>