Shades of Limeade #669F39
Tints of Limeade #669F39
RGB
CMYK
RGB Variations
Color information
#669F39 (or 0x669F39) is known color: Limeade. HEX triplet: 66, 9F and 39. RGB value is (102,159,57). Sum of RGB (Red+Green+Blue) = 102+159+57=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #669F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F39 is #9960C6. Grayscale: #828282. Windows color (decimal): -10051783 or 3776358. OLE color: 3776358.
HSL color Cylindrical-coordinate representation of color #669F39: hue angle of 93.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #669F39 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 57 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.38 |
| HSL | 93.53º | 0.47% | 0.42% | - |
| HSV(B) | 93.53º | 0.64% | 0.62% | - |
| XYZ | 18.62 | 27.92 | 8.28 | - |
| YUV | 130.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 57 | 0.36 | 0 | 0.64 | 0.38 | 93.53 | 0.47 | 0.42 |
| Hex | 66 | 9F | 39 | 24 | 0 | 40 | 26 | 5E | 2F | 2A |
| Octal | 146 | 237 | 71 | 44 | 0 | 100 | 46 | 136 | 57 | 52 |
| Binary | 1100110 | 10011111 | 111001 | 100100 | 0 | 1000000 | 100110 | 1011110 | 101111 | 101010 |
Color Harmonies of #669F39
Complementary color
Monochromatic Colors of #669F39
Black with #669F39
Text Example
Text Example
White with #669F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F39; }
p { color: rgb(102,159,57); }
H1.HeaderClassName
{
color: #669F39;
}
.AnyTagClassName
{
color: #669F39;
}
</style>
background-color css
<style>
a { background-color: #669F39; }
a { background-color: rgb(102,159,57); }
div.DivClassName
{
background-color: #669F39;
}
.BgClassName
{
background-color: #669F39;
}
</style>
border-color css
<style>
span { border-color: #669F39; }
span { border-color: rgb(102,159,57); }
td.TdClassName
{
border-color: #669F39;
}
.TagClassName
{
border-color: #669F39;
}
</style>