Shades of Apple #73C144
Tints of Apple #73C144
RGB
CMYK
RGB Variations
Color information
#73C144 (or 0x73C144) is known color: Apple. HEX triplet: 73, C1 and 44. RGB value is (115,193,68). Sum of RGB (Red+Green+Blue) = 115+193+68=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #73C144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C144 is #8C3EBB. Grayscale: #9B9B9B. Windows color (decimal): -9191100 or 4505971. OLE color: 4505971.
HSL color Cylindrical-coordinate representation of color #73C144: hue angle of 97.44º 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 #73C144 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 68 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.24 |
| HSL | 97.44º | 0.5% | 0.51% | - |
| HSV(B) | 97.44º | 0.65% | 0.76% | - |
| XYZ | 27.18 | 42.2 | 12.18 | - |
| YUV | 155.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 68 | 0.40 | 0 | 0.65 | 0.24 | 97.44 | 0.5 | 0.51 |
| Hex | 73 | C1 | 44 | 28 | 0 | 41 | 18 | 61 | 32 | 33 |
| Octal | 163 | 301 | 104 | 50 | 0 | 101 | 30 | 141 | 62 | 63 |
| Binary | 1110011 | 11000001 | 1000100 | 101000 | 0 | 1000001 | 11000 | 1100001 | 110010 | 110011 |
Color Harmonies of #73C144
Complementary color
Monochromatic Colors of #73C144
Black with #73C144
Text Example
Text Example
White with #73C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C144; }
p { color: rgb(115,193,68); }
H1.HeaderClassName
{
color: #73C144;
}
.AnyTagClassName
{
color: #73C144;
}
</style>
background-color css
<style>
a { background-color: #73C144; }
a { background-color: rgb(115,193,68); }
div.DivClassName
{
background-color: #73C144;
}
.BgClassName
{
background-color: #73C144;
}
</style>
border-color css
<style>
span { border-color: #73C144; }
span { border-color: rgb(115,193,68); }
td.TdClassName
{
border-color: #73C144;
}
.TagClassName
{
border-color: #73C144;
}
</style>