Shades of Apple #73BC38
Tints of Apple #73BC38
RGB
CMYK
RGB Variations
Color information
#73BC38 (or 0x73BC38) is known color: Apple. HEX triplet: 73, BC and 38. RGB value is (115,188,56). Sum of RGB (Red+Green+Blue) = 115+188+56=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC38 is #8C43C7. Grayscale: #979797. Windows color (decimal): -9192392 or 3718259. OLE color: 3718259.
HSL color Cylindrical-coordinate representation of color #73BC38: hue angle of 93.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73BC38 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 56 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.26 |
| HSL | 93.18º | 0.54% | 0.48% | - |
| HSV(B) | 93.18º | 0.7% | 0.74% | - |
| XYZ | 25.77 | 39.9 | 10.08 | - |
| YUV | 151.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 56 | 0.39 | 0 | 0.70 | 0.26 | 93.18 | 0.54 | 0.48 |
| Hex | 73 | BC | 38 | 27 | 0 | 46 | 1A | 5D | 36 | 30 |
| Octal | 163 | 274 | 70 | 47 | 0 | 106 | 32 | 135 | 66 | 60 |
| Binary | 1110011 | 10111100 | 111000 | 100111 | 0 | 1000110 | 11010 | 1011101 | 110110 | 110000 |
Color Harmonies of #73BC38
Complementary color
Monochromatic Colors of #73BC38
Black with #73BC38
Text Example
Text Example
White with #73BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC38; }
p { color: rgb(115,188,56); }
H1.HeaderClassName
{
color: #73BC38;
}
.AnyTagClassName
{
color: #73BC38;
}
</style>
background-color css
<style>
a { background-color: #73BC38; }
a { background-color: rgb(115,188,56); }
div.DivClassName
{
background-color: #73BC38;
}
.BgClassName
{
background-color: #73BC38;
}
</style>
border-color css
<style>
span { border-color: #73BC38; }
span { border-color: rgb(115,188,56); }
td.TdClassName
{
border-color: #73BC38;
}
.TagClassName
{
border-color: #73BC38;
}
</style>