Shades of Apple #73C13D
Tints of Apple #73C13D
RGB
CMYK
RGB Variations
Color information
#73C13D (or 0x73C13D) is known color: Apple. HEX triplet: 73, C1 and 3D. RGB value is (115,193,61). Sum of RGB (Red+Green+Blue) = 115+193+61=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #73C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C13D is #8C3EC2. Grayscale: #9B9B9B. Windows color (decimal): -9191107 or 4047219. OLE color: 4047219.
HSL color Cylindrical-coordinate representation of color #73C13D: hue angle of 95.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73C13D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 61 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.24 |
| HSL | 95.45º | 0.52% | 0.5% | - |
| HSV(B) | 95.45º | 0.68% | 0.76% | - |
| XYZ | 26.98 | 42.12 | 11.12 | - |
| YUV | 154.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 61 | 0.40 | 0 | 0.68 | 0.24 | 95.45 | 0.52 | 0.5 |
| Hex | 73 | C1 | 3D | 28 | 0 | 44 | 18 | 5F | 34 | 32 |
| Octal | 163 | 301 | 75 | 50 | 0 | 104 | 30 | 137 | 64 | 62 |
| Binary | 1110011 | 11000001 | 111101 | 101000 | 0 | 1000100 | 11000 | 1011111 | 110100 | 110010 |
Color Harmonies of #73C13D
Complementary color
Monochromatic Colors of #73C13D
Black with #73C13D
Text Example
Text Example
White with #73C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C13D; }
p { color: rgb(115,193,61); }
H1.HeaderClassName
{
color: #73C13D;
}
.AnyTagClassName
{
color: #73C13D;
}
</style>
background-color css
<style>
a { background-color: #73C13D; }
a { background-color: rgb(115,193,61); }
div.DivClassName
{
background-color: #73C13D;
}
.BgClassName
{
background-color: #73C13D;
}
</style>
border-color css
<style>
span { border-color: #73C13D; }
span { border-color: rgb(115,193,61); }
td.TdClassName
{
border-color: #73C13D;
}
.TagClassName
{
border-color: #73C13D;
}
</style>