Shades of Apple #73CA45
Tints of Apple #73CA45
RGB
CMYK
RGB Variations
Color information
#73CA45 (or 0x73CA45) is known color: Apple. HEX triplet: 73, CA and 45. RGB value is (115,202,69). Sum of RGB (Red+Green+Blue) = 115+202+69=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA45 is #8C35BA. Grayscale: #A1A1A1. Windows color (decimal): -9188795 or 4573811. OLE color: 4573811.
HSL color Cylindrical-coordinate representation of color #73CA45: hue angle of 99.25º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73CA45 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 69 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.21 |
| HSL | 99.25º | 0.56% | 0.53% | - |
| HSV(B) | 99.25º | 0.66% | 0.79% | - |
| XYZ | 29.26 | 46.32 | 13.03 | - |
| YUV | 160.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 69 | 0.43 | 0 | 0.66 | 0.21 | 99.25 | 0.56 | 0.53 |
| Hex | 73 | CA | 45 | 2B | 0 | 42 | 15 | 63 | 38 | 35 |
| Octal | 163 | 312 | 105 | 53 | 0 | 102 | 25 | 143 | 70 | 65 |
| Binary | 1110011 | 11001010 | 1000101 | 101011 | 0 | 1000010 | 10101 | 1100011 | 111000 | 110101 |
Color Harmonies of #73CA45
Complementary color
Monochromatic Colors of #73CA45
Black with #73CA45
Text Example
Text Example
White with #73CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA45; }
p { color: rgb(115,202,69); }
H1.HeaderClassName
{
color: #73CA45;
}
.AnyTagClassName
{
color: #73CA45;
}
</style>
background-color css
<style>
a { background-color: #73CA45; }
a { background-color: rgb(115,202,69); }
div.DivClassName
{
background-color: #73CA45;
}
.BgClassName
{
background-color: #73CA45;
}
</style>
border-color css
<style>
span { border-color: #73CA45; }
span { border-color: rgb(115,202,69); }
td.TdClassName
{
border-color: #73CA45;
}
.TagClassName
{
border-color: #73CA45;
}
</style>