Shades of Apple #73AF58
Tints of Apple #73AF58
RGB
CMYK
RGB Variations
Color information
#73AF58 (or 0x73AF58) is known color: Apple. HEX triplet: 73, AF and 58. RGB value is (115,175,88). Sum of RGB (Red+Green+Blue) = 115+175+88=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF58 is #8C50A7. Grayscale: #939393. Windows color (decimal): -9195688 or 5812083. OLE color: 5812083.
HSL color Cylindrical-coordinate representation of color #73AF58: hue angle of 101.38º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73AF58 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 88 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.31 |
| HSL | 101.38º | 0.35% | 0.52% | - |
| HSV(B) | 101.38º | 0.5% | 0.69% | - |
| XYZ | 24.16 | 35.01 | 14.72 | - |
| YUV | 147.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 88 | 0.34 | 0 | 0.50 | 0.31 | 101.38 | 0.35 | 0.52 |
| Hex | 73 | AF | 58 | 22 | 0 | 32 | 1F | 65 | 23 | 34 |
| Octal | 163 | 257 | 130 | 42 | 0 | 62 | 37 | 145 | 43 | 64 |
| Binary | 1110011 | 10101111 | 1011000 | 100010 | 0 | 110010 | 11111 | 1100101 | 100011 | 110100 |
Color Harmonies of #73AF58
Complementary color
Monochromatic Colors of #73AF58
Black with #73AF58
Text Example
Text Example
White with #73AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF58; }
p { color: rgb(115,175,88); }
H1.HeaderClassName
{
color: #73AF58;
}
.AnyTagClassName
{
color: #73AF58;
}
</style>
background-color css
<style>
a { background-color: #73AF58; }
a { background-color: rgb(115,175,88); }
div.DivClassName
{
background-color: #73AF58;
}
.BgClassName
{
background-color: #73AF58;
}
</style>
border-color css
<style>
span { border-color: #73AF58; }
span { border-color: rgb(115,175,88); }
td.TdClassName
{
border-color: #73AF58;
}
.TagClassName
{
border-color: #73AF58;
}
</style>