Shades of Limeade #64A02F
Tints of Limeade #64A02F
RGB
CMYK
RGB Variations
Color information
#64A02F (or 0x64A02F) is known color: Limeade. HEX triplet: 64, A0 and 2F. RGB value is (100,160,47). Sum of RGB (Red+Green+Blue) = 100+160+47=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #64A02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A02F is #9B5FD0. Grayscale: #818181. Windows color (decimal): -10182609 or 3121252. OLE color: 3121252.
HSL color Cylindrical-coordinate representation of color #64A02F: hue angle of 91.86º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64A02F is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 47 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.37 |
| HSL | 91.86º | 0.55% | 0.41% | - |
| HSV(B) | 91.86º | 0.71% | 0.63% | - |
| XYZ | 18.34 | 28.06 | 7.14 | - |
| YUV | 129.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 47 | 0.38 | 0 | 0.71 | 0.37 | 91.86 | 0.55 | 0.41 |
| Hex | 64 | A0 | 2F | 26 | 0 | 47 | 25 | 5C | 37 | 29 |
| Octal | 144 | 240 | 57 | 46 | 0 | 107 | 45 | 134 | 67 | 51 |
| Binary | 1100100 | 10100000 | 101111 | 100110 | 0 | 1000111 | 100101 | 1011100 | 110111 | 101001 |
Color Harmonies of #64A02F
Complementary color
Monochromatic Colors of #64A02F
Black with #64A02F
Text Example
Text Example
White with #64A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A02F; }
p { color: rgb(100,160,47); }
H1.HeaderClassName
{
color: #64A02F;
}
.AnyTagClassName
{
color: #64A02F;
}
</style>
background-color css
<style>
a { background-color: #64A02F; }
a { background-color: rgb(100,160,47); }
div.DivClassName
{
background-color: #64A02F;
}
.BgClassName
{
background-color: #64A02F;
}
</style>
border-color css
<style>
span { border-color: #64A02F; }
span { border-color: rgb(100,160,47); }
td.TdClassName
{
border-color: #64A02F;
}
.TagClassName
{
border-color: #64A02F;
}
</style>