Shades of Apple #73C040
Tints of Apple #73C040
RGB
CMYK
RGB Variations
Color information
#73C040 (or 0x73C040) is known color: Apple. HEX triplet: 73, C0 and 40. RGB value is (115,192,64). Sum of RGB (Red+Green+Blue) = 115+192+64=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #73C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C040 is #8C3FBF. Grayscale: #9A9A9A. Windows color (decimal): -9191360 or 4243571. OLE color: 4243571.
HSL color Cylindrical-coordinate representation of color #73C040: hue angle of 96.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73C040 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 64 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.25 |
| HSL | 96.09º | 0.5% | 0.5% | - |
| HSV(B) | 96.09º | 0.67% | 0.75% | - |
| XYZ | 26.85 | 41.71 | 11.49 | - |
| YUV | 154.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 64 | 0.40 | 0 | 0.67 | 0.25 | 96.09 | 0.5 | 0.5 |
| Hex | 73 | C0 | 40 | 28 | 0 | 43 | 19 | 60 | 32 | 32 |
| Octal | 163 | 300 | 100 | 50 | 0 | 103 | 31 | 140 | 62 | 62 |
| Binary | 1110011 | 11000000 | 1000000 | 101000 | 0 | 1000011 | 11001 | 1100000 | 110010 | 110010 |
Color Harmonies of #73C040
Complementary color
Monochromatic Colors of #73C040
Black with #73C040
Text Example
Text Example
White with #73C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C040; }
p { color: rgb(115,192,64); }
H1.HeaderClassName
{
color: #73C040;
}
.AnyTagClassName
{
color: #73C040;
}
</style>
background-color css
<style>
a { background-color: #73C040; }
a { background-color: rgb(115,192,64); }
div.DivClassName
{
background-color: #73C040;
}
.BgClassName
{
background-color: #73C040;
}
</style>
border-color css
<style>
span { border-color: #73C040; }
span { border-color: rgb(115,192,64); }
td.TdClassName
{
border-color: #73C040;
}
.TagClassName
{
border-color: #73C040;
}
</style>