Shades of Apple #65AD58
Tints of Apple #65AD58
RGB
CMYK
RGB Variations
Color information
#65AD58 (or 0x65AD58) is known color: Apple. HEX triplet: 65, AD and 58. RGB value is (101,173,88). Sum of RGB (Red+Green+Blue) = 101+173+88=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD58 is #9A52A7. Grayscale: #8E8E8E. Windows color (decimal): -10113704 or 5811557. OLE color: 5811557.
HSL color Cylindrical-coordinate representation of color #65AD58: hue angle of 110.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65AD58 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 88 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.32 |
| HSL | 110.82º | 0.34% | 0.51% | - |
| HSV(B) | 110.82º | 0.49% | 0.68% | - |
| XYZ | 22.07 | 33.36 | 14.51 | - |
| YUV | 141.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 88 | 0.42 | 0 | 0.49 | 0.32 | 110.82 | 0.34 | 0.51 |
| Hex | 65 | AD | 58 | 2A | 0 | 31 | 20 | 6F | 22 | 33 |
| Octal | 145 | 255 | 130 | 52 | 0 | 61 | 40 | 157 | 42 | 63 |
| Binary | 1100101 | 10101101 | 1011000 | 101010 | 0 | 110001 | 100000 | 1101111 | 100010 | 110011 |
Color Harmonies of #65AD58
Complementary color
Monochromatic Colors of #65AD58
Black with #65AD58
Text Example
Text Example
White with #65AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD58; }
p { color: rgb(101,173,88); }
H1.HeaderClassName
{
color: #65AD58;
}
.AnyTagClassName
{
color: #65AD58;
}
</style>
background-color css
<style>
a { background-color: #65AD58; }
a { background-color: rgb(101,173,88); }
div.DivClassName
{
background-color: #65AD58;
}
.BgClassName
{
background-color: #65AD58;
}
</style>
border-color css
<style>
span { border-color: #65AD58; }
span { border-color: rgb(101,173,88); }
td.TdClassName
{
border-color: #65AD58;
}
.TagClassName
{
border-color: #65AD58;
}
</style>