Shades of Limeade #64A234
Tints of Limeade #64A234
RGB
CMYK
RGB Variations
Color information
#64A234 (or 0x64A234) is known color: Limeade. HEX triplet: 64, A2 and 34. RGB value is (100,162,52). Sum of RGB (Red+Green+Blue) = 100+162+52=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #64A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A234 is #9B5DCB. Grayscale: #838383. Windows color (decimal): -10182092 or 3449444. OLE color: 3449444.
HSL color Cylindrical-coordinate representation of color #64A234: hue angle of 93.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64A234 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 52 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.36 |
| HSL | 93.82º | 0.51% | 0.42% | - |
| HSV(B) | 93.82º | 0.68% | 0.64% | - |
| XYZ | 18.8 | 28.8 | 7.82 | - |
| YUV | 130.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 52 | 0.38 | 0 | 0.68 | 0.36 | 93.82 | 0.51 | 0.42 |
| Hex | 64 | A2 | 34 | 26 | 0 | 44 | 24 | 5E | 33 | 2A |
| Octal | 144 | 242 | 64 | 46 | 0 | 104 | 44 | 136 | 63 | 52 |
| Binary | 1100100 | 10100010 | 110100 | 100110 | 0 | 1000100 | 100100 | 1011110 | 110011 | 101010 |
Color Harmonies of #64A234
Complementary color
Monochromatic Colors of #64A234
Black with #64A234
Text Example
Text Example
White with #64A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A234; }
p { color: rgb(100,162,52); }
H1.HeaderClassName
{
color: #64A234;
}
.AnyTagClassName
{
color: #64A234;
}
</style>
background-color css
<style>
a { background-color: #64A234; }
a { background-color: rgb(100,162,52); }
div.DivClassName
{
background-color: #64A234;
}
.BgClassName
{
background-color: #64A234;
}
</style>
border-color css
<style>
span { border-color: #64A234; }
span { border-color: rgb(100,162,52); }
td.TdClassName
{
border-color: #64A234;
}
.TagClassName
{
border-color: #64A234;
}
</style>