Shades of Apple #73C143
Tints of Apple #73C143
RGB
CMYK
RGB Variations
Color information
#73C143 (or 0x73C143) is known color: Apple. HEX triplet: 73, C1 and 43. RGB value is (115,193,67). Sum of RGB (Red+Green+Blue) = 115+193+67=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #73C143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C143 is #8C3EBC. Grayscale: #9B9B9B. Windows color (decimal): -9191101 or 4440435. OLE color: 4440435.
HSL color Cylindrical-coordinate representation of color #73C143: hue angle of 97.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73C143 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 67 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.24 |
| HSL | 97.14º | 0.5% | 0.51% | - |
| HSV(B) | 97.14º | 0.65% | 0.76% | - |
| XYZ | 27.15 | 42.19 | 12.02 | - |
| YUV | 155.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 67 | 0.40 | 0 | 0.65 | 0.24 | 97.14 | 0.5 | 0.51 |
| Hex | 73 | C1 | 43 | 28 | 0 | 41 | 18 | 61 | 32 | 33 |
| Octal | 163 | 301 | 103 | 50 | 0 | 101 | 30 | 141 | 62 | 63 |
| Binary | 1110011 | 11000001 | 1000011 | 101000 | 0 | 1000001 | 11000 | 1100001 | 110010 | 110011 |
Color Harmonies of #73C143
Complementary color
Monochromatic Colors of #73C143
Black with #73C143
Text Example
Text Example
White with #73C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C143; }
p { color: rgb(115,193,67); }
H1.HeaderClassName
{
color: #73C143;
}
.AnyTagClassName
{
color: #73C143;
}
</style>
background-color css
<style>
a { background-color: #73C143; }
a { background-color: rgb(115,193,67); }
div.DivClassName
{
background-color: #73C143;
}
.BgClassName
{
background-color: #73C143;
}
</style>
border-color css
<style>
span { border-color: #73C143; }
span { border-color: rgb(115,193,67); }
td.TdClassName
{
border-color: #73C143;
}
.TagClassName
{
border-color: #73C143;
}
</style>