Shades of Limeade #669D35
Tints of Limeade #669D35
RGB
CMYK
RGB Variations
Color information
#669D35 (or 0x669D35) is known color: Limeade. HEX triplet: 66, 9D and 35. RGB value is (102,157,53). Sum of RGB (Red+Green+Blue) = 102+157+53=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #669D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D35 is #9962CA. Grayscale: #818181. Windows color (decimal): -10052299 or 3513702. OLE color: 3513702.
HSL color Cylindrical-coordinate representation of color #669D35: hue angle of 91.73º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #669D35 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 53 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.38 |
| HSL | 91.73º | 0.5% | 0.41% | - |
| HSV(B) | 91.73º | 0.66% | 0.62% | - |
| XYZ | 18.18 | 27.2 | 7.66 | - |
| YUV | 128.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 53 | 0.35 | 0 | 0.66 | 0.38 | 91.73 | 0.5 | 0.41 |
| Hex | 66 | 9D | 35 | 23 | 0 | 42 | 26 | 5C | 32 | 29 |
| Octal | 146 | 235 | 65 | 43 | 0 | 102 | 46 | 134 | 62 | 51 |
| Binary | 1100110 | 10011101 | 110101 | 100011 | 0 | 1000010 | 100110 | 1011100 | 110010 | 101001 |
Color Harmonies of #669D35
Complementary color
Monochromatic Colors of #669D35
Black with #669D35
Text Example
Text Example
White with #669D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D35; }
p { color: rgb(102,157,53); }
H1.HeaderClassName
{
color: #669D35;
}
.AnyTagClassName
{
color: #669D35;
}
</style>
background-color css
<style>
a { background-color: #669D35; }
a { background-color: rgb(102,157,53); }
div.DivClassName
{
background-color: #669D35;
}
.BgClassName
{
background-color: #669D35;
}
</style>
border-color css
<style>
span { border-color: #669D35; }
span { border-color: rgb(102,157,53); }
td.TdClassName
{
border-color: #669D35;
}
.TagClassName
{
border-color: #669D35;
}
</style>