Shades of Apple #73C63C
Tints of Apple #73C63C
RGB
CMYK
RGB Variations
Color information
#73C63C (or 0x73C63C) is known color: Apple. HEX triplet: 73, C6 and 3C. RGB value is (115,198,60). Sum of RGB (Red+Green+Blue) = 115+198+60=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #73C63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C63C is #8C39C3. Grayscale: #9D9D9D. Windows color (decimal): -9189828 or 3982963. OLE color: 3982963.
HSL color Cylindrical-coordinate representation of color #73C63C: hue angle of 96.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73C63C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 60 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.22 |
| HSL | 96.09º | 0.55% | 0.51% | - |
| HSV(B) | 96.09º | 0.7% | 0.78% | - |
| XYZ | 28.08 | 44.36 | 11.36 | - |
| YUV | 157.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 60 | 0.42 | 0 | 0.70 | 0.22 | 96.09 | 0.55 | 0.51 |
| Hex | 73 | C6 | 3C | 2A | 0 | 46 | 16 | 60 | 37 | 33 |
| Octal | 163 | 306 | 74 | 52 | 0 | 106 | 26 | 140 | 67 | 63 |
| Binary | 1110011 | 11000110 | 111100 | 101010 | 0 | 1000110 | 10110 | 1100000 | 110111 | 110011 |
Color Harmonies of #73C63C
Complementary color
Monochromatic Colors of #73C63C
Black with #73C63C
Text Example
Text Example
White with #73C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C63C; }
p { color: rgb(115,198,60); }
H1.HeaderClassName
{
color: #73C63C;
}
.AnyTagClassName
{
color: #73C63C;
}
</style>
background-color css
<style>
a { background-color: #73C63C; }
a { background-color: rgb(115,198,60); }
div.DivClassName
{
background-color: #73C63C;
}
.BgClassName
{
background-color: #73C63C;
}
</style>
border-color css
<style>
span { border-color: #73C63C; }
span { border-color: rgb(115,198,60); }
td.TdClassName
{
border-color: #73C63C;
}
.TagClassName
{
border-color: #73C63C;
}
</style>