Shades of Limeade #64993E
Tints of Limeade #64993E
RGB
CMYK
RGB Variations
Color information
#64993E (or 0x64993E) is known color: Limeade. HEX triplet: 64, 99 and 3E. RGB value is (100,153,62). Sum of RGB (Red+Green+Blue) = 100+153+62=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #64993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993E is #9B66C1. Grayscale: #7F7F7F. Windows color (decimal): -10184386 or 4102500. OLE color: 4102500.
HSL color Cylindrical-coordinate representation of color #64993E: hue angle of 94.95º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64993E is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 62 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.4 |
| HSL | 94.95º | 0.42% | 0.42% | - |
| HSV(B) | 94.95º | 0.59% | 0.6% | - |
| XYZ | 17.52 | 25.84 | 8.62 | - |
| YUV | 126.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 62 | 0.35 | 0 | 0.59 | 0.4 | 94.95 | 0.42 | 0.42 |
| Hex | 64 | 99 | 3E | 23 | 0 | 3B | 28 | 5F | 2A | 2A |
| Octal | 144 | 231 | 76 | 43 | 0 | 73 | 50 | 137 | 52 | 52 |
| Binary | 1100100 | 10011001 | 111110 | 100011 | 0 | 111011 | 101000 | 1011111 | 101010 | 101010 |
Color Harmonies of #64993E
Complementary color
Monochromatic Colors of #64993E
Black with #64993E
Text Example
Text Example
White with #64993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64993E; }
p { color: rgb(100,153,62); }
H1.HeaderClassName
{
color: #64993E;
}
.AnyTagClassName
{
color: #64993E;
}
</style>
background-color css
<style>
a { background-color: #64993E; }
a { background-color: rgb(100,153,62); }
div.DivClassName
{
background-color: #64993E;
}
.BgClassName
{
background-color: #64993E;
}
</style>
border-color css
<style>
span { border-color: #64993E; }
span { border-color: rgb(100,153,62); }
td.TdClassName
{
border-color: #64993E;
}
.TagClassName
{
border-color: #64993E;
}
</style>