Shades of Apple #73C53D
Tints of Apple #73C53D
RGB
CMYK
RGB Variations
Color information
#73C53D (or 0x73C53D) is known color: Apple. HEX triplet: 73, C5 and 3D. RGB value is (115,197,61). Sum of RGB (Red+Green+Blue) = 115+197+61=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #73C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C53D is #8C3AC2. Grayscale: #9D9D9D. Windows color (decimal): -9190083 or 4048243. OLE color: 4048243.
HSL color Cylindrical-coordinate representation of color #73C53D: hue angle of 96.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73C53D is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 61 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.23 |
| HSL | 96.18º | 0.54% | 0.51% | - |
| HSV(B) | 96.18º | 0.69% | 0.77% | - |
| XYZ | 27.88 | 43.91 | 11.42 | - |
| YUV | 156.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 61 | 0.42 | 0 | 0.69 | 0.23 | 96.18 | 0.54 | 0.51 |
| Hex | 73 | C5 | 3D | 2A | 0 | 45 | 17 | 60 | 36 | 33 |
| Octal | 163 | 305 | 75 | 52 | 0 | 105 | 27 | 140 | 66 | 63 |
| Binary | 1110011 | 11000101 | 111101 | 101010 | 0 | 1000101 | 10111 | 1100000 | 110110 | 110011 |
Color Harmonies of #73C53D
Complementary color
Monochromatic Colors of #73C53D
Black with #73C53D
Text Example
Text Example
White with #73C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C53D; }
p { color: rgb(115,197,61); }
H1.HeaderClassName
{
color: #73C53D;
}
.AnyTagClassName
{
color: #73C53D;
}
</style>
background-color css
<style>
a { background-color: #73C53D; }
a { background-color: rgb(115,197,61); }
div.DivClassName
{
background-color: #73C53D;
}
.BgClassName
{
background-color: #73C53D;
}
</style>
border-color css
<style>
span { border-color: #73C53D; }
span { border-color: rgb(115,197,61); }
td.TdClassName
{
border-color: #73C53D;
}
.TagClassName
{
border-color: #73C53D;
}
</style>