Shades of Limeade #64A62D
Tints of Limeade #64A62D
RGB
CMYK
RGB Variations
Color information
#64A62D (or 0x64A62D) is known color: Limeade. HEX triplet: 64, A6 and 2D. RGB value is (100,166,45). Sum of RGB (Red+Green+Blue) = 100+166+45=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #64A62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A62D is #9B59D2. Grayscale: #848484. Windows color (decimal): -10181075 or 2991716. OLE color: 2991716.
HSL color Cylindrical-coordinate representation of color #64A62D: hue angle of 92.73º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64A62D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 45 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.35 |
| HSL | 92.73º | 0.57% | 0.41% | - |
| HSV(B) | 92.73º | 0.73% | 0.65% | - |
| XYZ | 19.37 | 30.17 | 7.29 | - |
| YUV | 132.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 45 | 0.40 | 0 | 0.73 | 0.35 | 92.73 | 0.57 | 0.41 |
| Hex | 64 | A6 | 2D | 28 | 0 | 49 | 23 | 5D | 39 | 29 |
| Octal | 144 | 246 | 55 | 50 | 0 | 111 | 43 | 135 | 71 | 51 |
| Binary | 1100100 | 10100110 | 101101 | 101000 | 0 | 1001001 | 100011 | 1011101 | 111001 | 101001 |
Color Harmonies of #64A62D
Complementary color
Monochromatic Colors of #64A62D
Black with #64A62D
Text Example
Text Example
White with #64A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A62D; }
p { color: rgb(100,166,45); }
H1.HeaderClassName
{
color: #64A62D;
}
.AnyTagClassName
{
color: #64A62D;
}
</style>
background-color css
<style>
a { background-color: #64A62D; }
a { background-color: rgb(100,166,45); }
div.DivClassName
{
background-color: #64A62D;
}
.BgClassName
{
background-color: #64A62D;
}
</style>
border-color css
<style>
span { border-color: #64A62D; }
span { border-color: rgb(100,166,45); }
td.TdClassName
{
border-color: #64A62D;
}
.TagClassName
{
border-color: #64A62D;
}
</style>