Shades of Apple #65BA53
Tints of Apple #65BA53
RGB
CMYK
RGB Variations
Color information
#65BA53 (or 0x65BA53) is known color: Apple. HEX triplet: 65, BA and 53. RGB value is (101,186,83). Sum of RGB (Red+Green+Blue) = 101+186+83=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA53 is #9A45AC. Grayscale: #959595. Windows color (decimal): -10110381 or 5487205. OLE color: 5487205.
HSL color Cylindrical-coordinate representation of color #65BA53: hue angle of 109.51º 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 #65BA53 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 83 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.27 |
| HSL | 109.51º | 0.43% | 0.53% | - |
| HSV(B) | 109.51º | 0.55% | 0.73% | - |
| XYZ | 24.49 | 38.51 | 14.33 | - |
| YUV | 148.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 83 | 0.46 | 0 | 0.55 | 0.27 | 109.51 | 0.43 | 0.53 |
| Hex | 65 | BA | 53 | 2E | 0 | 37 | 1B | 6E | 2B | 35 |
| Octal | 145 | 272 | 123 | 56 | 0 | 67 | 33 | 156 | 53 | 65 |
| Binary | 1100101 | 10111010 | 1010011 | 101110 | 0 | 110111 | 11011 | 1101110 | 101011 | 110101 |
Color Harmonies of #65BA53
Complementary color
Monochromatic Colors of #65BA53
Black with #65BA53
Text Example
Text Example
White with #65BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA53; }
p { color: rgb(101,186,83); }
H1.HeaderClassName
{
color: #65BA53;
}
.AnyTagClassName
{
color: #65BA53;
}
</style>
background-color css
<style>
a { background-color: #65BA53; }
a { background-color: rgb(101,186,83); }
div.DivClassName
{
background-color: #65BA53;
}
.BgClassName
{
background-color: #65BA53;
}
</style>
border-color css
<style>
span { border-color: #65BA53; }
span { border-color: rgb(101,186,83); }
td.TdClassName
{
border-color: #65BA53;
}
.TagClassName
{
border-color: #65BA53;
}
</style>