Shades of Limeade #649C17
Tints of Limeade #649C17
RGB
CMYK
RGB Variations
Color information
#649C17 (or 0x649C17) is known color: Limeade. HEX triplet: 64, 9C and 17. RGB value is (100,156,23). Sum of RGB (Red+Green+Blue) = 100+156+23=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #649C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C17 is #9B63E8. Grayscale: #7C7C7C. Windows color (decimal): -10183657 or 1547364. OLE color: 1547364.
HSL color Cylindrical-coordinate representation of color #649C17: hue angle of 85.26º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649C17 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 23 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.39 |
| HSL | 85.26º | 0.74% | 0.35% | - |
| HSV(B) | 85.26º | 0.85% | 0.61% | - |
| XYZ | 17.3 | 26.55 | 5.02 | - |
| YUV | 124.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 23 | 0.36 | 0 | 0.85 | 0.39 | 85.26 | 0.74 | 0.35 |
| Hex | 64 | 9C | 17 | 24 | 0 | 55 | 27 | 55 | 4A | 23 |
| Octal | 144 | 234 | 27 | 44 | 0 | 125 | 47 | 125 | 112 | 43 |
| Binary | 1100100 | 10011100 | 10111 | 100100 | 0 | 1010101 | 100111 | 1010101 | 1001010 | 100011 |
Color Harmonies of #649C17
Complementary color
Monochromatic Colors of #649C17
Black with #649C17
Text Example
Text Example
White with #649C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C17; }
p { color: rgb(100,156,23); }
H1.HeaderClassName
{
color: #649C17;
}
.AnyTagClassName
{
color: #649C17;
}
</style>
background-color css
<style>
a { background-color: #649C17; }
a { background-color: rgb(100,156,23); }
div.DivClassName
{
background-color: #649C17;
}
.BgClassName
{
background-color: #649C17;
}
</style>
border-color css
<style>
span { border-color: #649C17; }
span { border-color: rgb(100,156,23); }
td.TdClassName
{
border-color: #649C17;
}
.TagClassName
{
border-color: #649C17;
}
</style>