Shades of Apple #66AF55
Tints of Apple #66AF55
RGB
CMYK
RGB Variations
Color information
#66AF55 (or 0x66AF55) is known color: Apple. HEX triplet: 66, AF and 55. RGB value is (102,175,85). Sum of RGB (Red+Green+Blue) = 102+175+85=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF55 is #9950AA. Grayscale: #8F8F8F. Windows color (decimal): -10047659 or 5615462. OLE color: 5615462.
HSL color Cylindrical-coordinate representation of color #66AF55: hue angle of 108.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66AF55 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 85 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.31 |
| HSL | 108.67º | 0.36% | 0.51% | - |
| HSV(B) | 108.67º | 0.51% | 0.69% | - |
| XYZ | 22.45 | 34.14 | 14 | - |
| YUV | 142.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 85 | 0.42 | 0 | 0.51 | 0.31 | 108.67 | 0.36 | 0.51 |
| Hex | 66 | AF | 55 | 2A | 0 | 33 | 1F | 6D | 24 | 33 |
| Octal | 146 | 257 | 125 | 52 | 0 | 63 | 37 | 155 | 44 | 63 |
| Binary | 1100110 | 10101111 | 1010101 | 101010 | 0 | 110011 | 11111 | 1101101 | 100100 | 110011 |
Color Harmonies of #66AF55
Complementary color
Monochromatic Colors of #66AF55
Black with #66AF55
Text Example
Text Example
White with #66AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF55; }
p { color: rgb(102,175,85); }
H1.HeaderClassName
{
color: #66AF55;
}
.AnyTagClassName
{
color: #66AF55;
}
</style>
background-color css
<style>
a { background-color: #66AF55; }
a { background-color: rgb(102,175,85); }
div.DivClassName
{
background-color: #66AF55;
}
.BgClassName
{
background-color: #66AF55;
}
</style>
border-color css
<style>
span { border-color: #66AF55; }
span { border-color: rgb(102,175,85); }
td.TdClassName
{
border-color: #66AF55;
}
.TagClassName
{
border-color: #66AF55;
}
</style>