Shades of Limeade #64A12D
Tints of Limeade #64A12D
RGB
CMYK
RGB Variations
Color information
#64A12D (or 0x64A12D) is known color: Limeade. HEX triplet: 64, A1 and 2D. RGB value is (100,161,45). Sum of RGB (Red+Green+Blue) = 100+161+45=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #64A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A12D is #9B5ED2. Grayscale: #818181. Windows color (decimal): -10182355 or 2990436. OLE color: 2990436.
HSL color Cylindrical-coordinate representation of color #64A12D: hue angle of 91.55º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64A12D is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 45 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.37 |
| HSL | 91.55º | 0.56% | 0.4% | - |
| HSV(B) | 91.55º | 0.72% | 0.63% | - |
| XYZ | 18.47 | 28.39 | 6.99 | - |
| YUV | 129.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 45 | 0.38 | 0 | 0.72 | 0.37 | 91.55 | 0.56 | 0.4 |
| Hex | 64 | A1 | 2D | 26 | 0 | 48 | 25 | 5C | 38 | 28 |
| Octal | 144 | 241 | 55 | 46 | 0 | 110 | 45 | 134 | 70 | 50 |
| Binary | 1100100 | 10100001 | 101101 | 100110 | 0 | 1001000 | 100101 | 1011100 | 111000 | 101000 |
Color Harmonies of #64A12D
Complementary color
Monochromatic Colors of #64A12D
Black with #64A12D
Text Example
Text Example
White with #64A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A12D; }
p { color: rgb(100,161,45); }
H1.HeaderClassName
{
color: #64A12D;
}
.AnyTagClassName
{
color: #64A12D;
}
</style>
background-color css
<style>
a { background-color: #64A12D; }
a { background-color: rgb(100,161,45); }
div.DivClassName
{
background-color: #64A12D;
}
.BgClassName
{
background-color: #64A12D;
}
</style>
border-color css
<style>
span { border-color: #64A12D; }
span { border-color: rgb(100,161,45); }
td.TdClassName
{
border-color: #64A12D;
}
.TagClassName
{
border-color: #64A12D;
}
</style>