Shades of Limeade #66A333
Tints of Limeade #66A333
RGB
CMYK
RGB Variations
Color information
#66A333 (or 0x66A333) is known color: Limeade. HEX triplet: 66, A3 and 33. RGB value is (102,163,51). Sum of RGB (Red+Green+Blue) = 102+163+51=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #66A333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A333 is #995CCC. Grayscale: #848484. Windows color (decimal): -10050765 or 3384166. OLE color: 3384166.
HSL color Cylindrical-coordinate representation of color #66A333: hue angle of 92.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66A333 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 51 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.36 |
| HSL | 92.68º | 0.52% | 0.42% | - |
| HSV(B) | 92.68º | 0.69% | 0.64% | - |
| XYZ | 19.17 | 29.26 | 7.77 | - |
| YUV | 131.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 51 | 0.37 | 0 | 0.69 | 0.36 | 92.68 | 0.52 | 0.42 |
| Hex | 66 | A3 | 33 | 25 | 0 | 45 | 24 | 5D | 34 | 2A |
| Octal | 146 | 243 | 63 | 45 | 0 | 105 | 44 | 135 | 64 | 52 |
| Binary | 1100110 | 10100011 | 110011 | 100101 | 0 | 1000101 | 100100 | 1011101 | 110100 | 101010 |
Color Harmonies of #66A333
Complementary color
Monochromatic Colors of #66A333
Black with #66A333
Text Example
Text Example
White with #66A333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A333; }
p { color: rgb(102,163,51); }
H1.HeaderClassName
{
color: #66A333;
}
.AnyTagClassName
{
color: #66A333;
}
</style>
background-color css
<style>
a { background-color: #66A333; }
a { background-color: rgb(102,163,51); }
div.DivClassName
{
background-color: #66A333;
}
.BgClassName
{
background-color: #66A333;
}
</style>
border-color css
<style>
span { border-color: #66A333; }
span { border-color: rgb(102,163,51); }
td.TdClassName
{
border-color: #66A333;
}
.TagClassName
{
border-color: #66A333;
}
</style>