Shades of Limeade #64A337
Tints of Limeade #64A337
RGB
CMYK
RGB Variations
Color information
#64A337 (or 0x64A337) is known color: Limeade. HEX triplet: 64, A3 and 37. RGB value is (100,163,55). Sum of RGB (Red+Green+Blue) = 100+163+55=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #64A337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A337 is #9B5CC8. Grayscale: #848484. Windows color (decimal): -10181833 or 3646308. OLE color: 3646308.
HSL color Cylindrical-coordinate representation of color #64A337: hue angle of 95º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64A337 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 55 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.36 |
| HSL | 95º | 0.5% | 0.43% | - |
| HSV(B) | 95º | 0.66% | 0.64% | - |
| XYZ | 19.04 | 29.18 | 8.24 | - |
| YUV | 131.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 55 | 0.39 | 0 | 0.66 | 0.36 | 95 | 0.5 | 0.43 |
| Hex | 64 | A3 | 37 | 27 | 0 | 42 | 24 | 5F | 32 | 2B |
| Octal | 144 | 243 | 67 | 47 | 0 | 102 | 44 | 137 | 62 | 53 |
| Binary | 1100100 | 10100011 | 110111 | 100111 | 0 | 1000010 | 100100 | 1011111 | 110010 | 101011 |
Color Harmonies of #64A337
Complementary color
Monochromatic Colors of #64A337
Black with #64A337
Text Example
Text Example
White with #64A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A337; }
p { color: rgb(100,163,55); }
H1.HeaderClassName
{
color: #64A337;
}
.AnyTagClassName
{
color: #64A337;
}
</style>
background-color css
<style>
a { background-color: #64A337; }
a { background-color: rgb(100,163,55); }
div.DivClassName
{
background-color: #64A337;
}
.BgClassName
{
background-color: #64A337;
}
</style>
border-color css
<style>
span { border-color: #64A337; }
span { border-color: rgb(100,163,55); }
td.TdClassName
{
border-color: #64A337;
}
.TagClassName
{
border-color: #64A337;
}
</style>