Shades of Apple #73BA51
Tints of Apple #73BA51
RGB
CMYK
RGB Variations
Color information
#73BA51 (or 0x73BA51) is known color: Apple. HEX triplet: 73, BA and 51. RGB value is (115,186,81). Sum of RGB (Red+Green+Blue) = 115+186+81=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA51 is #8C45AE. Grayscale: #999999. Windows color (decimal): -9192879 or 5356147. OLE color: 5356147.
HSL color Cylindrical-coordinate representation of color #73BA51: hue angle of 100.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73BA51 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 81 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.27 |
| HSL | 100.57º | 0.43% | 0.52% | - |
| HSV(B) | 100.57º | 0.56% | 0.73% | - |
| XYZ | 26.11 | 39.36 | 14 | - |
| YUV | 152.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 81 | 0.38 | 0 | 0.56 | 0.27 | 100.57 | 0.43 | 0.52 |
| Hex | 73 | BA | 51 | 26 | 0 | 38 | 1B | 65 | 2B | 34 |
| Octal | 163 | 272 | 121 | 46 | 0 | 70 | 33 | 145 | 53 | 64 |
| Binary | 1110011 | 10111010 | 1010001 | 100110 | 0 | 111000 | 11011 | 1100101 | 101011 | 110100 |
Color Harmonies of #73BA51
Complementary color
Monochromatic Colors of #73BA51
Black with #73BA51
Text Example
Text Example
White with #73BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA51; }
p { color: rgb(115,186,81); }
H1.HeaderClassName
{
color: #73BA51;
}
.AnyTagClassName
{
color: #73BA51;
}
</style>
background-color css
<style>
a { background-color: #73BA51; }
a { background-color: rgb(115,186,81); }
div.DivClassName
{
background-color: #73BA51;
}
.BgClassName
{
background-color: #73BA51;
}
</style>
border-color css
<style>
span { border-color: #73BA51; }
span { border-color: rgb(115,186,81); }
td.TdClassName
{
border-color: #73BA51;
}
.TagClassName
{
border-color: #73BA51;
}
</style>