Shades of Limeade #66A037
Tints of Limeade #66A037
RGB
CMYK
RGB Variations
Color information
#66A037 (or 0x66A037) is known color: Limeade. HEX triplet: 66, A0 and 37. RGB value is (102,160,55). Sum of RGB (Red+Green+Blue) = 102+160+55=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #66A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A037 is #995FC8. Grayscale: #838383. Windows color (decimal): -10051529 or 3645542. OLE color: 3645542.
HSL color Cylindrical-coordinate representation of color #66A037: hue angle of 93.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66A037 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 55 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.37 |
| HSL | 93.14º | 0.49% | 0.42% | - |
| HSV(B) | 93.14º | 0.66% | 0.63% | - |
| XYZ | 18.74 | 28.24 | 8.08 | - |
| YUV | 130.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 55 | 0.36 | 0 | 0.66 | 0.37 | 93.14 | 0.49 | 0.42 |
| Hex | 66 | A0 | 37 | 24 | 0 | 42 | 25 | 5D | 31 | 2A |
| Octal | 146 | 240 | 67 | 44 | 0 | 102 | 45 | 135 | 61 | 52 |
| Binary | 1100110 | 10100000 | 110111 | 100100 | 0 | 1000010 | 100101 | 1011101 | 110001 | 101010 |
Color Harmonies of #66A037
Complementary color
Monochromatic Colors of #66A037
Black with #66A037
Text Example
Text Example
White with #66A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A037; }
p { color: rgb(102,160,55); }
H1.HeaderClassName
{
color: #66A037;
}
.AnyTagClassName
{
color: #66A037;
}
</style>
background-color css
<style>
a { background-color: #66A037; }
a { background-color: rgb(102,160,55); }
div.DivClassName
{
background-color: #66A037;
}
.BgClassName
{
background-color: #66A037;
}
</style>
border-color css
<style>
span { border-color: #66A037; }
span { border-color: rgb(102,160,55); }
td.TdClassName
{
border-color: #66A037;
}
.TagClassName
{
border-color: #66A037;
}
</style>