Shades of Limeade #669838
Tints of Limeade #669838
RGB
CMYK
RGB Variations
Color information
#669838 (or 0x669838) is known color: Limeade. HEX triplet: 66, 98 and 38. RGB value is (102,152,56). Sum of RGB (Red+Green+Blue) = 102+152+56=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #669838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669838 is #9967C7. Grayscale: #7E7E7E. Windows color (decimal): -10053576 or 3709030. OLE color: 3709030.
HSL color Cylindrical-coordinate representation of color #669838: hue angle of 91.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #669838 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 56 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.40 |
| HSL | 91.25º | 0.46% | 0.41% | - |
| HSV(B) | 91.25º | 0.63% | 0.6% | - |
| XYZ | 17.42 | 25.57 | 7.76 | - |
| YUV | 126.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 56 | 0.33 | 0 | 0.63 | 0.40 | 91.25 | 0.46 | 0.41 |
| Hex | 66 | 98 | 38 | 21 | 0 | 3F | 28 | 5B | 2E | 29 |
| Octal | 146 | 230 | 70 | 41 | 0 | 77 | 50 | 133 | 56 | 51 |
| Binary | 1100110 | 10011000 | 111000 | 100001 | 0 | 111111 | 101000 | 1011011 | 101110 | 101001 |
Color Harmonies of #669838
Complementary color
Monochromatic Colors of #669838
Black with #669838
Text Example
Text Example
White with #669838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669838; }
p { color: rgb(102,152,56); }
H1.HeaderClassName
{
color: #669838;
}
.AnyTagClassName
{
color: #669838;
}
</style>
background-color css
<style>
a { background-color: #669838; }
a { background-color: rgb(102,152,56); }
div.DivClassName
{
background-color: #669838;
}
.BgClassName
{
background-color: #669838;
}
</style>
border-color css
<style>
span { border-color: #669838; }
span { border-color: rgb(102,152,56); }
td.TdClassName
{
border-color: #669838;
}
.TagClassName
{
border-color: #669838;
}
</style>