Shades of Limeade #64993A
Tints of Limeade #64993A
RGB
CMYK
RGB Variations
Color information
#64993A (or 0x64993A) is known color: Limeade. HEX triplet: 64, 99 and 3A. RGB value is (100,153,58). Sum of RGB (Red+Green+Blue) = 100+153+58=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #64993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993A is #9B66C5. Grayscale: #7E7E7E. Windows color (decimal): -10184390 or 3840356. OLE color: 3840356.
HSL color Cylindrical-coordinate representation of color #64993A: hue angle of 93.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64993A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 58 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.4 |
| HSL | 93.47º | 0.45% | 0.41% | - |
| HSV(B) | 93.47º | 0.62% | 0.6% | - |
| XYZ | 17.41 | 25.8 | 8.06 | - |
| YUV | 126.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 58 | 0.35 | 0 | 0.62 | 0.4 | 93.47 | 0.45 | 0.41 |
| Hex | 64 | 99 | 3A | 23 | 0 | 3E | 28 | 5D | 2D | 29 |
| Octal | 144 | 231 | 72 | 43 | 0 | 76 | 50 | 135 | 55 | 51 |
| Binary | 1100100 | 10011001 | 111010 | 100011 | 0 | 111110 | 101000 | 1011101 | 101101 | 101001 |
Color Harmonies of #64993A
Complementary color
Monochromatic Colors of #64993A
Black with #64993A
Text Example
Text Example
White with #64993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64993A; }
p { color: rgb(100,153,58); }
H1.HeaderClassName
{
color: #64993A;
}
.AnyTagClassName
{
color: #64993A;
}
</style>
background-color css
<style>
a { background-color: #64993A; }
a { background-color: rgb(100,153,58); }
div.DivClassName
{
background-color: #64993A;
}
.BgClassName
{
background-color: #64993A;
}
</style>
border-color css
<style>
span { border-color: #64993A; }
span { border-color: rgb(100,153,58); }
td.TdClassName
{
border-color: #64993A;
}
.TagClassName
{
border-color: #64993A;
}
</style>