Shades of Apple #73D330
Tints of Apple #73D330
RGB
CMYK
RGB Variations
Color information
#73D330 (or 0x73D330) is known color: Apple. HEX triplet: 73, D3 and 30. RGB value is (115,211,48). Sum of RGB (Red+Green+Blue) = 115+211+48=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #73D330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D330 is #8C2CCF. Grayscale: #A4A4A4. Windows color (decimal): -9186512 or 3199859. OLE color: 3199859.
HSL color Cylindrical-coordinate representation of color #73D330: hue angle of 95.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73D330 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 48 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.17 |
| HSL | 95.34º | 0.65% | 0.51% | - |
| HSV(B) | 95.34º | 0.77% | 0.83% | - |
| XYZ | 30.9 | 50.45 | 10.91 | - |
| YUV | 163.71 | 62.7 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 48 | 0.45 | 0 | 0.77 | 0.17 | 95.34 | 0.65 | 0.51 |
| Hex | 73 | D3 | 30 | 2D | 0 | 4D | 11 | 5F | 41 | 33 |
| Octal | 163 | 323 | 60 | 55 | 0 | 115 | 21 | 137 | 101 | 63 |
| Binary | 1110011 | 11010011 | 110000 | 101101 | 0 | 1001101 | 10001 | 1011111 | 1000001 | 110011 |
Color Harmonies of #73D330
Complementary color
Monochromatic Colors of #73D330
Black with #73D330
Text Example
Text Example
White with #73D330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D330; }
p { color: rgb(115,211,48); }
H1.HeaderClassName
{
color: #73D330;
}
.AnyTagClassName
{
color: #73D330;
}
</style>
background-color css
<style>
a { background-color: #73D330; }
a { background-color: rgb(115,211,48); }
div.DivClassName
{
background-color: #73D330;
}
.BgClassName
{
background-color: #73D330;
}
</style>
border-color css
<style>
span { border-color: #73D330; }
span { border-color: rgb(115,211,48); }
td.TdClassName
{
border-color: #73D330;
}
.TagClassName
{
border-color: #73D330;
}
</style>