Shades of Limeade #649823
Tints of Limeade #649823
RGB
CMYK
RGB Variations
Color information
#649823 (or 0x649823) is known color: Limeade. HEX triplet: 64, 98 and 23. RGB value is (100,152,35). Sum of RGB (Red+Green+Blue) = 100+152+35=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #649823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649823 is #9B67DC. Grayscale: #7B7B7B. Windows color (decimal): -10184669 or 2332772. OLE color: 2332772.
HSL color Cylindrical-coordinate representation of color #649823: hue angle of 86.67º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #649823 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 35 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.40 |
| HSL | 86.67º | 0.63% | 0.37% | - |
| HSV(B) | 86.67º | 0.77% | 0.6% | - |
| XYZ | 16.79 | 25.29 | 5.59 | - |
| YUV | 123.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 35 | 0.34 | 0 | 0.77 | 0.40 | 86.67 | 0.63 | 0.37 |
| Hex | 64 | 98 | 23 | 22 | 0 | 4D | 28 | 57 | 3F | 25 |
| Octal | 144 | 230 | 43 | 42 | 0 | 115 | 50 | 127 | 77 | 45 |
| Binary | 1100100 | 10011000 | 100011 | 100010 | 0 | 1001101 | 101000 | 1010111 | 111111 | 100101 |
Color Harmonies of #649823
Complementary color
Monochromatic Colors of #649823
Black with #649823
Text Example
Text Example
White with #649823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649823; }
p { color: rgb(100,152,35); }
H1.HeaderClassName
{
color: #649823;
}
.AnyTagClassName
{
color: #649823;
}
</style>
background-color css
<style>
a { background-color: #649823; }
a { background-color: rgb(100,152,35); }
div.DivClassName
{
background-color: #649823;
}
.BgClassName
{
background-color: #649823;
}
</style>
border-color css
<style>
span { border-color: #649823; }
span { border-color: rgb(100,152,35); }
td.TdClassName
{
border-color: #649823;
}
.TagClassName
{
border-color: #649823;
}
</style>