Shades of Apple #73DA34
Tints of Apple #73DA34
RGB
CMYK
RGB Variations
Color information
#73DA34 (or 0x73DA34) is known color: Apple. HEX triplet: 73, DA and 34. RGB value is (115,218,52). Sum of RGB (Red+Green+Blue) = 115+218+52=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DA34 is #8C25CB. Grayscale: #A8A8A8. Windows color (decimal): -9184716 or 3463795. OLE color: 3463795.
HSL color Cylindrical-coordinate representation of color #73DA34: hue angle of 97.23º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73DA34 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 52 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.15 |
| HSL | 97.23º | 0.69% | 0.53% | - |
| HSV(B) | 97.23º | 0.76% | 0.85% | - |
| XYZ | 32.76 | 54.04 | 11.95 | - |
| YUV | 168.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 52 | 0.47 | 0 | 0.76 | 0.15 | 97.23 | 0.69 | 0.53 |
| Hex | 73 | DA | 34 | 2F | 0 | 4C | F | 61 | 45 | 35 |
| Octal | 163 | 332 | 64 | 57 | 0 | 114 | 17 | 141 | 105 | 65 |
| Binary | 1110011 | 11011010 | 110100 | 101111 | 0 | 1001100 | 1111 | 1100001 | 1000101 | 110101 |
Color Harmonies of #73DA34
Complementary color
Monochromatic Colors of #73DA34
Black with #73DA34
Text Example
Text Example
White with #73DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA34; }
p { color: rgb(115,218,52); }
H1.HeaderClassName
{
color: #73DA34;
}
.AnyTagClassName
{
color: #73DA34;
}
</style>
background-color css
<style>
a { background-color: #73DA34; }
a { background-color: rgb(115,218,52); }
div.DivClassName
{
background-color: #73DA34;
}
.BgClassName
{
background-color: #73DA34;
}
</style>
border-color css
<style>
span { border-color: #73DA34; }
span { border-color: rgb(115,218,52); }
td.TdClassName
{
border-color: #73DA34;
}
.TagClassName
{
border-color: #73DA34;
}
</style>