Shades of Apple #73C533
Tints of Apple #73C533
RGB
CMYK
RGB Variations
Color information
#73C533 (or 0x73C533) is known color: Apple. HEX triplet: 73, C5 and 33. RGB value is (115,197,51). Sum of RGB (Red+Green+Blue) = 115+197+51=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #73C533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C533 is #8C3ACC. Grayscale: #9C9C9C. Windows color (decimal): -9190093 or 3392883. OLE color: 3392883.
HSL color Cylindrical-coordinate representation of color #73C533: hue angle of 93.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73C533 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 51 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.23 |
| HSL | 93.7º | 0.59% | 0.49% | - |
| HSV(B) | 93.7º | 0.74% | 0.77% | - |
| XYZ | 27.63 | 43.82 | 10.13 | - |
| YUV | 155.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 51 | 0.42 | 0 | 0.74 | 0.23 | 93.7 | 0.59 | 0.49 |
| Hex | 73 | C5 | 33 | 2A | 0 | 4A | 17 | 5E | 3B | 31 |
| Octal | 163 | 305 | 63 | 52 | 0 | 112 | 27 | 136 | 73 | 61 |
| Binary | 1110011 | 11000101 | 110011 | 101010 | 0 | 1001010 | 10111 | 1011110 | 111011 | 110001 |
Color Harmonies of #73C533
Complementary color
Monochromatic Colors of #73C533
Black with #73C533
Text Example
Text Example
White with #73C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C533; }
p { color: rgb(115,197,51); }
H1.HeaderClassName
{
color: #73C533;
}
.AnyTagClassName
{
color: #73C533;
}
</style>
background-color css
<style>
a { background-color: #73C533; }
a { background-color: rgb(115,197,51); }
div.DivClassName
{
background-color: #73C533;
}
.BgClassName
{
background-color: #73C533;
}
</style>
border-color css
<style>
span { border-color: #73C533; }
span { border-color: rgb(115,197,51); }
td.TdClassName
{
border-color: #73C533;
}
.TagClassName
{
border-color: #73C533;
}
</style>