Shades of Apple #73CC42
Tints of Apple #73CC42
RGB
CMYK
RGB Variations
Color information
#73CC42 (or 0x73CC42) is known color: Apple. HEX triplet: 73, CC and 42. RGB value is (115,204,66). Sum of RGB (Red+Green+Blue) = 115+204+66=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CC42 is #8C33BD. Grayscale: #A2A2A2. Windows color (decimal): -9188286 or 4377715. OLE color: 4377715.
HSL color Cylindrical-coordinate representation of color #73CC42: hue angle of 98.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73CC42 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 66 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.2 |
| HSL | 98.7º | 0.58% | 0.53% | - |
| HSV(B) | 98.7º | 0.68% | 0.8% | - |
| XYZ | 29.65 | 47.22 | 12.71 | - |
| YUV | 161.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 66 | 0.44 | 0 | 0.68 | 0.2 | 98.7 | 0.58 | 0.53 |
| Hex | 73 | CC | 42 | 2C | 0 | 44 | 14 | 63 | 3A | 35 |
| Octal | 163 | 314 | 102 | 54 | 0 | 104 | 24 | 143 | 72 | 65 |
| Binary | 1110011 | 11001100 | 1000010 | 101100 | 0 | 1000100 | 10100 | 1100011 | 111010 | 110101 |
Color Harmonies of #73CC42
Complementary color
Monochromatic Colors of #73CC42
Black with #73CC42
Text Example
Text Example
White with #73CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC42; }
p { color: rgb(115,204,66); }
H1.HeaderClassName
{
color: #73CC42;
}
.AnyTagClassName
{
color: #73CC42;
}
</style>
background-color css
<style>
a { background-color: #73CC42; }
a { background-color: rgb(115,204,66); }
div.DivClassName
{
background-color: #73CC42;
}
.BgClassName
{
background-color: #73CC42;
}
</style>
border-color css
<style>
span { border-color: #73CC42; }
span { border-color: rgb(115,204,66); }
td.TdClassName
{
border-color: #73CC42;
}
.TagClassName
{
border-color: #73CC42;
}
</style>