Shades of Limeade #669839
Tints of Limeade #669839
RGB
CMYK
RGB Variations
Color information
#669839 (or 0x669839) is known color: Limeade. HEX triplet: 66, 98 and 39. RGB value is (102,152,57). Sum of RGB (Red+Green+Blue) = 102+152+57=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #669839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669839 is #9967C6. Grayscale: #7E7E7E. Windows color (decimal): -10053575 or 3774566. OLE color: 3774566.
HSL color Cylindrical-coordinate representation of color #669839: hue angle of 91.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #669839 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 57 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.40 |
| HSL | 91.58º | 0.45% | 0.41% | - |
| HSV(B) | 91.58º | 0.63% | 0.6% | - |
| XYZ | 17.45 | 25.58 | 7.89 | - |
| YUV | 126.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 57 | 0.33 | 0 | 0.62 | 0.40 | 91.58 | 0.45 | 0.41 |
| Hex | 66 | 98 | 39 | 21 | 0 | 3E | 28 | 5C | 2D | 29 |
| Octal | 146 | 230 | 71 | 41 | 0 | 76 | 50 | 134 | 55 | 51 |
| Binary | 1100110 | 10011000 | 111001 | 100001 | 0 | 111110 | 101000 | 1011100 | 101101 | 101001 |
Color Harmonies of #669839
Complementary color
Monochromatic Colors of #669839
Black with #669839
Text Example
Text Example
White with #669839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669839; }
p { color: rgb(102,152,57); }
H1.HeaderClassName
{
color: #669839;
}
.AnyTagClassName
{
color: #669839;
}
</style>
background-color css
<style>
a { background-color: #669839; }
a { background-color: rgb(102,152,57); }
div.DivClassName
{
background-color: #669839;
}
.BgClassName
{
background-color: #669839;
}
</style>
border-color css
<style>
span { border-color: #669839; }
span { border-color: rgb(102,152,57); }
td.TdClassName
{
border-color: #669839;
}
.TagClassName
{
border-color: #669839;
}
</style>