Shades of Limeade #64982C
Tints of Limeade #64982C
RGB
CMYK
RGB Variations
Color information
#64982C (or 0x64982C) is known color: Limeade. HEX triplet: 64, 98 and 2C. RGB value is (100,152,44). Sum of RGB (Red+Green+Blue) = 100+152+44=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #64982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64982C is #9B67D3. Grayscale: #7C7C7C. Windows color (decimal): -10184660 or 2922596. OLE color: 2922596.
HSL color Cylindrical-coordinate representation of color #64982C: hue angle of 88.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64982C is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 44 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.40 |
| HSL | 88.89º | 0.55% | 0.38% | - |
| HSV(B) | 88.89º | 0.71% | 0.6% | - |
| XYZ | 16.94 | 25.35 | 6.38 | - |
| YUV | 124.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 44 | 0.34 | 0 | 0.71 | 0.40 | 88.89 | 0.55 | 0.38 |
| Hex | 64 | 98 | 2C | 22 | 0 | 47 | 28 | 59 | 37 | 26 |
| Octal | 144 | 230 | 54 | 42 | 0 | 107 | 50 | 131 | 67 | 46 |
| Binary | 1100100 | 10011000 | 101100 | 100010 | 0 | 1000111 | 101000 | 1011001 | 110111 | 100110 |
Color Harmonies of #64982C
Complementary color
Monochromatic Colors of #64982C
Black with #64982C
Text Example
Text Example
White with #64982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64982C; }
p { color: rgb(100,152,44); }
H1.HeaderClassName
{
color: #64982C;
}
.AnyTagClassName
{
color: #64982C;
}
</style>
background-color css
<style>
a { background-color: #64982C; }
a { background-color: rgb(100,152,44); }
div.DivClassName
{
background-color: #64982C;
}
.BgClassName
{
background-color: #64982C;
}
</style>
border-color css
<style>
span { border-color: #64982C; }
span { border-color: rgb(100,152,44); }
td.TdClassName
{
border-color: #64982C;
}
.TagClassName
{
border-color: #64982C;
}
</style>