Shades of Limeade #669D39
Tints of Limeade #669D39
RGB
CMYK
RGB Variations
Color information
#669D39 (or 0x669D39) is known color: Limeade. HEX triplet: 66, 9D and 39. RGB value is (102,157,57). Sum of RGB (Red+Green+Blue) = 102+157+57=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #669D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D39 is #9962C6. Grayscale: #818181. Windows color (decimal): -10052295 or 3775846. OLE color: 3775846.
HSL color Cylindrical-coordinate representation of color #669D39: hue angle of 93º 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 #669D39 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 57 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.38 |
| HSL | 93º | 0.47% | 0.42% | - |
| HSV(B) | 93º | 0.64% | 0.62% | - |
| XYZ | 18.27 | 27.23 | 8.16 | - |
| YUV | 129.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 57 | 0.35 | 0 | 0.64 | 0.38 | 93 | 0.47 | 0.42 |
| Hex | 66 | 9D | 39 | 23 | 0 | 40 | 26 | 5D | 2F | 2A |
| Octal | 146 | 235 | 71 | 43 | 0 | 100 | 46 | 135 | 57 | 52 |
| Binary | 1100110 | 10011101 | 111001 | 100011 | 0 | 1000000 | 100110 | 1011101 | 101111 | 101010 |
Color Harmonies of #669D39
Complementary color
Monochromatic Colors of #669D39
Black with #669D39
Text Example
Text Example
White with #669D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D39; }
p { color: rgb(102,157,57); }
H1.HeaderClassName
{
color: #669D39;
}
.AnyTagClassName
{
color: #669D39;
}
</style>
background-color css
<style>
a { background-color: #669D39; }
a { background-color: rgb(102,157,57); }
div.DivClassName
{
background-color: #669D39;
}
.BgClassName
{
background-color: #669D39;
}
</style>
border-color css
<style>
span { border-color: #669D39; }
span { border-color: rgb(102,157,57); }
td.TdClassName
{
border-color: #669D39;
}
.TagClassName
{
border-color: #669D39;
}
</style>