Shades of Apple #73CD32
Tints of Apple #73CD32
RGB
CMYK
RGB Variations
Color information
#73CD32 (or 0x73CD32) is known color: Apple. HEX triplet: 73, CD and 32. RGB value is (115,205,50). Sum of RGB (Red+Green+Blue) = 115+205+50=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD32 is #8C32CD. Grayscale: #A0A0A0. Windows color (decimal): -9188046 or 3329395. OLE color: 3329395.
HSL color Cylindrical-coordinate representation of color #73CD32: hue angle of 94.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73CD32 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 50 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.20 |
| HSL | 94.84º | 0.61% | 0.5% | - |
| HSV(B) | 94.84º | 0.76% | 0.8% | - |
| XYZ | 29.48 | 47.54 | 10.64 | - |
| YUV | 160.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 50 | 0.44 | 0 | 0.76 | 0.20 | 94.84 | 0.61 | 0.5 |
| Hex | 73 | CD | 32 | 2C | 0 | 4C | 14 | 5F | 3D | 32 |
| Octal | 163 | 315 | 62 | 54 | 0 | 114 | 24 | 137 | 75 | 62 |
| Binary | 1110011 | 11001101 | 110010 | 101100 | 0 | 1001100 | 10100 | 1011111 | 111101 | 110010 |
Color Harmonies of #73CD32
Complementary color
Monochromatic Colors of #73CD32
Black with #73CD32
Text Example
Text Example
White with #73CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD32; }
p { color: rgb(115,205,50); }
H1.HeaderClassName
{
color: #73CD32;
}
.AnyTagClassName
{
color: #73CD32;
}
</style>
background-color css
<style>
a { background-color: #73CD32; }
a { background-color: rgb(115,205,50); }
div.DivClassName
{
background-color: #73CD32;
}
.BgClassName
{
background-color: #73CD32;
}
</style>
border-color css
<style>
span { border-color: #73CD32; }
span { border-color: rgb(115,205,50); }
td.TdClassName
{
border-color: #73CD32;
}
.TagClassName
{
border-color: #73CD32;
}
</style>