Shades of Apple #73BC3F
Tints of Apple #73BC3F
RGB
CMYK
RGB Variations
Color information
#73BC3F (or 0x73BC3F) is known color: Apple. HEX triplet: 73, BC and 3F. RGB value is (115,188,63). Sum of RGB (Red+Green+Blue) = 115+188+63=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC3F is #8C43C0. Grayscale: #989898. Windows color (decimal): -9192385 or 4177011. OLE color: 4177011.
HSL color Cylindrical-coordinate representation of color #73BC3F: hue angle of 95.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73BC3F is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 63 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.26 |
| HSL | 95.04º | 0.5% | 0.49% | - |
| HSV(B) | 95.04º | 0.66% | 0.74% | - |
| XYZ | 25.95 | 39.97 | 11.05 | - |
| YUV | 151.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 63 | 0.39 | 0 | 0.66 | 0.26 | 95.04 | 0.5 | 0.49 |
| Hex | 73 | BC | 3F | 27 | 0 | 42 | 1A | 5F | 32 | 31 |
| Octal | 163 | 274 | 77 | 47 | 0 | 102 | 32 | 137 | 62 | 61 |
| Binary | 1110011 | 10111100 | 111111 | 100111 | 0 | 1000010 | 11010 | 1011111 | 110010 | 110001 |
Color Harmonies of #73BC3F
Complementary color
Monochromatic Colors of #73BC3F
Black with #73BC3F
Text Example
Text Example
White with #73BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC3F; }
p { color: rgb(115,188,63); }
H1.HeaderClassName
{
color: #73BC3F;
}
.AnyTagClassName
{
color: #73BC3F;
}
</style>
background-color css
<style>
a { background-color: #73BC3F; }
a { background-color: rgb(115,188,63); }
div.DivClassName
{
background-color: #73BC3F;
}
.BgClassName
{
background-color: #73BC3F;
}
</style>
border-color css
<style>
span { border-color: #73BC3F; }
span { border-color: rgb(115,188,63); }
td.TdClassName
{
border-color: #73BC3F;
}
.TagClassName
{
border-color: #73BC3F;
}
</style>