Shades of Apple #73C43C
Tints of Apple #73C43C
RGB
CMYK
RGB Variations
Color information
#73C43C (or 0x73C43C) is known color: Apple. HEX triplet: 73, C4 and 3C. RGB value is (115,196,60). Sum of RGB (Red+Green+Blue) = 115+196+60=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #73C43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C43C is #8C3BC3. Grayscale: #9C9C9C. Windows color (decimal): -9190340 or 3982451. OLE color: 3982451.
HSL color Cylindrical-coordinate representation of color #73C43C: hue angle of 95.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73C43C is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 60 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.23 |
| HSL | 95.74º | 0.54% | 0.5% | - |
| HSV(B) | 95.74º | 0.69% | 0.77% | - |
| XYZ | 27.63 | 43.45 | 11.21 | - |
| YUV | 156.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 60 | 0.41 | 0 | 0.69 | 0.23 | 95.74 | 0.54 | 0.5 |
| Hex | 73 | C4 | 3C | 29 | 0 | 45 | 17 | 60 | 36 | 32 |
| Octal | 163 | 304 | 74 | 51 | 0 | 105 | 27 | 140 | 66 | 62 |
| Binary | 1110011 | 11000100 | 111100 | 101001 | 0 | 1000101 | 10111 | 1100000 | 110110 | 110010 |
Color Harmonies of #73C43C
Complementary color
Monochromatic Colors of #73C43C
Black with #73C43C
Text Example
Text Example
White with #73C43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C43C; }
p { color: rgb(115,196,60); }
H1.HeaderClassName
{
color: #73C43C;
}
.AnyTagClassName
{
color: #73C43C;
}
</style>
background-color css
<style>
a { background-color: #73C43C; }
a { background-color: rgb(115,196,60); }
div.DivClassName
{
background-color: #73C43C;
}
.BgClassName
{
background-color: #73C43C;
}
</style>
border-color css
<style>
span { border-color: #73C43C; }
span { border-color: rgb(115,196,60); }
td.TdClassName
{
border-color: #73C43C;
}
.TagClassName
{
border-color: #73C43C;
}
</style>