Shades of Apple #66AF50
Tints of Apple #66AF50
RGB
CMYK
RGB Variations
Color information
#66AF50 (or 0x66AF50) is known color: Apple. HEX triplet: 66, AF and 50. RGB value is (102,175,80). Sum of RGB (Red+Green+Blue) = 102+175+80=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF50 is #9950AF. Grayscale: #8E8E8E. Windows color (decimal): -10047664 or 5287782. OLE color: 5287782.
HSL color Cylindrical-coordinate representation of color #66AF50: hue angle of 106.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AF50 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 80 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.31 |
| HSL | 106.11º | 0.37% | 0.5% | - |
| HSV(B) | 106.11º | 0.54% | 0.69% | - |
| XYZ | 22.26 | 34.06 | 12.99 | - |
| YUV | 142.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 80 | 0.42 | 0 | 0.54 | 0.31 | 106.11 | 0.37 | 0.5 |
| Hex | 66 | AF | 50 | 2A | 0 | 36 | 1F | 6A | 25 | 32 |
| Octal | 146 | 257 | 120 | 52 | 0 | 66 | 37 | 152 | 45 | 62 |
| Binary | 1100110 | 10101111 | 1010000 | 101010 | 0 | 110110 | 11111 | 1101010 | 100101 | 110010 |
Color Harmonies of #66AF50
Complementary color
Monochromatic Colors of #66AF50
Black with #66AF50
Text Example
Text Example
White with #66AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF50; }
p { color: rgb(102,175,80); }
H1.HeaderClassName
{
color: #66AF50;
}
.AnyTagClassName
{
color: #66AF50;
}
</style>
background-color css
<style>
a { background-color: #66AF50; }
a { background-color: rgb(102,175,80); }
div.DivClassName
{
background-color: #66AF50;
}
.BgClassName
{
background-color: #66AF50;
}
</style>
border-color css
<style>
span { border-color: #66AF50; }
span { border-color: rgb(102,175,80); }
td.TdClassName
{
border-color: #66AF50;
}
.TagClassName
{
border-color: #66AF50;
}
</style>