Shades of Apple #73CD37
Tints of Apple #73CD37
RGB
CMYK
RGB Variations
Color information
#73CD37 (or 0x73CD37) is known color: Apple. HEX triplet: 73, CD and 37. RGB value is (115,205,55). Sum of RGB (Red+Green+Blue) = 115+205+55=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD37 is #8C32C8. Grayscale: #A1A1A1. Windows color (decimal): -9188041 or 3657075. OLE color: 3657075.
HSL color Cylindrical-coordinate representation of color #73CD37: hue angle of 96º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73CD37 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 55 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.20 |
| HSL | 96º | 0.6% | 0.51% | - |
| HSV(B) | 96º | 0.73% | 0.8% | - |
| XYZ | 29.59 | 47.58 | 11.24 | - |
| YUV | 160.99 | 68.18 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 55 | 0.44 | 0 | 0.73 | 0.20 | 96 | 0.6 | 0.51 |
| Hex | 73 | CD | 37 | 2C | 0 | 49 | 14 | 60 | 3C | 33 |
| Octal | 163 | 315 | 67 | 54 | 0 | 111 | 24 | 140 | 74 | 63 |
| Binary | 1110011 | 11001101 | 110111 | 101100 | 0 | 1001001 | 10100 | 1100000 | 111100 | 110011 |
Color Harmonies of #73CD37
Complementary color
Monochromatic Colors of #73CD37
Black with #73CD37
Text Example
Text Example
White with #73CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD37; }
p { color: rgb(115,205,55); }
H1.HeaderClassName
{
color: #73CD37;
}
.AnyTagClassName
{
color: #73CD37;
}
</style>
background-color css
<style>
a { background-color: #73CD37; }
a { background-color: rgb(115,205,55); }
div.DivClassName
{
background-color: #73CD37;
}
.BgClassName
{
background-color: #73CD37;
}
</style>
border-color css
<style>
span { border-color: #73CD37; }
span { border-color: rgb(115,205,55); }
td.TdClassName
{
border-color: #73CD37;
}
.TagClassName
{
border-color: #73CD37;
}
</style>