Shades of Limeade #669E22
Tints of Limeade #669E22
RGB
CMYK
RGB Variations
Color information
#669E22 (or 0x669E22) is known color: Limeade. HEX triplet: 66, 9E and 22. RGB value is (102,158,34). Sum of RGB (Red+Green+Blue) = 102+158+34=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #669E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E22 is #9961DD. Grayscale: #7F7F7F. Windows color (decimal): -10052062 or 2268774. OLE color: 2268774.
HSL color Cylindrical-coordinate representation of color #669E22: hue angle of 87.1º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669E22 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 34 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.38 |
| HSL | 87.1º | 0.65% | 0.38% | - |
| HSV(B) | 87.1º | 0.78% | 0.62% | - |
| XYZ | 18 | 27.39 | 5.85 | - |
| YUV | 127.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 34 | 0.35 | 0 | 0.78 | 0.38 | 87.1 | 0.65 | 0.38 |
| Hex | 66 | 9E | 22 | 23 | 0 | 4E | 26 | 57 | 41 | 26 |
| Octal | 146 | 236 | 42 | 43 | 0 | 116 | 46 | 127 | 101 | 46 |
| Binary | 1100110 | 10011110 | 100010 | 100011 | 0 | 1001110 | 100110 | 1010111 | 1000001 | 100110 |
Color Harmonies of #669E22
Complementary color
Monochromatic Colors of #669E22
Black with #669E22
Text Example
Text Example
White with #669E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E22; }
p { color: rgb(102,158,34); }
H1.HeaderClassName
{
color: #669E22;
}
.AnyTagClassName
{
color: #669E22;
}
</style>
background-color css
<style>
a { background-color: #669E22; }
a { background-color: rgb(102,158,34); }
div.DivClassName
{
background-color: #669E22;
}
.BgClassName
{
background-color: #669E22;
}
</style>
border-color css
<style>
span { border-color: #669E22; }
span { border-color: rgb(102,158,34); }
td.TdClassName
{
border-color: #669E22;
}
.TagClassName
{
border-color: #669E22;
}
</style>