Shades of Apple #66B957
Tints of Apple #66B957
RGB
CMYK
RGB Variations
Color information
#66B957 (or 0x66B957) is known color: Apple. HEX triplet: 66, B9 and 57. RGB value is (102,185,87). Sum of RGB (Red+Green+Blue) = 102+185+87=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #66B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B957 is #9946A8. Grayscale: #959595. Windows color (decimal): -10045097 or 5749094. OLE color: 5749094.
HSL color Cylindrical-coordinate representation of color #66B957: hue angle of 110.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66B957 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 87 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.27 |
| HSL | 110.82º | 0.41% | 0.53% | - |
| HSV(B) | 110.82º | 0.53% | 0.73% | - |
| XYZ | 24.55 | 38.21 | 15.1 | - |
| YUV | 149.01 | 93 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 87 | 0.45 | 0 | 0.53 | 0.27 | 110.82 | 0.41 | 0.53 |
| Hex | 66 | B9 | 57 | 2D | 0 | 35 | 1B | 6F | 29 | 35 |
| Octal | 146 | 271 | 127 | 55 | 0 | 65 | 33 | 157 | 51 | 65 |
| Binary | 1100110 | 10111001 | 1010111 | 101101 | 0 | 110101 | 11011 | 1101111 | 101001 | 110101 |
Color Harmonies of #66B957
Complementary color
Monochromatic Colors of #66B957
Black with #66B957
Text Example
Text Example
White with #66B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B957; }
p { color: rgb(102,185,87); }
H1.HeaderClassName
{
color: #66B957;
}
.AnyTagClassName
{
color: #66B957;
}
</style>
background-color css
<style>
a { background-color: #66B957; }
a { background-color: rgb(102,185,87); }
div.DivClassName
{
background-color: #66B957;
}
.BgClassName
{
background-color: #66B957;
}
</style>
border-color css
<style>
span { border-color: #66B957; }
span { border-color: rgb(102,185,87); }
td.TdClassName
{
border-color: #66B957;
}
.TagClassName
{
border-color: #66B957;
}
</style>