Shades of Limeade #649917
Tints of Limeade #649917
RGB
CMYK
RGB Variations
Color information
#649917 (or 0x649917) is known color: Limeade. HEX triplet: 64, 99 and 17. RGB value is (100,153,23). Sum of RGB (Red+Green+Blue) = 100+153+23=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #649917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649917 is #9B66E8. Grayscale: #7A7A7A. Windows color (decimal): -10184425 or 1546596. OLE color: 1546596.
HSL color Cylindrical-coordinate representation of color #649917: hue angle of 84.46º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649917 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 23 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.4 |
| HSL | 84.46º | 0.74% | 0.35% | - |
| HSV(B) | 84.46º | 0.85% | 0.6% | - |
| XYZ | 16.8 | 25.55 | 4.86 | - |
| YUV | 122.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 23 | 0.35 | 0 | 0.85 | 0.4 | 84.46 | 0.74 | 0.35 |
| Hex | 64 | 99 | 17 | 23 | 0 | 55 | 28 | 54 | 4A | 23 |
| Octal | 144 | 231 | 27 | 43 | 0 | 125 | 50 | 124 | 112 | 43 |
| Binary | 1100100 | 10011001 | 10111 | 100011 | 0 | 1010101 | 101000 | 1010100 | 1001010 | 100011 |
Color Harmonies of #649917
Complementary color
Monochromatic Colors of #649917
Black with #649917
Text Example
Text Example
White with #649917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649917; }
p { color: rgb(100,153,23); }
H1.HeaderClassName
{
color: #649917;
}
.AnyTagClassName
{
color: #649917;
}
</style>
background-color css
<style>
a { background-color: #649917; }
a { background-color: rgb(100,153,23); }
div.DivClassName
{
background-color: #649917;
}
.BgClassName
{
background-color: #649917;
}
</style>
border-color css
<style>
span { border-color: #649917; }
span { border-color: rgb(100,153,23); }
td.TdClassName
{
border-color: #649917;
}
.TagClassName
{
border-color: #649917;
}
</style>