Shades of Apple #73C440
Tints of Apple #73C440
RGB
CMYK
RGB Variations
Color information
#73C440 (or 0x73C440) is known color: Apple. HEX triplet: 73, C4 and 40. RGB value is (115,196,64). Sum of RGB (Red+Green+Blue) = 115+196+64=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #73C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C440 is #8C3BBF. Grayscale: #9D9D9D. Windows color (decimal): -9190336 or 4244595. OLE color: 4244595.
HSL color Cylindrical-coordinate representation of color #73C440: hue angle of 96.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73C440 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 64 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.23 |
| HSL | 96.82º | 0.53% | 0.51% | - |
| HSV(B) | 96.82º | 0.67% | 0.77% | - |
| XYZ | 27.74 | 43.49 | 11.78 | - |
| YUV | 156.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 64 | 0.41 | 0 | 0.67 | 0.23 | 96.82 | 0.53 | 0.51 |
| Hex | 73 | C4 | 40 | 29 | 0 | 43 | 17 | 61 | 35 | 33 |
| Octal | 163 | 304 | 100 | 51 | 0 | 103 | 27 | 141 | 65 | 63 |
| Binary | 1110011 | 11000100 | 1000000 | 101001 | 0 | 1000011 | 10111 | 1100001 | 110101 | 110011 |
Color Harmonies of #73C440
Complementary color
Monochromatic Colors of #73C440
Black with #73C440
Text Example
Text Example
White with #73C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C440; }
p { color: rgb(115,196,64); }
H1.HeaderClassName
{
color: #73C440;
}
.AnyTagClassName
{
color: #73C440;
}
</style>
background-color css
<style>
a { background-color: #73C440; }
a { background-color: rgb(115,196,64); }
div.DivClassName
{
background-color: #73C440;
}
.BgClassName
{
background-color: #73C440;
}
</style>
border-color css
<style>
span { border-color: #73C440; }
span { border-color: rgb(115,196,64); }
td.TdClassName
{
border-color: #73C440;
}
.TagClassName
{
border-color: #73C440;
}
</style>