Shades of Apple #73BE4D
Tints of Apple #73BE4D
RGB
CMYK
RGB Variations
Color information
#73BE4D (or 0x73BE4D) is known color: Apple. HEX triplet: 73, BE and 4D. RGB value is (115,190,77). Sum of RGB (Red+Green+Blue) = 115+190+77=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BE4D is #8C41B2. Grayscale: #9B9B9B. Windows color (decimal): -9191859 or 5095027. OLE color: 5095027.
HSL color Cylindrical-coordinate representation of color #73BE4D: hue angle of 99.82º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73BE4D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 77 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.25 |
| HSL | 99.82º | 0.47% | 0.52% | - |
| HSV(B) | 99.82º | 0.59% | 0.75% | - |
| XYZ | 26.82 | 41.01 | 13.52 | - |
| YUV | 154.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 77 | 0.39 | 0 | 0.59 | 0.25 | 99.82 | 0.47 | 0.52 |
| Hex | 73 | BE | 4D | 27 | 0 | 3B | 19 | 64 | 2F | 34 |
| Octal | 163 | 276 | 115 | 47 | 0 | 73 | 31 | 144 | 57 | 64 |
| Binary | 1110011 | 10111110 | 1001101 | 100111 | 0 | 111011 | 11001 | 1100100 | 101111 | 110100 |
Color Harmonies of #73BE4D
Complementary color
Monochromatic Colors of #73BE4D
Black with #73BE4D
Text Example
Text Example
White with #73BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE4D; }
p { color: rgb(115,190,77); }
H1.HeaderClassName
{
color: #73BE4D;
}
.AnyTagClassName
{
color: #73BE4D;
}
</style>
background-color css
<style>
a { background-color: #73BE4D; }
a { background-color: rgb(115,190,77); }
div.DivClassName
{
background-color: #73BE4D;
}
.BgClassName
{
background-color: #73BE4D;
}
</style>
border-color css
<style>
span { border-color: #73BE4D; }
span { border-color: rgb(115,190,77); }
td.TdClassName
{
border-color: #73BE4D;
}
.TagClassName
{
border-color: #73BE4D;
}
</style>