Shades of Apple #73BB41
Tints of Apple #73BB41
RGB
CMYK
RGB Variations
Color information
#73BB41 (or 0x73BB41) is known color: Apple. HEX triplet: 73, BB and 41. RGB value is (115,187,65). Sum of RGB (Red+Green+Blue) = 115+187+65=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB41 is #8C44BE. Grayscale: #979797. Windows color (decimal): -9192639 or 4307827. OLE color: 4307827.
HSL color Cylindrical-coordinate representation of color #73BB41: hue angle of 95.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73BB41 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 65 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.27 |
| HSL | 95.41º | 0.48% | 0.49% | - |
| HSV(B) | 95.41º | 0.65% | 0.73% | - |
| XYZ | 25.79 | 39.57 | 11.28 | - |
| YUV | 151.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 65 | 0.39 | 0 | 0.65 | 0.27 | 95.41 | 0.48 | 0.49 |
| Hex | 73 | BB | 41 | 27 | 0 | 41 | 1B | 5F | 30 | 31 |
| Octal | 163 | 273 | 101 | 47 | 0 | 101 | 33 | 137 | 60 | 61 |
| Binary | 1110011 | 10111011 | 1000001 | 100111 | 0 | 1000001 | 11011 | 1011111 | 110000 | 110001 |
Color Harmonies of #73BB41
Complementary color
Monochromatic Colors of #73BB41
Black with #73BB41
Text Example
Text Example
White with #73BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB41; }
p { color: rgb(115,187,65); }
H1.HeaderClassName
{
color: #73BB41;
}
.AnyTagClassName
{
color: #73BB41;
}
</style>
background-color css
<style>
a { background-color: #73BB41; }
a { background-color: rgb(115,187,65); }
div.DivClassName
{
background-color: #73BB41;
}
.BgClassName
{
background-color: #73BB41;
}
</style>
border-color css
<style>
span { border-color: #73BB41; }
span { border-color: rgb(115,187,65); }
td.TdClassName
{
border-color: #73BB41;
}
.TagClassName
{
border-color: #73BB41;
}
</style>