Shades of Apple #73C532
Tints of Apple #73C532
RGB
CMYK
RGB Variations
Color information
#73C532 (or 0x73C532) is known color: Apple. HEX triplet: 73, C5 and 32. RGB value is (115,197,50). Sum of RGB (Red+Green+Blue) = 115+197+50=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #73C532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C532 is #8C3ACD. Grayscale: #9C9C9C. Windows color (decimal): -9190094 or 3327347. OLE color: 3327347.
HSL color Cylindrical-coordinate representation of color #73C532: hue angle of 93.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73C532 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 50 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.23 |
| HSL | 93.47º | 0.6% | 0.48% | - |
| HSV(B) | 93.47º | 0.75% | 0.77% | - |
| XYZ | 27.61 | 43.81 | 10.02 | - |
| YUV | 155.72 | 68.33 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 50 | 0.42 | 0 | 0.75 | 0.23 | 93.47 | 0.6 | 0.48 |
| Hex | 73 | C5 | 32 | 2A | 0 | 4B | 17 | 5D | 3C | 30 |
| Octal | 163 | 305 | 62 | 52 | 0 | 113 | 27 | 135 | 74 | 60 |
| Binary | 1110011 | 11000101 | 110010 | 101010 | 0 | 1001011 | 10111 | 1011101 | 111100 | 110000 |
Color Harmonies of #73C532
Complementary color
Monochromatic Colors of #73C532
Black with #73C532
Text Example
Text Example
White with #73C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C532; }
p { color: rgb(115,197,50); }
H1.HeaderClassName
{
color: #73C532;
}
.AnyTagClassName
{
color: #73C532;
}
</style>
background-color css
<style>
a { background-color: #73C532; }
a { background-color: rgb(115,197,50); }
div.DivClassName
{
background-color: #73C532;
}
.BgClassName
{
background-color: #73C532;
}
</style>
border-color css
<style>
span { border-color: #73C532; }
span { border-color: rgb(115,197,50); }
td.TdClassName
{
border-color: #73C532;
}
.TagClassName
{
border-color: #73C532;
}
</style>