Shades of Apple #73C545
Tints of Apple #73C545
RGB
CMYK
RGB Variations
Color information
#73C545 (or 0x73C545) is known color: Apple. HEX triplet: 73, C5 and 45. RGB value is (115,197,69). Sum of RGB (Red+Green+Blue) = 115+197+69=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #73C545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C545 is #8C3ABA. Grayscale: #9E9E9E. Windows color (decimal): -9190075 or 4572531. OLE color: 4572531.
HSL color Cylindrical-coordinate representation of color #73C545: hue angle of 98.44º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73C545 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 69 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.23 |
| HSL | 98.44º | 0.52% | 0.52% | - |
| HSV(B) | 98.44º | 0.65% | 0.77% | - |
| XYZ | 28.11 | 44.01 | 12.64 | - |
| YUV | 157.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 69 | 0.42 | 0 | 0.65 | 0.23 | 98.44 | 0.52 | 0.52 |
| Hex | 73 | C5 | 45 | 2A | 0 | 41 | 17 | 62 | 34 | 34 |
| Octal | 163 | 305 | 105 | 52 | 0 | 101 | 27 | 142 | 64 | 64 |
| Binary | 1110011 | 11000101 | 1000101 | 101010 | 0 | 1000001 | 10111 | 1100010 | 110100 | 110100 |
Color Harmonies of #73C545
Complementary color
Monochromatic Colors of #73C545
Black with #73C545
Text Example
Text Example
White with #73C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C545; }
p { color: rgb(115,197,69); }
H1.HeaderClassName
{
color: #73C545;
}
.AnyTagClassName
{
color: #73C545;
}
</style>
background-color css
<style>
a { background-color: #73C545; }
a { background-color: rgb(115,197,69); }
div.DivClassName
{
background-color: #73C545;
}
.BgClassName
{
background-color: #73C545;
}
</style>
border-color css
<style>
span { border-color: #73C545; }
span { border-color: rgb(115,197,69); }
td.TdClassName
{
border-color: #73C545;
}
.TagClassName
{
border-color: #73C545;
}
</style>