Shades of Apple #73CD36
Tints of Apple #73CD36
RGB
CMYK
RGB Variations
Color information
#73CD36 (or 0x73CD36) is known color: Apple. HEX triplet: 73, CD and 36. RGB value is (115,205,54). Sum of RGB (Red+Green+Blue) = 115+205+54=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD36 is #8C32C9. Grayscale: #A1A1A1. Windows color (decimal): -9188042 or 3591539. OLE color: 3591539.
HSL color Cylindrical-coordinate representation of color #73CD36: hue angle of 95.76º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73CD36 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 54 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.20 |
| HSL | 95.76º | 0.6% | 0.51% | - |
| HSV(B) | 95.76º | 0.74% | 0.8% | - |
| XYZ | 29.57 | 47.57 | 11.11 | - |
| YUV | 160.88 | 67.68 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 54 | 0.44 | 0 | 0.74 | 0.20 | 95.76 | 0.6 | 0.51 |
| Hex | 73 | CD | 36 | 2C | 0 | 4A | 14 | 60 | 3C | 33 |
| Octal | 163 | 315 | 66 | 54 | 0 | 112 | 24 | 140 | 74 | 63 |
| Binary | 1110011 | 11001101 | 110110 | 101100 | 0 | 1001010 | 10100 | 1100000 | 111100 | 110011 |
Color Harmonies of #73CD36
Complementary color
Monochromatic Colors of #73CD36
Black with #73CD36
Text Example
Text Example
White with #73CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD36; }
p { color: rgb(115,205,54); }
H1.HeaderClassName
{
color: #73CD36;
}
.AnyTagClassName
{
color: #73CD36;
}
</style>
background-color css
<style>
a { background-color: #73CD36; }
a { background-color: rgb(115,205,54); }
div.DivClassName
{
background-color: #73CD36;
}
.BgClassName
{
background-color: #73CD36;
}
</style>
border-color css
<style>
span { border-color: #73CD36; }
span { border-color: rgb(115,205,54); }
td.TdClassName
{
border-color: #73CD36;
}
.TagClassName
{
border-color: #73CD36;
}
</style>