Shades of Limeade #669E20
Tints of Limeade #669E20
RGB
CMYK
RGB Variations
Color information
#669E20 (or 0x669E20) is known color: Limeade. HEX triplet: 66, 9E and 20. RGB value is (102,158,32). Sum of RGB (Red+Green+Blue) = 102+158+32=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #669E20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E20 is #9961DF. Grayscale: #7F7F7F. Windows color (decimal): -10052064 or 2137702. OLE color: 2137702.
HSL color Cylindrical-coordinate representation of color #669E20: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #669E20 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 32 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.38 |
| HSL | 86.67º | 0.66% | 0.37% | - |
| HSV(B) | 86.67º | 0.8% | 0.62% | - |
| XYZ | 17.97 | 27.38 | 5.7 | - |
| YUV | 126.89 | 74.45 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 32 | 0.35 | 0 | 0.80 | 0.38 | 86.67 | 0.66 | 0.37 |
| Hex | 66 | 9E | 20 | 23 | 0 | 50 | 26 | 57 | 42 | 25 |
| Octal | 146 | 236 | 40 | 43 | 0 | 120 | 46 | 127 | 102 | 45 |
| Binary | 1100110 | 10011110 | 100000 | 100011 | 0 | 1010000 | 100110 | 1010111 | 1000010 | 100101 |
Color Harmonies of #669E20
Complementary color
Monochromatic Colors of #669E20
Black with #669E20
Text Example
Text Example
White with #669E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E20; }
p { color: rgb(102,158,32); }
H1.HeaderClassName
{
color: #669E20;
}
.AnyTagClassName
{
color: #669E20;
}
</style>
background-color css
<style>
a { background-color: #669E20; }
a { background-color: rgb(102,158,32); }
div.DivClassName
{
background-color: #669E20;
}
.BgClassName
{
background-color: #669E20;
}
</style>
border-color css
<style>
span { border-color: #669E20; }
span { border-color: rgb(102,158,32); }
td.TdClassName
{
border-color: #669E20;
}
.TagClassName
{
border-color: #669E20;
}
</style>