Shades of Apple #73CD3A
Tints of Apple #73CD3A
RGB
CMYK
RGB Variations
Color information
#73CD3A (or 0x73CD3A) is known color: Apple. HEX triplet: 73, CD and 3A. RGB value is (115,205,58). Sum of RGB (Red+Green+Blue) = 115+205+58=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD3A is #8C32C5. Grayscale: #A1A1A1. Windows color (decimal): -9188038 or 3853683. OLE color: 3853683.
HSL color Cylindrical-coordinate representation of color #73CD3A: hue angle of 96.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73CD3A is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 58 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.20 |
| HSL | 96.73º | 0.6% | 0.52% | - |
| HSV(B) | 96.73º | 0.72% | 0.8% | - |
| XYZ | 29.67 | 47.61 | 11.63 | - |
| YUV | 161.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 58 | 0.44 | 0 | 0.72 | 0.20 | 96.73 | 0.6 | 0.52 |
| Hex | 73 | CD | 3A | 2C | 0 | 48 | 14 | 61 | 3C | 34 |
| Octal | 163 | 315 | 72 | 54 | 0 | 110 | 24 | 141 | 74 | 64 |
| Binary | 1110011 | 11001101 | 111010 | 101100 | 0 | 1001000 | 10100 | 1100001 | 111100 | 110100 |
Color Harmonies of #73CD3A
Complementary color
Monochromatic Colors of #73CD3A
Black with #73CD3A
Text Example
Text Example
White with #73CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD3A; }
p { color: rgb(115,205,58); }
H1.HeaderClassName
{
color: #73CD3A;
}
.AnyTagClassName
{
color: #73CD3A;
}
</style>
background-color css
<style>
a { background-color: #73CD3A; }
a { background-color: rgb(115,205,58); }
div.DivClassName
{
background-color: #73CD3A;
}
.BgClassName
{
background-color: #73CD3A;
}
</style>
border-color css
<style>
span { border-color: #73CD3A; }
span { border-color: rgb(115,205,58); }
td.TdClassName
{
border-color: #73CD3A;
}
.TagClassName
{
border-color: #73CD3A;
}
</style>