Shades of Limeade #669B39
Tints of Limeade #669B39
RGB
CMYK
RGB Variations
Color information
#669B39 (or 0x669B39) is known color: Limeade. HEX triplet: 66, 9B and 39. RGB value is (102,155,57). Sum of RGB (Red+Green+Blue) = 102+155+57=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #669B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B39 is #9964C6. Grayscale: #808080. Windows color (decimal): -10052807 or 3775334. OLE color: 3775334.
HSL color Cylindrical-coordinate representation of color #669B39: hue angle of 92.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #669B39 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 57 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.39 |
| HSL | 92.45º | 0.46% | 0.42% | - |
| HSV(B) | 92.45º | 0.63% | 0.61% | - |
| XYZ | 17.94 | 26.56 | 8.05 | - |
| YUV | 127.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 57 | 0.34 | 0 | 0.63 | 0.39 | 92.45 | 0.46 | 0.42 |
| Hex | 66 | 9B | 39 | 22 | 0 | 3F | 27 | 5C | 2E | 2A |
| Octal | 146 | 233 | 71 | 42 | 0 | 77 | 47 | 134 | 56 | 52 |
| Binary | 1100110 | 10011011 | 111001 | 100010 | 0 | 111111 | 100111 | 1011100 | 101110 | 101010 |
Color Harmonies of #669B39
Complementary color
Monochromatic Colors of #669B39
Black with #669B39
Text Example
Text Example
White with #669B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B39; }
p { color: rgb(102,155,57); }
H1.HeaderClassName
{
color: #669B39;
}
.AnyTagClassName
{
color: #669B39;
}
</style>
background-color css
<style>
a { background-color: #669B39; }
a { background-color: rgb(102,155,57); }
div.DivClassName
{
background-color: #669B39;
}
.BgClassName
{
background-color: #669B39;
}
</style>
border-color css
<style>
span { border-color: #669B39; }
span { border-color: rgb(102,155,57); }
td.TdClassName
{
border-color: #669B39;
}
.TagClassName
{
border-color: #669B39;
}
</style>