Shades of Apple #65AF57
Tints of Apple #65AF57
RGB
CMYK
RGB Variations
Color information
#65AF57 (or 0x65AF57) is known color: Apple. HEX triplet: 65, AF and 57. RGB value is (101,175,87). Sum of RGB (Red+Green+Blue) = 101+175+87=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF57 is #9A50A8. Grayscale: #8F8F8F. Windows color (decimal): -10113193 or 5746533. OLE color: 5746533.
HSL color Cylindrical-coordinate representation of color #65AF57: hue angle of 110.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AF57 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 87 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.31 |
| HSL | 110.45º | 0.35% | 0.51% | - |
| HSV(B) | 110.45º | 0.5% | 0.69% | - |
| XYZ | 22.42 | 34.11 | 14.42 | - |
| YUV | 142.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 87 | 0.42 | 0 | 0.50 | 0.31 | 110.45 | 0.35 | 0.51 |
| Hex | 65 | AF | 57 | 2A | 0 | 32 | 1F | 6E | 23 | 33 |
| Octal | 145 | 257 | 127 | 52 | 0 | 62 | 37 | 156 | 43 | 63 |
| Binary | 1100101 | 10101111 | 1010111 | 101010 | 0 | 110010 | 11111 | 1101110 | 100011 | 110011 |
Color Harmonies of #65AF57
Complementary color
Monochromatic Colors of #65AF57
Black with #65AF57
Text Example
Text Example
White with #65AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF57; }
p { color: rgb(101,175,87); }
H1.HeaderClassName
{
color: #65AF57;
}
.AnyTagClassName
{
color: #65AF57;
}
</style>
background-color css
<style>
a { background-color: #65AF57; }
a { background-color: rgb(101,175,87); }
div.DivClassName
{
background-color: #65AF57;
}
.BgClassName
{
background-color: #65AF57;
}
</style>
border-color css
<style>
span { border-color: #65AF57; }
span { border-color: rgb(101,175,87); }
td.TdClassName
{
border-color: #65AF57;
}
.TagClassName
{
border-color: #65AF57;
}
</style>