Shades of Limeade #64A637
Tints of Limeade #64A637
RGB
CMYK
RGB Variations
Color information
#64A637 (or 0x64A637) is known color: Limeade. HEX triplet: 64, A6 and 37. RGB value is (100,166,55). Sum of RGB (Red+Green+Blue) = 100+166+55=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #64A637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A637 is #9B59C8. Grayscale: #858585. Windows color (decimal): -10181065 or 3647076. OLE color: 3647076.
HSL color Cylindrical-coordinate representation of color #64A637: hue angle of 95.68º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64A637 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 55 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.35 |
| HSL | 95.68º | 0.5% | 0.43% | - |
| HSV(B) | 95.68º | 0.67% | 0.65% | - |
| XYZ | 19.58 | 30.26 | 8.42 | - |
| YUV | 133.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 55 | 0.40 | 0 | 0.67 | 0.35 | 95.68 | 0.5 | 0.43 |
| Hex | 64 | A6 | 37 | 28 | 0 | 43 | 23 | 60 | 32 | 2B |
| Octal | 144 | 246 | 67 | 50 | 0 | 103 | 43 | 140 | 62 | 53 |
| Binary | 1100100 | 10100110 | 110111 | 101000 | 0 | 1000011 | 100011 | 1100000 | 110010 | 101011 |
Color Harmonies of #64A637
Complementary color
Monochromatic Colors of #64A637
Black with #64A637
Text Example
Text Example
White with #64A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A637; }
p { color: rgb(100,166,55); }
H1.HeaderClassName
{
color: #64A637;
}
.AnyTagClassName
{
color: #64A637;
}
</style>
background-color css
<style>
a { background-color: #64A637; }
a { background-color: rgb(100,166,55); }
div.DivClassName
{
background-color: #64A637;
}
.BgClassName
{
background-color: #64A637;
}
</style>
border-color css
<style>
span { border-color: #64A637; }
span { border-color: rgb(100,166,55); }
td.TdClassName
{
border-color: #64A637;
}
.TagClassName
{
border-color: #64A637;
}
</style>