Shades of Limeade #669933
Tints of Limeade #669933
RGB
CMYK
RGB Variations
Color information
#669933 (or 0x669933) is known color: Limeade. HEX triplet: 66, 99 and 33. RGB value is (102,153,51). Sum of RGB (Red+Green+Blue) = 102+153+51=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #669933 is a web safe color. Inversed color of #669933 is #9966CC. Grayscale: #7E7E7E. Windows color (decimal): -10053325 or 3381606. OLE color: 3381606.
HSL color Cylindrical-coordinate representation of color #669933: hue angle of 90º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #669933 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 51 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.4 |
| HSL | 90º | 0.5% | 0.4% | - |
| HSV(B) | 90º | 0.67% | 0.6% | - |
| XYZ | 17.47 | 25.85 | 7.2 | - |
| YUV | 126.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 51 | 0.33 | 0 | 0.67 | 0.4 | 90 | 0.5 | 0.4 |
| Hex | 66 | 99 | 33 | 21 | 0 | 43 | 28 | 5A | 32 | 28 |
| Octal | 146 | 231 | 63 | 41 | 0 | 103 | 50 | 132 | 62 | 50 |
| Binary | 1100110 | 10011001 | 110011 | 100001 | 0 | 1000011 | 101000 | 1011010 | 110010 | 101000 |
Color Harmonies of #669933
Complementary color
Monochromatic Colors of #669933
Black with #669933
Text Example
Text Example
White with #669933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669933; }
p { color: rgb(102,153,51); }
H1.HeaderClassName
{
color: #669933;
}
.AnyTagClassName
{
color: #669933;
}
</style>
background-color css
<style>
a { background-color: #669933; }
a { background-color: rgb(102,153,51); }
div.DivClassName
{
background-color: #669933;
}
.BgClassName
{
background-color: #669933;
}
</style>
border-color css
<style>
span { border-color: #669933; }
span { border-color: rgb(102,153,51); }
td.TdClassName
{
border-color: #669933;
}
.TagClassName
{
border-color: #669933;
}
</style>