Shades of Limeade #64A133
Tints of Limeade #64A133
RGB
CMYK
RGB Variations
Color information
#64A133 (or 0x64A133) is known color: Limeade. HEX triplet: 64, A1 and 33. RGB value is (100,161,51). Sum of RGB (Red+Green+Blue) = 100+161+51=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #64A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A133 is #9B5ECC. Grayscale: #828282. Windows color (decimal): -10182349 or 3383652. OLE color: 3383652.
HSL color Cylindrical-coordinate representation of color #64A133: hue angle of 93.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64A133 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 51 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.37 |
| HSL | 93.27º | 0.52% | 0.42% | - |
| HSV(B) | 93.27º | 0.68% | 0.63% | - |
| XYZ | 18.6 | 28.44 | 7.64 | - |
| YUV | 130.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 51 | 0.38 | 0 | 0.68 | 0.37 | 93.27 | 0.52 | 0.42 |
| Hex | 64 | A1 | 33 | 26 | 0 | 44 | 25 | 5D | 34 | 2A |
| Octal | 144 | 241 | 63 | 46 | 0 | 104 | 45 | 135 | 64 | 52 |
| Binary | 1100100 | 10100001 | 110011 | 100110 | 0 | 1000100 | 100101 | 1011101 | 110100 | 101010 |
Color Harmonies of #64A133
Complementary color
Monochromatic Colors of #64A133
Black with #64A133
Text Example
Text Example
White with #64A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A133; }
p { color: rgb(100,161,51); }
H1.HeaderClassName
{
color: #64A133;
}
.AnyTagClassName
{
color: #64A133;
}
</style>
background-color css
<style>
a { background-color: #64A133; }
a { background-color: rgb(100,161,51); }
div.DivClassName
{
background-color: #64A133;
}
.BgClassName
{
background-color: #64A133;
}
</style>
border-color css
<style>
span { border-color: #64A133; }
span { border-color: rgb(100,161,51); }
td.TdClassName
{
border-color: #64A133;
}
.TagClassName
{
border-color: #64A133;
}
</style>