Shades of Limeade #669F3C
Tints of Limeade #669F3C
RGB
CMYK
RGB Variations
Color information
#669F3C (or 0x669F3C) is known color: Limeade. HEX triplet: 66, 9F and 3C. RGB value is (102,159,60). Sum of RGB (Red+Green+Blue) = 102+159+60=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #669F3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F3C is #9960C3. Grayscale: #838383. Windows color (decimal): -10051780 or 3972966. OLE color: 3972966.
HSL color Cylindrical-coordinate representation of color #669F3C: hue angle of 94.55º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #669F3C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 60 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.38 |
| HSL | 94.55º | 0.45% | 0.43% | - |
| HSV(B) | 94.55º | 0.62% | 0.62% | - |
| XYZ | 18.69 | 27.95 | 8.68 | - |
| YUV | 130.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 60 | 0.36 | 0 | 0.62 | 0.38 | 94.55 | 0.45 | 0.43 |
| Hex | 66 | 9F | 3C | 24 | 0 | 3E | 26 | 5F | 2D | 2B |
| Octal | 146 | 237 | 74 | 44 | 0 | 76 | 46 | 137 | 55 | 53 |
| Binary | 1100110 | 10011111 | 111100 | 100100 | 0 | 111110 | 100110 | 1011111 | 101101 | 101011 |
Color Harmonies of #669F3C
Complementary color
Monochromatic Colors of #669F3C
Black with #669F3C
Text Example
Text Example
White with #669F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F3C; }
p { color: rgb(102,159,60); }
H1.HeaderClassName
{
color: #669F3C;
}
.AnyTagClassName
{
color: #669F3C;
}
</style>
background-color css
<style>
a { background-color: #669F3C; }
a { background-color: rgb(102,159,60); }
div.DivClassName
{
background-color: #669F3C;
}
.BgClassName
{
background-color: #669F3C;
}
</style>
border-color css
<style>
span { border-color: #669F3C; }
span { border-color: rgb(102,159,60); }
td.TdClassName
{
border-color: #669F3C;
}
.TagClassName
{
border-color: #669F3C;
}
</style>