Shades of Apple #65AD53
Tints of Apple #65AD53
RGB
CMYK
RGB Variations
Color information
#65AD53 (or 0x65AD53) is known color: Apple. HEX triplet: 65, AD and 53. RGB value is (101,173,83). Sum of RGB (Red+Green+Blue) = 101+173+83=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD53 is #9A52AC. Grayscale: #8D8D8D. Windows color (decimal): -10113709 or 5483877. OLE color: 5483877.
HSL color Cylindrical-coordinate representation of color #65AD53: hue angle of 108º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65AD53 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 83 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.32 |
| HSL | 108º | 0.35% | 0.5% | - |
| HSV(B) | 108º | 0.52% | 0.68% | - |
| XYZ | 21.87 | 33.28 | 13.45 | - |
| YUV | 141.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 83 | 0.42 | 0 | 0.52 | 0.32 | 108 | 0.35 | 0.5 |
| Hex | 65 | AD | 53 | 2A | 0 | 34 | 20 | 6C | 23 | 32 |
| Octal | 145 | 255 | 123 | 52 | 0 | 64 | 40 | 154 | 43 | 62 |
| Binary | 1100101 | 10101101 | 1010011 | 101010 | 0 | 110100 | 100000 | 1101100 | 100011 | 110010 |
Color Harmonies of #65AD53
Complementary color
Monochromatic Colors of #65AD53
Black with #65AD53
Text Example
Text Example
White with #65AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD53; }
p { color: rgb(101,173,83); }
H1.HeaderClassName
{
color: #65AD53;
}
.AnyTagClassName
{
color: #65AD53;
}
</style>
background-color css
<style>
a { background-color: #65AD53; }
a { background-color: rgb(101,173,83); }
div.DivClassName
{
background-color: #65AD53;
}
.BgClassName
{
background-color: #65AD53;
}
</style>
border-color css
<style>
span { border-color: #65AD53; }
span { border-color: rgb(101,173,83); }
td.TdClassName
{
border-color: #65AD53;
}
.TagClassName
{
border-color: #65AD53;
}
</style>