Shades of Limeade #66A032
Tints of Limeade #66A032
RGB
CMYK
RGB Variations
Color information
#66A032 (or 0x66A032) is known color: Limeade. HEX triplet: 66, A0 and 32. RGB value is (102,160,50). Sum of RGB (Red+Green+Blue) = 102+160+50=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #66A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A032 is #995FCD. Grayscale: #828282. Windows color (decimal): -10051534 or 3317862. OLE color: 3317862.
HSL color Cylindrical-coordinate representation of color #66A032: hue angle of 91.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66A032 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 50 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.37 |
| HSL | 91.64º | 0.52% | 0.41% | - |
| HSV(B) | 91.64º | 0.69% | 0.63% | - |
| XYZ | 18.63 | 28.2 | 7.48 | - |
| YUV | 130.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 50 | 0.36 | 0 | 0.69 | 0.37 | 91.64 | 0.52 | 0.41 |
| Hex | 66 | A0 | 32 | 24 | 0 | 45 | 25 | 5C | 34 | 29 |
| Octal | 146 | 240 | 62 | 44 | 0 | 105 | 45 | 134 | 64 | 51 |
| Binary | 1100110 | 10100000 | 110010 | 100100 | 0 | 1000101 | 100101 | 1011100 | 110100 | 101001 |
Color Harmonies of #66A032
Complementary color
Monochromatic Colors of #66A032
Black with #66A032
Text Example
Text Example
White with #66A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A032; }
p { color: rgb(102,160,50); }
H1.HeaderClassName
{
color: #66A032;
}
.AnyTagClassName
{
color: #66A032;
}
</style>
background-color css
<style>
a { background-color: #66A032; }
a { background-color: rgb(102,160,50); }
div.DivClassName
{
background-color: #66A032;
}
.BgClassName
{
background-color: #66A032;
}
</style>
border-color css
<style>
span { border-color: #66A032; }
span { border-color: rgb(102,160,50); }
td.TdClassName
{
border-color: #66A032;
}
.TagClassName
{
border-color: #66A032;
}
</style>