Shades of Limeade #64A82A
Tints of Limeade #64A82A
RGB
CMYK
RGB Variations
Color information
#64A82A (or 0x64A82A) is known color: Limeade. HEX triplet: 64, A8 and 2A. RGB value is (100,168,42). Sum of RGB (Red+Green+Blue) = 100+168+42=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #64A82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A82A is #9B57D5. Grayscale: #858585. Windows color (decimal): -10180566 or 2795620. OLE color: 2795620.
HSL color Cylindrical-coordinate representation of color #64A82A: hue angle of 92.38º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64A82A is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 42 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.34 |
| HSL | 92.38º | 0.6% | 0.41% | - |
| HSV(B) | 92.38º | 0.75% | 0.66% | - |
| XYZ | 19.68 | 30.88 | 7.11 | - |
| YUV | 133.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 42 | 0.40 | 0 | 0.75 | 0.34 | 92.38 | 0.6 | 0.41 |
| Hex | 64 | A8 | 2A | 28 | 0 | 4B | 22 | 5C | 3C | 29 |
| Octal | 144 | 250 | 52 | 50 | 0 | 113 | 42 | 134 | 74 | 51 |
| Binary | 1100100 | 10101000 | 101010 | 101000 | 0 | 1001011 | 100010 | 1011100 | 111100 | 101001 |
Color Harmonies of #64A82A
Complementary color
Monochromatic Colors of #64A82A
Black with #64A82A
Text Example
Text Example
White with #64A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A82A; }
p { color: rgb(100,168,42); }
H1.HeaderClassName
{
color: #64A82A;
}
.AnyTagClassName
{
color: #64A82A;
}
</style>
background-color css
<style>
a { background-color: #64A82A; }
a { background-color: rgb(100,168,42); }
div.DivClassName
{
background-color: #64A82A;
}
.BgClassName
{
background-color: #64A82A;
}
</style>
border-color css
<style>
span { border-color: #64A82A; }
span { border-color: rgb(100,168,42); }
td.TdClassName
{
border-color: #64A82A;
}
.TagClassName
{
border-color: #64A82A;
}
</style>