Shades of Apple #73C53E
Tints of Apple #73C53E
RGB
CMYK
RGB Variations
Color information
#73C53E (or 0x73C53E) is known color: Apple. HEX triplet: 73, C5 and 3E. RGB value is (115,197,62). Sum of RGB (Red+Green+Blue) = 115+197+62=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #73C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C53E is #8C3AC1. Grayscale: #9D9D9D. Windows color (decimal): -9190082 or 4113779. OLE color: 4113779.
HSL color Cylindrical-coordinate representation of color #73C53E: hue angle of 96.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73C53E is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 62 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.23 |
| HSL | 96.44º | 0.54% | 0.51% | - |
| HSV(B) | 96.44º | 0.69% | 0.77% | - |
| XYZ | 27.91 | 43.93 | 11.57 | - |
| YUV | 157.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 62 | 0.42 | 0 | 0.69 | 0.23 | 96.44 | 0.54 | 0.51 |
| Hex | 73 | C5 | 3E | 2A | 0 | 45 | 17 | 60 | 36 | 33 |
| Octal | 163 | 305 | 76 | 52 | 0 | 105 | 27 | 140 | 66 | 63 |
| Binary | 1110011 | 11000101 | 111110 | 101010 | 0 | 1000101 | 10111 | 1100000 | 110110 | 110011 |
Color Harmonies of #73C53E
Complementary color
Monochromatic Colors of #73C53E
Black with #73C53E
Text Example
Text Example
White with #73C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C53E; }
p { color: rgb(115,197,62); }
H1.HeaderClassName
{
color: #73C53E;
}
.AnyTagClassName
{
color: #73C53E;
}
</style>
background-color css
<style>
a { background-color: #73C53E; }
a { background-color: rgb(115,197,62); }
div.DivClassName
{
background-color: #73C53E;
}
.BgClassName
{
background-color: #73C53E;
}
</style>
border-color css
<style>
span { border-color: #73C53E; }
span { border-color: rgb(115,197,62); }
td.TdClassName
{
border-color: #73C53E;
}
.TagClassName
{
border-color: #73C53E;
}
</style>