Shades of Limeade #669D22
Tints of Limeade #669D22
RGB
CMYK
RGB Variations
Color information
#669D22 (or 0x669D22) is known color: Limeade. HEX triplet: 66, 9D and 22. RGB value is (102,157,34). Sum of RGB (Red+Green+Blue) = 102+157+34=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #669D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D22 is #9962DD. Grayscale: #7E7E7E. Windows color (decimal): -10052318 or 2268518. OLE color: 2268518.
HSL color Cylindrical-coordinate representation of color #669D22: hue angle of 86.83º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669D22 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 34 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.38 |
| HSL | 86.83º | 0.64% | 0.37% | - |
| HSV(B) | 86.83º | 0.78% | 0.62% | - |
| XYZ | 17.83 | 27.05 | 5.8 | - |
| YUV | 126.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 34 | 0.35 | 0 | 0.78 | 0.38 | 86.83 | 0.64 | 0.37 |
| Hex | 66 | 9D | 22 | 23 | 0 | 4E | 26 | 57 | 40 | 25 |
| Octal | 146 | 235 | 42 | 43 | 0 | 116 | 46 | 127 | 100 | 45 |
| Binary | 1100110 | 10011101 | 100010 | 100011 | 0 | 1001110 | 100110 | 1010111 | 1000000 | 100101 |
Color Harmonies of #669D22
Complementary color
Monochromatic Colors of #669D22
Black with #669D22
Text Example
Text Example
White with #669D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D22; }
p { color: rgb(102,157,34); }
H1.HeaderClassName
{
color: #669D22;
}
.AnyTagClassName
{
color: #669D22;
}
</style>
background-color css
<style>
a { background-color: #669D22; }
a { background-color: rgb(102,157,34); }
div.DivClassName
{
background-color: #669D22;
}
.BgClassName
{
background-color: #669D22;
}
</style>
border-color css
<style>
span { border-color: #669D22; }
span { border-color: rgb(102,157,34); }
td.TdClassName
{
border-color: #669D22;
}
.TagClassName
{
border-color: #669D22;
}
</style>