Shades of Apple #73BD3F
Tints of Apple #73BD3F
RGB
CMYK
RGB Variations
Color information
#73BD3F (or 0x73BD3F) is known color: Apple. HEX triplet: 73, BD and 3F. RGB value is (115,189,63). Sum of RGB (Red+Green+Blue) = 115+189+63=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD3F is #8C42C0. Grayscale: #989898. Windows color (decimal): -9192129 or 4177267. OLE color: 4177267.
HSL color Cylindrical-coordinate representation of color #73BD3F: hue angle of 95.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73BD3F is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 63 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.26 |
| HSL | 95.24º | 0.5% | 0.49% | - |
| HSV(B) | 95.24º | 0.67% | 0.74% | - |
| XYZ | 26.17 | 40.4 | 11.12 | - |
| YUV | 152.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 63 | 0.39 | 0 | 0.67 | 0.26 | 95.24 | 0.5 | 0.49 |
| Hex | 73 | BD | 3F | 27 | 0 | 43 | 1A | 5F | 32 | 31 |
| Octal | 163 | 275 | 77 | 47 | 0 | 103 | 32 | 137 | 62 | 61 |
| Binary | 1110011 | 10111101 | 111111 | 100111 | 0 | 1000011 | 11010 | 1011111 | 110010 | 110001 |
Color Harmonies of #73BD3F
Complementary color
Monochromatic Colors of #73BD3F
Black with #73BD3F
Text Example
Text Example
White with #73BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD3F; }
p { color: rgb(115,189,63); }
H1.HeaderClassName
{
color: #73BD3F;
}
.AnyTagClassName
{
color: #73BD3F;
}
</style>
background-color css
<style>
a { background-color: #73BD3F; }
a { background-color: rgb(115,189,63); }
div.DivClassName
{
background-color: #73BD3F;
}
.BgClassName
{
background-color: #73BD3F;
}
</style>
border-color css
<style>
span { border-color: #73BD3F; }
span { border-color: rgb(115,189,63); }
td.TdClassName
{
border-color: #73BD3F;
}
.TagClassName
{
border-color: #73BD3F;
}
</style>