Shades of Apple #73B93F
Tints of Apple #73B93F
RGB
CMYK
RGB Variations
Color information
#73B93F (or 0x73B93F) is known color: Apple. HEX triplet: 73, B9 and 3F. RGB value is (115,185,63). Sum of RGB (Red+Green+Blue) = 115+185+63=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #73B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B93F is #8C46C0. Grayscale: #969696. Windows color (decimal): -9193153 or 4176243. OLE color: 4176243.
HSL color Cylindrical-coordinate representation of color #73B93F: hue angle of 94.43º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73B93F is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 63 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.27 |
| HSL | 94.43º | 0.49% | 0.49% | - |
| HSV(B) | 94.43º | 0.66% | 0.73% | - |
| XYZ | 25.32 | 38.7 | 10.84 | - |
| YUV | 150.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 63 | 0.38 | 0 | 0.66 | 0.27 | 94.43 | 0.49 | 0.49 |
| Hex | 73 | B9 | 3F | 26 | 0 | 42 | 1B | 5E | 31 | 31 |
| Octal | 163 | 271 | 77 | 46 | 0 | 102 | 33 | 136 | 61 | 61 |
| Binary | 1110011 | 10111001 | 111111 | 100110 | 0 | 1000010 | 11011 | 1011110 | 110001 | 110001 |
Color Harmonies of #73B93F
Complementary color
Monochromatic Colors of #73B93F
Black with #73B93F
Text Example
Text Example
White with #73B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B93F; }
p { color: rgb(115,185,63); }
H1.HeaderClassName
{
color: #73B93F;
}
.AnyTagClassName
{
color: #73B93F;
}
</style>
background-color css
<style>
a { background-color: #73B93F; }
a { background-color: rgb(115,185,63); }
div.DivClassName
{
background-color: #73B93F;
}
.BgClassName
{
background-color: #73B93F;
}
</style>
border-color css
<style>
span { border-color: #73B93F; }
span { border-color: rgb(115,185,63); }
td.TdClassName
{
border-color: #73B93F;
}
.TagClassName
{
border-color: #73B93F;
}
</style>