Shades of Apple #66AE50
Tints of Apple #66AE50
RGB
CMYK
RGB Variations
Color information
#66AE50 (or 0x66AE50) is known color: Apple. HEX triplet: 66, AE and 50. RGB value is (102,174,80). Sum of RGB (Red+Green+Blue) = 102+174+80=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AE50 is #9951AF. Grayscale: #8E8E8E. Windows color (decimal): -10047920 or 5287526. OLE color: 5287526.
HSL color Cylindrical-coordinate representation of color #66AE50: hue angle of 105.96º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AE50 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 174 | 80 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.32 |
| HSL | 105.96º | 0.37% | 0.5% | - |
| HSV(B) | 105.96º | 0.54% | 0.68% | - |
| XYZ | 22.06 | 33.68 | 12.93 | - |
| YUV | 141.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 80 | 0.41 | 0 | 0.54 | 0.32 | 105.96 | 0.37 | 0.5 |
| Hex | 66 | AE | 50 | 29 | 0 | 36 | 20 | 6A | 25 | 32 |
| Octal | 146 | 256 | 120 | 51 | 0 | 66 | 40 | 152 | 45 | 62 |
| Binary | 1100110 | 10101110 | 1010000 | 101001 | 0 | 110110 | 100000 | 1101010 | 100101 | 110010 |
Color Harmonies of #66AE50
Complementary color
Monochromatic Colors of #66AE50
Black with #66AE50
Text Example
Text Example
White with #66AE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AE50; }
p { color: rgb(102,174,80); }
H1.HeaderClassName
{
color: #66AE50;
}
.AnyTagClassName
{
color: #66AE50;
}
</style>
background-color css
<style>
a { background-color: #66AE50; }
a { background-color: rgb(102,174,80); }
div.DivClassName
{
background-color: #66AE50;
}
.BgClassName
{
background-color: #66AE50;
}
</style>
border-color css
<style>
span { border-color: #66AE50; }
span { border-color: rgb(102,174,80); }
td.TdClassName
{
border-color: #66AE50;
}
.TagClassName
{
border-color: #66AE50;
}
</style>