Shades of Apple #66B855
Tints of Apple #66B855
RGB
CMYK
RGB Variations
Color information
#66B855 (or 0x66B855) is known color: Apple. HEX triplet: 66, B8 and 55. RGB value is (102,184,85). Sum of RGB (Red+Green+Blue) = 102+184+85=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #66B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B855 is #9947AA. Grayscale: #949494. Windows color (decimal): -10045355 or 5617766. OLE color: 5617766.
HSL color Cylindrical-coordinate representation of color #66B855: hue angle of 109.7º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B855 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 85 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.28 |
| HSL | 109.7º | 0.41% | 0.53% | - |
| HSV(B) | 109.7º | 0.54% | 0.72% | - |
| XYZ | 24.26 | 37.76 | 14.6 | - |
| YUV | 148.2 | 92.33 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 85 | 0.45 | 0 | 0.54 | 0.28 | 109.7 | 0.41 | 0.53 |
| Hex | 66 | B8 | 55 | 2D | 0 | 36 | 1C | 6E | 29 | 35 |
| Octal | 146 | 270 | 125 | 55 | 0 | 66 | 34 | 156 | 51 | 65 |
| Binary | 1100110 | 10111000 | 1010101 | 101101 | 0 | 110110 | 11100 | 1101110 | 101001 | 110101 |
Color Harmonies of #66B855
Complementary color
Monochromatic Colors of #66B855
Black with #66B855
Text Example
Text Example
White with #66B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B855; }
p { color: rgb(102,184,85); }
H1.HeaderClassName
{
color: #66B855;
}
.AnyTagClassName
{
color: #66B855;
}
</style>
background-color css
<style>
a { background-color: #66B855; }
a { background-color: rgb(102,184,85); }
div.DivClassName
{
background-color: #66B855;
}
.BgClassName
{
background-color: #66B855;
}
</style>
border-color css
<style>
span { border-color: #66B855; }
span { border-color: rgb(102,184,85); }
td.TdClassName
{
border-color: #66B855;
}
.TagClassName
{
border-color: #66B855;
}
</style>