Shades of Apple #73BE3E
Tints of Apple #73BE3E
RGB
CMYK
RGB Variations
Color information
#73BE3E (or 0x73BE3E) is known color: Apple. HEX triplet: 73, BE and 3E. RGB value is (115,190,62). Sum of RGB (Red+Green+Blue) = 115+190+62=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BE3E is #8C41C1. Grayscale: #999999. Windows color (decimal): -9191874 or 4111987. OLE color: 4111987.
HSL color Cylindrical-coordinate representation of color #73BE3E: hue angle of 95.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73BE3E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 62 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.25 |
| HSL | 95.16º | 0.51% | 0.49% | - |
| HSV(B) | 95.16º | 0.67% | 0.75% | - |
| XYZ | 26.35 | 40.82 | 11.05 | - |
| YUV | 152.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 62 | 0.39 | 0 | 0.67 | 0.25 | 95.16 | 0.51 | 0.49 |
| Hex | 73 | BE | 3E | 27 | 0 | 43 | 19 | 5F | 33 | 31 |
| Octal | 163 | 276 | 76 | 47 | 0 | 103 | 31 | 137 | 63 | 61 |
| Binary | 1110011 | 10111110 | 111110 | 100111 | 0 | 1000011 | 11001 | 1011111 | 110011 | 110001 |
Color Harmonies of #73BE3E
Complementary color
Monochromatic Colors of #73BE3E
Black with #73BE3E
Text Example
Text Example
White with #73BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE3E; }
p { color: rgb(115,190,62); }
H1.HeaderClassName
{
color: #73BE3E;
}
.AnyTagClassName
{
color: #73BE3E;
}
</style>
background-color css
<style>
a { background-color: #73BE3E; }
a { background-color: rgb(115,190,62); }
div.DivClassName
{
background-color: #73BE3E;
}
.BgClassName
{
background-color: #73BE3E;
}
</style>
border-color css
<style>
span { border-color: #73BE3E; }
span { border-color: rgb(115,190,62); }
td.TdClassName
{
border-color: #73BE3E;
}
.TagClassName
{
border-color: #73BE3E;
}
</style>