Shades of Limeade #669B3F
Tints of Limeade #669B3F
RGB
CMYK
RGB Variations
Color information
#669B3F (or 0x669B3F) is known color: Limeade. HEX triplet: 66, 9B and 3F. RGB value is (102,155,63). Sum of RGB (Red+Green+Blue) = 102+155+63=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #669B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B3F is #9964C0. Grayscale: #808080. Windows color (decimal): -10052801 or 4168550. OLE color: 4168550.
HSL color Cylindrical-coordinate representation of color #669B3F: hue angle of 94.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669B3F is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 63 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.39 |
| HSL | 94.57º | 0.42% | 0.43% | - |
| HSV(B) | 94.57º | 0.59% | 0.61% | - |
| XYZ | 18.1 | 26.63 | 8.89 | - |
| YUV | 128.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 63 | 0.34 | 0 | 0.59 | 0.39 | 94.57 | 0.42 | 0.43 |
| Hex | 66 | 9B | 3F | 22 | 0 | 3B | 27 | 5F | 2A | 2B |
| Octal | 146 | 233 | 77 | 42 | 0 | 73 | 47 | 137 | 52 | 53 |
| Binary | 1100110 | 10011011 | 111111 | 100010 | 0 | 111011 | 100111 | 1011111 | 101010 | 101011 |
Color Harmonies of #669B3F
Complementary color
Monochromatic Colors of #669B3F
Black with #669B3F
Text Example
Text Example
White with #669B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B3F; }
p { color: rgb(102,155,63); }
H1.HeaderClassName
{
color: #669B3F;
}
.AnyTagClassName
{
color: #669B3F;
}
</style>
background-color css
<style>
a { background-color: #669B3F; }
a { background-color: rgb(102,155,63); }
div.DivClassName
{
background-color: #669B3F;
}
.BgClassName
{
background-color: #669B3F;
}
</style>
border-color css
<style>
span { border-color: #669B3F; }
span { border-color: rgb(102,155,63); }
td.TdClassName
{
border-color: #669B3F;
}
.TagClassName
{
border-color: #669B3F;
}
</style>