Shades of Limeade #669735
Tints of Limeade #669735
RGB
CMYK
RGB Variations
Color information
#669735 (or 0x669735) is known color: Limeade. HEX triplet: 66, 97 and 35. RGB value is (102,151,53). Sum of RGB (Red+Green+Blue) = 102+151+53=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #669735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669735 is #9968CA. Grayscale: #7D7D7D. Windows color (decimal): -10053835 or 3512166. OLE color: 3512166.
HSL color Cylindrical-coordinate representation of color #669735: hue angle of 90º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #669735 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 53 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.41 |
| HSL | 90º | 0.48% | 0.4% | - |
| HSV(B) | 90º | 0.65% | 0.59% | - |
| XYZ | 17.19 | 25.22 | 7.33 | - |
| YUV | 125.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 53 | 0.32 | 0 | 0.65 | 0.41 | 90 | 0.48 | 0.4 |
| Hex | 66 | 97 | 35 | 20 | 0 | 41 | 29 | 5A | 30 | 28 |
| Octal | 146 | 227 | 65 | 40 | 0 | 101 | 51 | 132 | 60 | 50 |
| Binary | 1100110 | 10010111 | 110101 | 100000 | 0 | 1000001 | 101001 | 1011010 | 110000 | 101000 |
Color Harmonies of #669735
Complementary color
Monochromatic Colors of #669735
Black with #669735
Text Example
Text Example
White with #669735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669735; }
p { color: rgb(102,151,53); }
H1.HeaderClassName
{
color: #669735;
}
.AnyTagClassName
{
color: #669735;
}
</style>
background-color css
<style>
a { background-color: #669735; }
a { background-color: rgb(102,151,53); }
div.DivClassName
{
background-color: #669735;
}
.BgClassName
{
background-color: #669735;
}
</style>
border-color css
<style>
span { border-color: #669735; }
span { border-color: rgb(102,151,53); }
td.TdClassName
{
border-color: #669735;
}
.TagClassName
{
border-color: #669735;
}
</style>