Shades of Apple #66BA53
Tints of Apple #66BA53
RGB
CMYK
RGB Variations
Color information
#66BA53 (or 0x66BA53) is known color: Apple. HEX triplet: 66, BA and 53. RGB value is (102,186,83). Sum of RGB (Red+Green+Blue) = 102+186+83=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA53 is #9945AC. Grayscale: #959595. Windows color (decimal): -10044845 or 5487206. OLE color: 5487206.
HSL color Cylindrical-coordinate representation of color #66BA53: hue angle of 108.93º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BA53 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 83 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.27 |
| HSL | 108.93º | 0.43% | 0.53% | - |
| HSV(B) | 108.93º | 0.55% | 0.73% | - |
| XYZ | 24.6 | 38.57 | 14.33 | - |
| YUV | 149.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 83 | 0.45 | 0 | 0.55 | 0.27 | 108.93 | 0.43 | 0.53 |
| Hex | 66 | BA | 53 | 2D | 0 | 37 | 1B | 6D | 2B | 35 |
| Octal | 146 | 272 | 123 | 55 | 0 | 67 | 33 | 155 | 53 | 65 |
| Binary | 1100110 | 10111010 | 1010011 | 101101 | 0 | 110111 | 11011 | 1101101 | 101011 | 110101 |
Color Harmonies of #66BA53
Complementary color
Monochromatic Colors of #66BA53
Black with #66BA53
Text Example
Text Example
White with #66BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA53; }
p { color: rgb(102,186,83); }
H1.HeaderClassName
{
color: #66BA53;
}
.AnyTagClassName
{
color: #66BA53;
}
</style>
background-color css
<style>
a { background-color: #66BA53; }
a { background-color: rgb(102,186,83); }
div.DivClassName
{
background-color: #66BA53;
}
.BgClassName
{
background-color: #66BA53;
}
</style>
border-color css
<style>
span { border-color: #66BA53; }
span { border-color: rgb(102,186,83); }
td.TdClassName
{
border-color: #66BA53;
}
.TagClassName
{
border-color: #66BA53;
}
</style>