Shades of Apple #73BB3F
Tints of Apple #73BB3F
RGB
CMYK
RGB Variations
Color information
#73BB3F (or 0x73BB3F) is known color: Apple. HEX triplet: 73, BB and 3F. RGB value is (115,187,63). Sum of RGB (Red+Green+Blue) = 115+187+63=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB3F is #8C44C0. Grayscale: #979797. Windows color (decimal): -9192641 or 4176755. OLE color: 4176755.
HSL color Cylindrical-coordinate representation of color #73BB3F: hue angle of 94.84º degrees, saturation: 0.5, 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 #73BB3F is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 63 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.27 |
| HSL | 94.84º | 0.5% | 0.49% | - |
| HSV(B) | 94.84º | 0.66% | 0.73% | - |
| XYZ | 25.74 | 39.54 | 10.98 | - |
| YUV | 151.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 63 | 0.39 | 0 | 0.66 | 0.27 | 94.84 | 0.5 | 0.49 |
| Hex | 73 | BB | 3F | 27 | 0 | 42 | 1B | 5F | 32 | 31 |
| Octal | 163 | 273 | 77 | 47 | 0 | 102 | 33 | 137 | 62 | 61 |
| Binary | 1110011 | 10111011 | 111111 | 100111 | 0 | 1000010 | 11011 | 1011111 | 110010 | 110001 |
Color Harmonies of #73BB3F
Complementary color
Monochromatic Colors of #73BB3F
Black with #73BB3F
Text Example
Text Example
White with #73BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB3F; }
p { color: rgb(115,187,63); }
H1.HeaderClassName
{
color: #73BB3F;
}
.AnyTagClassName
{
color: #73BB3F;
}
</style>
background-color css
<style>
a { background-color: #73BB3F; }
a { background-color: rgb(115,187,63); }
div.DivClassName
{
background-color: #73BB3F;
}
.BgClassName
{
background-color: #73BB3F;
}
</style>
border-color css
<style>
span { border-color: #73BB3F; }
span { border-color: rgb(115,187,63); }
td.TdClassName
{
border-color: #73BB3F;
}
.TagClassName
{
border-color: #73BB3F;
}
</style>