Shades of Apple #65AF55
Tints of Apple #65AF55
RGB
CMYK
RGB Variations
Color information
#65AF55 (or 0x65AF55) is known color: Apple. HEX triplet: 65, AF and 55. RGB value is (101,175,85). Sum of RGB (Red+Green+Blue) = 101+175+85=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF55 is #9A50AA. Grayscale: #8E8E8E. Windows color (decimal): -10113195 or 5615461. OLE color: 5615461.
HSL color Cylindrical-coordinate representation of color #65AF55: hue angle of 109.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65AF55 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 85 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.31 |
| HSL | 109.33º | 0.36% | 0.51% | - |
| HSV(B) | 109.33º | 0.51% | 0.69% | - |
| XYZ | 22.34 | 34.08 | 14 | - |
| YUV | 142.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 85 | 0.42 | 0 | 0.51 | 0.31 | 109.33 | 0.36 | 0.51 |
| Hex | 65 | AF | 55 | 2A | 0 | 33 | 1F | 6D | 24 | 33 |
| Octal | 145 | 257 | 125 | 52 | 0 | 63 | 37 | 155 | 44 | 63 |
| Binary | 1100101 | 10101111 | 1010101 | 101010 | 0 | 110011 | 11111 | 1101101 | 100100 | 110011 |
Color Harmonies of #65AF55
Complementary color
Monochromatic Colors of #65AF55
Black with #65AF55
Text Example
Text Example
White with #65AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF55; }
p { color: rgb(101,175,85); }
H1.HeaderClassName
{
color: #65AF55;
}
.AnyTagClassName
{
color: #65AF55;
}
</style>
background-color css
<style>
a { background-color: #65AF55; }
a { background-color: rgb(101,175,85); }
div.DivClassName
{
background-color: #65AF55;
}
.BgClassName
{
background-color: #65AF55;
}
</style>
border-color css
<style>
span { border-color: #65AF55; }
span { border-color: rgb(101,175,85); }
td.TdClassName
{
border-color: #65AF55;
}
.TagClassName
{
border-color: #65AF55;
}
</style>