Shades of Limeade #64A932
Tints of Limeade #64A932
RGB
CMYK
RGB Variations
Color information
#64A932 (or 0x64A932) is known color: Limeade. HEX triplet: 64, A9 and 32. RGB value is (100,169,50). Sum of RGB (Red+Green+Blue) = 100+169+50=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #64A932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A932 is #9B56CD. Grayscale: #878787. Windows color (decimal): -10180302 or 3320164. OLE color: 3320164.
HSL color Cylindrical-coordinate representation of color #64A932: hue angle of 94.79º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64A932 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 50 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.34 |
| HSL | 94.79º | 0.54% | 0.43% | - |
| HSV(B) | 94.79º | 0.7% | 0.66% | - |
| XYZ | 20.02 | 31.32 | 8.01 | - |
| YUV | 134.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 50 | 0.41 | 0 | 0.70 | 0.34 | 94.79 | 0.54 | 0.43 |
| Hex | 64 | A9 | 32 | 29 | 0 | 46 | 22 | 5F | 36 | 2B |
| Octal | 144 | 251 | 62 | 51 | 0 | 106 | 42 | 137 | 66 | 53 |
| Binary | 1100100 | 10101001 | 110010 | 101001 | 0 | 1000110 | 100010 | 1011111 | 110110 | 101011 |
Color Harmonies of #64A932
Complementary color
Monochromatic Colors of #64A932
Black with #64A932
Text Example
Text Example
White with #64A932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A932; }
p { color: rgb(100,169,50); }
H1.HeaderClassName
{
color: #64A932;
}
.AnyTagClassName
{
color: #64A932;
}
</style>
background-color css
<style>
a { background-color: #64A932; }
a { background-color: rgb(100,169,50); }
div.DivClassName
{
background-color: #64A932;
}
.BgClassName
{
background-color: #64A932;
}
</style>
border-color css
<style>
span { border-color: #64A932; }
span { border-color: rgb(100,169,50); }
td.TdClassName
{
border-color: #64A932;
}
.TagClassName
{
border-color: #64A932;
}
</style>