Shades of Limeade #669929
Tints of Limeade #669929
RGB
CMYK
RGB Variations
Color information
#669929 (or 0x669929) is known color: Limeade. HEX triplet: 66, 99 and 29. RGB value is (102,153,41). Sum of RGB (Red+Green+Blue) = 102+153+41=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #669929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669929 is #9966D6. Grayscale: #7D7D7D. Windows color (decimal): -10053335 or 2726246. OLE color: 2726246.
HSL color Cylindrical-coordinate representation of color #669929: hue angle of 87.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #669929 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 41 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.4 |
| HSL | 87.32º | 0.58% | 0.38% | - |
| HSV(B) | 87.32º | 0.73% | 0.6% | - |
| XYZ | 17.27 | 25.77 | 6.16 | - |
| YUV | 124.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 41 | 0.33 | 0 | 0.73 | 0.4 | 87.32 | 0.58 | 0.38 |
| Hex | 66 | 99 | 29 | 21 | 0 | 49 | 28 | 57 | 3A | 26 |
| Octal | 146 | 231 | 51 | 41 | 0 | 111 | 50 | 127 | 72 | 46 |
| Binary | 1100110 | 10011001 | 101001 | 100001 | 0 | 1001001 | 101000 | 1010111 | 111010 | 100110 |
Color Harmonies of #669929
Complementary color
Monochromatic Colors of #669929
Black with #669929
Text Example
Text Example
White with #669929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669929; }
p { color: rgb(102,153,41); }
H1.HeaderClassName
{
color: #669929;
}
.AnyTagClassName
{
color: #669929;
}
</style>
background-color css
<style>
a { background-color: #669929; }
a { background-color: rgb(102,153,41); }
div.DivClassName
{
background-color: #669929;
}
.BgClassName
{
background-color: #669929;
}
</style>
border-color css
<style>
span { border-color: #669929; }
span { border-color: rgb(102,153,41); }
td.TdClassName
{
border-color: #669929;
}
.TagClassName
{
border-color: #669929;
}
</style>