Shades of Limeade #669936
Tints of Limeade #669936
RGB
CMYK
RGB Variations
Color information
#669936 (or 0x669936) is known color: Limeade. HEX triplet: 66, 99 and 36. RGB value is (102,153,54). Sum of RGB (Red+Green+Blue) = 102+153+54=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #669936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669936 is #9966C9. Grayscale: #7E7E7E. Windows color (decimal): -10053322 or 3578214. OLE color: 3578214.
HSL color Cylindrical-coordinate representation of color #669936: hue angle of 90.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #669936 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 54 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.4 |
| HSL | 90.91º | 0.48% | 0.41% | - |
| HSV(B) | 90.91º | 0.65% | 0.6% | - |
| XYZ | 17.54 | 25.87 | 7.56 | - |
| YUV | 126.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 54 | 0.33 | 0 | 0.65 | 0.4 | 90.91 | 0.48 | 0.41 |
| Hex | 66 | 99 | 36 | 21 | 0 | 41 | 28 | 5B | 30 | 29 |
| Octal | 146 | 231 | 66 | 41 | 0 | 101 | 50 | 133 | 60 | 51 |
| Binary | 1100110 | 10011001 | 110110 | 100001 | 0 | 1000001 | 101000 | 1011011 | 110000 | 101001 |
Color Harmonies of #669936
Complementary color
Monochromatic Colors of #669936
Black with #669936
Text Example
Text Example
White with #669936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669936; }
p { color: rgb(102,153,54); }
H1.HeaderClassName
{
color: #669936;
}
.AnyTagClassName
{
color: #669936;
}
</style>
background-color css
<style>
a { background-color: #669936; }
a { background-color: rgb(102,153,54); }
div.DivClassName
{
background-color: #669936;
}
.BgClassName
{
background-color: #669936;
}
</style>
border-color css
<style>
span { border-color: #669936; }
span { border-color: rgb(102,153,54); }
td.TdClassName
{
border-color: #669936;
}
.TagClassName
{
border-color: #669936;
}
</style>