Shades of Apple #73D537
Tints of Apple #73D537
RGB
CMYK
RGB Variations
Color information
#73D537 (or 0x73D537) is known color: Apple. HEX triplet: 73, D5 and 37. RGB value is (115,213,55). Sum of RGB (Red+Green+Blue) = 115+213+55=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #73D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D537 is #8C2AC8. Grayscale: #A6A6A6. Windows color (decimal): -9185993 or 3659123. OLE color: 3659123.
HSL color Cylindrical-coordinate representation of color #73D537: hue angle of 97.22º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73D537 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 55 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.16 |
| HSL | 97.22º | 0.65% | 0.53% | - |
| HSV(B) | 97.22º | 0.74% | 0.84% | - |
| XYZ | 31.55 | 51.51 | 11.89 | - |
| YUV | 165.69 | 65.53 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 55 | 0.46 | 0 | 0.74 | 0.16 | 97.22 | 0.65 | 0.53 |
| Hex | 73 | D5 | 37 | 2E | 0 | 4A | 10 | 61 | 41 | 35 |
| Octal | 163 | 325 | 67 | 56 | 0 | 112 | 20 | 141 | 101 | 65 |
| Binary | 1110011 | 11010101 | 110111 | 101110 | 0 | 1001010 | 10000 | 1100001 | 1000001 | 110101 |
Color Harmonies of #73D537
Complementary color
Monochromatic Colors of #73D537
Black with #73D537
Text Example
Text Example
White with #73D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D537; }
p { color: rgb(115,213,55); }
H1.HeaderClassName
{
color: #73D537;
}
.AnyTagClassName
{
color: #73D537;
}
</style>
background-color css
<style>
a { background-color: #73D537; }
a { background-color: rgb(115,213,55); }
div.DivClassName
{
background-color: #73D537;
}
.BgClassName
{
background-color: #73D537;
}
</style>
border-color css
<style>
span { border-color: #73D537; }
span { border-color: rgb(115,213,55); }
td.TdClassName
{
border-color: #73D537;
}
.TagClassName
{
border-color: #73D537;
}
</style>