Shades of Limeade #669E23
Tints of Limeade #669E23
RGB
CMYK
RGB Variations
Color information
#669E23 (or 0x669E23) is known color: Limeade. HEX triplet: 66, 9E and 23. RGB value is (102,158,35). Sum of RGB (Red+Green+Blue) = 102+158+35=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #669E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E23 is #9961DC. Grayscale: #7F7F7F. Windows color (decimal): -10052061 or 2334310. OLE color: 2334310.
HSL color Cylindrical-coordinate representation of color #669E23: hue angle of 87.32º degrees, saturation: 0.64, 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 #669E23 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 35 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.38 |
| HSL | 87.32º | 0.64% | 0.38% | - |
| HSV(B) | 87.32º | 0.78% | 0.62% | - |
| XYZ | 18.01 | 27.4 | 5.93 | - |
| YUV | 127.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 35 | 0.35 | 0 | 0.78 | 0.38 | 87.32 | 0.64 | 0.38 |
| Hex | 66 | 9E | 23 | 23 | 0 | 4E | 26 | 57 | 40 | 26 |
| Octal | 146 | 236 | 43 | 43 | 0 | 116 | 46 | 127 | 100 | 46 |
| Binary | 1100110 | 10011110 | 100011 | 100011 | 0 | 1001110 | 100110 | 1010111 | 1000000 | 100110 |
Color Harmonies of #669E23
Complementary color
Monochromatic Colors of #669E23
Black with #669E23
Text Example
Text Example
White with #669E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E23; }
p { color: rgb(102,158,35); }
H1.HeaderClassName
{
color: #669E23;
}
.AnyTagClassName
{
color: #669E23;
}
</style>
background-color css
<style>
a { background-color: #669E23; }
a { background-color: rgb(102,158,35); }
div.DivClassName
{
background-color: #669E23;
}
.BgClassName
{
background-color: #669E23;
}
</style>
border-color css
<style>
span { border-color: #669E23; }
span { border-color: rgb(102,158,35); }
td.TdClassName
{
border-color: #669E23;
}
.TagClassName
{
border-color: #669E23;
}
</style>