Shades of Apple #73CD30
Tints of Apple #73CD30
RGB
CMYK
RGB Variations
Color information
#73CD30 (or 0x73CD30) is known color: Apple. HEX triplet: 73, CD and 30. RGB value is (115,205,48). Sum of RGB (Red+Green+Blue) = 115+205+48=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD30 is #8C32CF. Grayscale: #A0A0A0. Windows color (decimal): -9188048 or 3198323. OLE color: 3198323.
HSL color Cylindrical-coordinate representation of color #73CD30: hue angle of 94.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73CD30 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 48 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.20 |
| HSL | 94.39º | 0.62% | 0.5% | - |
| HSV(B) | 94.39º | 0.77% | 0.8% | - |
| XYZ | 29.44 | 47.52 | 10.42 | - |
| YUV | 160.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 48 | 0.44 | 0 | 0.77 | 0.20 | 94.39 | 0.62 | 0.5 |
| Hex | 73 | CD | 30 | 2C | 0 | 4D | 14 | 5E | 3E | 32 |
| Octal | 163 | 315 | 60 | 54 | 0 | 115 | 24 | 136 | 76 | 62 |
| Binary | 1110011 | 11001101 | 110000 | 101100 | 0 | 1001101 | 10100 | 1011110 | 111110 | 110010 |
Color Harmonies of #73CD30
Complementary color
Monochromatic Colors of #73CD30
Black with #73CD30
Text Example
Text Example
White with #73CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD30; }
p { color: rgb(115,205,48); }
H1.HeaderClassName
{
color: #73CD30;
}
.AnyTagClassName
{
color: #73CD30;
}
</style>
background-color css
<style>
a { background-color: #73CD30; }
a { background-color: rgb(115,205,48); }
div.DivClassName
{
background-color: #73CD30;
}
.BgClassName
{
background-color: #73CD30;
}
</style>
border-color css
<style>
span { border-color: #73CD30; }
span { border-color: rgb(115,205,48); }
td.TdClassName
{
border-color: #73CD30;
}
.TagClassName
{
border-color: #73CD30;
}
</style>