Shades of Apple #73CE42
Tints of Apple #73CE42
RGB
CMYK
RGB Variations
Color information
#73CE42 (or 0x73CE42) is known color: Apple. HEX triplet: 73, CE and 42. RGB value is (115,206,66). Sum of RGB (Red+Green+Blue) = 115+206+66=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CE42 is #8C31BD. Grayscale: #A3A3A3. Windows color (decimal): -9187774 or 4378227. OLE color: 4378227.
HSL color Cylindrical-coordinate representation of color #73CE42: hue angle of 99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73CE42 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 66 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.19 |
| HSL | 99º | 0.59% | 0.53% | - |
| HSV(B) | 99º | 0.68% | 0.81% | - |
| XYZ | 30.12 | 48.18 | 12.87 | - |
| YUV | 162.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 66 | 0.44 | 0 | 0.68 | 0.19 | 99 | 0.59 | 0.53 |
| Hex | 73 | CE | 42 | 2C | 0 | 44 | 13 | 63 | 3B | 35 |
| Octal | 163 | 316 | 102 | 54 | 0 | 104 | 23 | 143 | 73 | 65 |
| Binary | 1110011 | 11001110 | 1000010 | 101100 | 0 | 1000100 | 10011 | 1100011 | 111011 | 110101 |
Color Harmonies of #73CE42
Complementary color
Monochromatic Colors of #73CE42
Black with #73CE42
Text Example
Text Example
White with #73CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE42; }
p { color: rgb(115,206,66); }
H1.HeaderClassName
{
color: #73CE42;
}
.AnyTagClassName
{
color: #73CE42;
}
</style>
background-color css
<style>
a { background-color: #73CE42; }
a { background-color: rgb(115,206,66); }
div.DivClassName
{
background-color: #73CE42;
}
.BgClassName
{
background-color: #73CE42;
}
</style>
border-color css
<style>
span { border-color: #73CE42; }
span { border-color: rgb(115,206,66); }
td.TdClassName
{
border-color: #73CE42;
}
.TagClassName
{
border-color: #73CE42;
}
</style>