Shades of Limeade #669823
Tints of Limeade #669823
RGB
CMYK
RGB Variations
Color information
#669823 (or 0x669823) is known color: Limeade. HEX triplet: 66, 98 and 23. RGB value is (102,152,35). Sum of RGB (Red+Green+Blue) = 102+152+35=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #669823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669823 is #9967DC. Grayscale: #7C7C7C. Windows color (decimal): -10053597 or 2332774. OLE color: 2332774.
HSL color Cylindrical-coordinate representation of color #669823: hue angle of 85.64º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #669823 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 35 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.40 |
| HSL | 85.64º | 0.63% | 0.37% | - |
| HSV(B) | 85.64º | 0.77% | 0.6% | - |
| XYZ | 17.01 | 25.4 | 5.6 | - |
| YUV | 123.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 35 | 0.33 | 0 | 0.77 | 0.40 | 85.64 | 0.63 | 0.37 |
| Hex | 66 | 98 | 23 | 21 | 0 | 4D | 28 | 56 | 3F | 25 |
| Octal | 146 | 230 | 43 | 41 | 0 | 115 | 50 | 126 | 77 | 45 |
| Binary | 1100110 | 10011000 | 100011 | 100001 | 0 | 1001101 | 101000 | 1010110 | 111111 | 100101 |
Color Harmonies of #669823
Complementary color
Monochromatic Colors of #669823
Black with #669823
Text Example
Text Example
White with #669823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669823; }
p { color: rgb(102,152,35); }
H1.HeaderClassName
{
color: #669823;
}
.AnyTagClassName
{
color: #669823;
}
</style>
background-color css
<style>
a { background-color: #669823; }
a { background-color: rgb(102,152,35); }
div.DivClassName
{
background-color: #669823;
}
.BgClassName
{
background-color: #669823;
}
</style>
border-color css
<style>
span { border-color: #669823; }
span { border-color: rgb(102,152,35); }
td.TdClassName
{
border-color: #669823;
}
.TagClassName
{
border-color: #669823;
}
</style>