Shades of Apple #73D036
Tints of Apple #73D036
RGB
CMYK
RGB Variations
Color information
#73D036 (or 0x73D036) is known color: Apple. HEX triplet: 73, D0 and 36. RGB value is (115,208,54). Sum of RGB (Red+Green+Blue) = 115+208+54=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #73D036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D036 is #8C2FC9. Grayscale: #A3A3A3. Windows color (decimal): -9187274 or 3592307. OLE color: 3592307.
HSL color Cylindrical-coordinate representation of color #73D036: hue angle of 96.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73D036 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 54 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.18 |
| HSL | 96.23º | 0.62% | 0.51% | - |
| HSV(B) | 96.23º | 0.74% | 0.82% | - |
| XYZ | 30.29 | 49.02 | 11.36 | - |
| YUV | 162.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 54 | 0.45 | 0 | 0.74 | 0.18 | 96.23 | 0.62 | 0.51 |
| Hex | 73 | D0 | 36 | 2D | 0 | 4A | 12 | 60 | 3E | 33 |
| Octal | 163 | 320 | 66 | 55 | 0 | 112 | 22 | 140 | 76 | 63 |
| Binary | 1110011 | 11010000 | 110110 | 101101 | 0 | 1001010 | 10010 | 1100000 | 111110 | 110011 |
Color Harmonies of #73D036
Complementary color
Monochromatic Colors of #73D036
Black with #73D036
Text Example
Text Example
White with #73D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D036; }
p { color: rgb(115,208,54); }
H1.HeaderClassName
{
color: #73D036;
}
.AnyTagClassName
{
color: #73D036;
}
</style>
background-color css
<style>
a { background-color: #73D036; }
a { background-color: rgb(115,208,54); }
div.DivClassName
{
background-color: #73D036;
}
.BgClassName
{
background-color: #73D036;
}
</style>
border-color css
<style>
span { border-color: #73D036; }
span { border-color: rgb(115,208,54); }
td.TdClassName
{
border-color: #73D036;
}
.TagClassName
{
border-color: #73D036;
}
</style>