Shades of Limeade #669C3F
Tints of Limeade #669C3F
RGB
CMYK
RGB Variations
Color information
#669C3F (or 0x669C3F) is known color: Limeade. HEX triplet: 66, 9C and 3F. RGB value is (102,156,63). Sum of RGB (Red+Green+Blue) = 102+156+63=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #669C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C3F is #9963C0. Grayscale: #818181. Windows color (decimal): -10052545 or 4168806. OLE color: 4168806.
HSL color Cylindrical-coordinate representation of color #669C3F: hue angle of 94.84º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669C3F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 63 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.39 |
| HSL | 94.84º | 0.42% | 0.43% | - |
| HSV(B) | 94.84º | 0.6% | 0.61% | - |
| XYZ | 18.27 | 26.96 | 8.94 | - |
| YUV | 129.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 63 | 0.35 | 0 | 0.60 | 0.39 | 94.84 | 0.42 | 0.43 |
| Hex | 66 | 9C | 3F | 23 | 0 | 3C | 27 | 5F | 2A | 2B |
| Octal | 146 | 234 | 77 | 43 | 0 | 74 | 47 | 137 | 52 | 53 |
| Binary | 1100110 | 10011100 | 111111 | 100011 | 0 | 111100 | 100111 | 1011111 | 101010 | 101011 |
Color Harmonies of #669C3F
Complementary color
Monochromatic Colors of #669C3F
Black with #669C3F
Text Example
Text Example
White with #669C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C3F; }
p { color: rgb(102,156,63); }
H1.HeaderClassName
{
color: #669C3F;
}
.AnyTagClassName
{
color: #669C3F;
}
</style>
background-color css
<style>
a { background-color: #669C3F; }
a { background-color: rgb(102,156,63); }
div.DivClassName
{
background-color: #669C3F;
}
.BgClassName
{
background-color: #669C3F;
}
</style>
border-color css
<style>
span { border-color: #669C3F; }
span { border-color: rgb(102,156,63); }
td.TdClassName
{
border-color: #669C3F;
}
.TagClassName
{
border-color: #669C3F;
}
</style>