Shades of Apple #73BD4E
Tints of Apple #73BD4E
RGB
CMYK
RGB Variations
Color information
#73BD4E (or 0x73BD4E) is known color: Apple. HEX triplet: 73, BD and 4E. RGB value is (115,189,78). Sum of RGB (Red+Green+Blue) = 115+189+78=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD4E is #8C42B1. Grayscale: #9A9A9A. Windows color (decimal): -9192114 or 5160307. OLE color: 5160307.
HSL color Cylindrical-coordinate representation of color #73BD4E: hue angle of 100º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73BD4E is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 78 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.26 |
| HSL | 100º | 0.46% | 0.52% | - |
| HSV(B) | 100º | 0.59% | 0.74% | - |
| XYZ | 26.64 | 40.59 | 13.64 | - |
| YUV | 154.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 78 | 0.39 | 0 | 0.59 | 0.26 | 100 | 0.46 | 0.52 |
| Hex | 73 | BD | 4E | 27 | 0 | 3B | 1A | 64 | 2E | 34 |
| Octal | 163 | 275 | 116 | 47 | 0 | 73 | 32 | 144 | 56 | 64 |
| Binary | 1110011 | 10111101 | 1001110 | 100111 | 0 | 111011 | 11010 | 1100100 | 101110 | 110100 |
Color Harmonies of #73BD4E
Complementary color
Monochromatic Colors of #73BD4E
Black with #73BD4E
Text Example
Text Example
White with #73BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD4E; }
p { color: rgb(115,189,78); }
H1.HeaderClassName
{
color: #73BD4E;
}
.AnyTagClassName
{
color: #73BD4E;
}
</style>
background-color css
<style>
a { background-color: #73BD4E; }
a { background-color: rgb(115,189,78); }
div.DivClassName
{
background-color: #73BD4E;
}
.BgClassName
{
background-color: #73BD4E;
}
</style>
border-color css
<style>
span { border-color: #73BD4E; }
span { border-color: rgb(115,189,78); }
td.TdClassName
{
border-color: #73BD4E;
}
.TagClassName
{
border-color: #73BD4E;
}
</style>