Shades of Apple #66BA57
Tints of Apple #66BA57
RGB
CMYK
RGB Variations
Color information
#66BA57 (or 0x66BA57) is known color: Apple. HEX triplet: 66, BA and 57. RGB value is (102,186,87). Sum of RGB (Red+Green+Blue) = 102+186+87=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA57 is #9945A8. Grayscale: #959595. Windows color (decimal): -10044841 or 5749350. OLE color: 5749350.
HSL color Cylindrical-coordinate representation of color #66BA57: hue angle of 110.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BA57 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 87 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.27 |
| HSL | 110.91º | 0.42% | 0.54% | - |
| HSV(B) | 110.91º | 0.53% | 0.73% | - |
| XYZ | 24.76 | 38.63 | 15.17 | - |
| YUV | 149.6 | 92.67 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 87 | 0.45 | 0 | 0.53 | 0.27 | 110.91 | 0.42 | 0.54 |
| Hex | 66 | BA | 57 | 2D | 0 | 35 | 1B | 6F | 2A | 36 |
| Octal | 146 | 272 | 127 | 55 | 0 | 65 | 33 | 157 | 52 | 66 |
| Binary | 1100110 | 10111010 | 1010111 | 101101 | 0 | 110101 | 11011 | 1101111 | 101010 | 110110 |
Color Harmonies of #66BA57
Complementary color
Monochromatic Colors of #66BA57
Black with #66BA57
Text Example
Text Example
White with #66BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA57; }
p { color: rgb(102,186,87); }
H1.HeaderClassName
{
color: #66BA57;
}
.AnyTagClassName
{
color: #66BA57;
}
</style>
background-color css
<style>
a { background-color: #66BA57; }
a { background-color: rgb(102,186,87); }
div.DivClassName
{
background-color: #66BA57;
}
.BgClassName
{
background-color: #66BA57;
}
</style>
border-color css
<style>
span { border-color: #66BA57; }
span { border-color: rgb(102,186,87); }
td.TdClassName
{
border-color: #66BA57;
}
.TagClassName
{
border-color: #66BA57;
}
</style>