Shades of Apple #73C148
Tints of Apple #73C148
RGB
CMYK
RGB Variations
Color information
#73C148 (or 0x73C148) is known color: Apple. HEX triplet: 73, C1 and 48. RGB value is (115,193,72). Sum of RGB (Red+Green+Blue) = 115+193+72=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #73C148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C148 is #8C3EB7. Grayscale: #9C9C9C. Windows color (decimal): -9191096 or 4768115. OLE color: 4768115.
HSL color Cylindrical-coordinate representation of color #73C148: hue angle of 98.68º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73C148 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 72 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.24 |
| HSL | 98.68º | 0.49% | 0.52% | - |
| HSV(B) | 98.68º | 0.63% | 0.76% | - |
| XYZ | 27.31 | 42.25 | 12.85 | - |
| YUV | 155.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 72 | 0.40 | 0 | 0.63 | 0.24 | 98.68 | 0.49 | 0.52 |
| Hex | 73 | C1 | 48 | 28 | 0 | 3F | 18 | 63 | 31 | 34 |
| Octal | 163 | 301 | 110 | 50 | 0 | 77 | 30 | 143 | 61 | 64 |
| Binary | 1110011 | 11000001 | 1001000 | 101000 | 0 | 111111 | 11000 | 1100011 | 110001 | 110100 |
Color Harmonies of #73C148
Complementary color
Monochromatic Colors of #73C148
Black with #73C148
Text Example
Text Example
White with #73C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C148; }
p { color: rgb(115,193,72); }
H1.HeaderClassName
{
color: #73C148;
}
.AnyTagClassName
{
color: #73C148;
}
</style>
background-color css
<style>
a { background-color: #73C148; }
a { background-color: rgb(115,193,72); }
div.DivClassName
{
background-color: #73C148;
}
.BgClassName
{
background-color: #73C148;
}
</style>
border-color css
<style>
span { border-color: #73C148; }
span { border-color: rgb(115,193,72); }
td.TdClassName
{
border-color: #73C148;
}
.TagClassName
{
border-color: #73C148;
}
</style>