Shades of Apple #73D238
Tints of Apple #73D238
RGB
CMYK
RGB Variations
Color information
#73D238 (or 0x73D238) is known color: Apple. HEX triplet: 73, D2 and 38. RGB value is (115,210,56). Sum of RGB (Red+Green+Blue) = 115+210+56=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #73D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D238 is #8C2DC7. Grayscale: #A4A4A4. Windows color (decimal): -9186760 or 3723891. OLE color: 3723891.
HSL color Cylindrical-coordinate representation of color #73D238: hue angle of 97.01º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73D238 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 56 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.18 |
| HSL | 97.01º | 0.63% | 0.52% | - |
| HSV(B) | 97.01º | 0.73% | 0.82% | - |
| XYZ | 30.83 | 50.02 | 11.77 | - |
| YUV | 164.04 | 67.03 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 56 | 0.45 | 0 | 0.73 | 0.18 | 97.01 | 0.63 | 0.52 |
| Hex | 73 | D2 | 38 | 2D | 0 | 49 | 12 | 61 | 3F | 34 |
| Octal | 163 | 322 | 70 | 55 | 0 | 111 | 22 | 141 | 77 | 64 |
| Binary | 1110011 | 11010010 | 111000 | 101101 | 0 | 1001001 | 10010 | 1100001 | 111111 | 110100 |
Color Harmonies of #73D238
Complementary color
Monochromatic Colors of #73D238
Black with #73D238
Text Example
Text Example
White with #73D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D238; }
p { color: rgb(115,210,56); }
H1.HeaderClassName
{
color: #73D238;
}
.AnyTagClassName
{
color: #73D238;
}
</style>
background-color css
<style>
a { background-color: #73D238; }
a { background-color: rgb(115,210,56); }
div.DivClassName
{
background-color: #73D238;
}
.BgClassName
{
background-color: #73D238;
}
</style>
border-color css
<style>
span { border-color: #73D238; }
span { border-color: rgb(115,210,56); }
td.TdClassName
{
border-color: #73D238;
}
.TagClassName
{
border-color: #73D238;
}
</style>