Shades of Apple #73CA41
Tints of Apple #73CA41
RGB
CMYK
RGB Variations
Color information
#73CA41 (or 0x73CA41) is known color: Apple. HEX triplet: 73, CA and 41. RGB value is (115,202,65). Sum of RGB (Red+Green+Blue) = 115+202+65=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA41 is #8C35BE. Grayscale: #A0A0A0. Windows color (decimal): -9188799 or 4311667. OLE color: 4311667.
HSL color Cylindrical-coordinate representation of color #73CA41: hue angle of 98.1º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73CA41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 65 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.21 |
| HSL | 98.1º | 0.56% | 0.52% | - |
| HSV(B) | 98.1º | 0.68% | 0.79% | - |
| XYZ | 29.14 | 46.27 | 12.4 | - |
| YUV | 160.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 65 | 0.43 | 0 | 0.68 | 0.21 | 98.1 | 0.56 | 0.52 |
| Hex | 73 | CA | 41 | 2B | 0 | 44 | 15 | 62 | 38 | 34 |
| Octal | 163 | 312 | 101 | 53 | 0 | 104 | 25 | 142 | 70 | 64 |
| Binary | 1110011 | 11001010 | 1000001 | 101011 | 0 | 1000100 | 10101 | 1100010 | 111000 | 110100 |
Color Harmonies of #73CA41
Complementary color
Monochromatic Colors of #73CA41
Black with #73CA41
Text Example
Text Example
White with #73CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA41; }
p { color: rgb(115,202,65); }
H1.HeaderClassName
{
color: #73CA41;
}
.AnyTagClassName
{
color: #73CA41;
}
</style>
background-color css
<style>
a { background-color: #73CA41; }
a { background-color: rgb(115,202,65); }
div.DivClassName
{
background-color: #73CA41;
}
.BgClassName
{
background-color: #73CA41;
}
</style>
border-color css
<style>
span { border-color: #73CA41; }
span { border-color: rgb(115,202,65); }
td.TdClassName
{
border-color: #73CA41;
}
.TagClassName
{
border-color: #73CA41;
}
</style>