Shades of Limeade #64A42D
Tints of Limeade #64A42D
RGB
CMYK
RGB Variations
Color information
#64A42D (or 0x64A42D) is known color: Limeade. HEX triplet: 64, A4 and 2D. RGB value is (100,164,45). Sum of RGB (Red+Green+Blue) = 100+164+45=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #64A42D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A42D is #9B5BD2. Grayscale: #838383. Windows color (decimal): -10181587 or 2991204. OLE color: 2991204.
HSL color Cylindrical-coordinate representation of color #64A42D: hue angle of 92.27º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64A42D is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 45 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.36 |
| HSL | 92.27º | 0.57% | 0.41% | - |
| HSV(B) | 92.27º | 0.73% | 0.64% | - |
| XYZ | 19 | 29.45 | 7.17 | - |
| YUV | 131.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 45 | 0.39 | 0 | 0.73 | 0.36 | 92.27 | 0.57 | 0.41 |
| Hex | 64 | A4 | 2D | 27 | 0 | 49 | 24 | 5C | 39 | 29 |
| Octal | 144 | 244 | 55 | 47 | 0 | 111 | 44 | 134 | 71 | 51 |
| Binary | 1100100 | 10100100 | 101101 | 100111 | 0 | 1001001 | 100100 | 1011100 | 111001 | 101001 |
Color Harmonies of #64A42D
Complementary color
Monochromatic Colors of #64A42D
Black with #64A42D
Text Example
Text Example
White with #64A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A42D; }
p { color: rgb(100,164,45); }
H1.HeaderClassName
{
color: #64A42D;
}
.AnyTagClassName
{
color: #64A42D;
}
</style>
background-color css
<style>
a { background-color: #64A42D; }
a { background-color: rgb(100,164,45); }
div.DivClassName
{
background-color: #64A42D;
}
.BgClassName
{
background-color: #64A42D;
}
</style>
border-color css
<style>
span { border-color: #64A42D; }
span { border-color: rgb(100,164,45); }
td.TdClassName
{
border-color: #64A42D;
}
.TagClassName
{
border-color: #64A42D;
}
</style>