Shades of Apple #73AD51
Tints of Apple #73AD51
RGB
CMYK
RGB Variations
Color information
#73AD51 (or 0x73AD51) is known color: Apple. HEX triplet: 73, AD and 51. RGB value is (115,173,81). Sum of RGB (Red+Green+Blue) = 115+173+81=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD51 is #8C52AE. Grayscale: #919191. Windows color (decimal): -9196207 or 5352819. OLE color: 5352819.
HSL color Cylindrical-coordinate representation of color #73AD51: hue angle of 97.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73AD51 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 81 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.32 |
| HSL | 97.83º | 0.36% | 0.5% | - |
| HSV(B) | 97.83º | 0.53% | 0.68% | - |
| XYZ | 23.5 | 34.13 | 13.13 | - |
| YUV | 145.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 81 | 0.34 | 0 | 0.53 | 0.32 | 97.83 | 0.36 | 0.5 |
| Hex | 73 | AD | 51 | 22 | 0 | 35 | 20 | 62 | 24 | 32 |
| Octal | 163 | 255 | 121 | 42 | 0 | 65 | 40 | 142 | 44 | 62 |
| Binary | 1110011 | 10101101 | 1010001 | 100010 | 0 | 110101 | 100000 | 1100010 | 100100 | 110010 |
Color Harmonies of #73AD51
Complementary color
Monochromatic Colors of #73AD51
Black with #73AD51
Text Example
Text Example
White with #73AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD51; }
p { color: rgb(115,173,81); }
H1.HeaderClassName
{
color: #73AD51;
}
.AnyTagClassName
{
color: #73AD51;
}
</style>
background-color css
<style>
a { background-color: #73AD51; }
a { background-color: rgb(115,173,81); }
div.DivClassName
{
background-color: #73AD51;
}
.BgClassName
{
background-color: #73AD51;
}
</style>
border-color css
<style>
span { border-color: #73AD51; }
span { border-color: rgb(115,173,81); }
td.TdClassName
{
border-color: #73AD51;
}
.TagClassName
{
border-color: #73AD51;
}
</style>