Shades of Apple #73DD34
Tints of Apple #73DD34
RGB
CMYK
RGB Variations
Color information
#73DD34 (or 0x73DD34) is known color: Apple. HEX triplet: 73, DD and 34. RGB value is (115,221,52). Sum of RGB (Red+Green+Blue) = 115+221+52=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DD34 is #8C22CB. Grayscale: #AAAAAA. Windows color (decimal): -9183948 or 3464563. OLE color: 3464563.
HSL color Cylindrical-coordinate representation of color #73DD34: hue angle of 97.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73DD34 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 52 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.13 |
| HSL | 97.63º | 0.71% | 0.54% | - |
| HSV(B) | 97.63º | 0.76% | 0.87% | - |
| XYZ | 33.55 | 55.61 | 12.21 | - |
| YUV | 170.04 | 61.38 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 52 | 0.48 | 0 | 0.76 | 0.13 | 97.63 | 0.71 | 0.54 |
| Hex | 73 | DD | 34 | 30 | 0 | 4C | D | 62 | 47 | 36 |
| Octal | 163 | 335 | 64 | 60 | 0 | 114 | 15 | 142 | 107 | 66 |
| Binary | 1110011 | 11011101 | 110100 | 110000 | 0 | 1001100 | 1101 | 1100010 | 1000111 | 110110 |
Color Harmonies of #73DD34
Complementary color
Monochromatic Colors of #73DD34
Black with #73DD34
Text Example
Text Example
White with #73DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD34; }
p { color: rgb(115,221,52); }
H1.HeaderClassName
{
color: #73DD34;
}
.AnyTagClassName
{
color: #73DD34;
}
</style>
background-color css
<style>
a { background-color: #73DD34; }
a { background-color: rgb(115,221,52); }
div.DivClassName
{
background-color: #73DD34;
}
.BgClassName
{
background-color: #73DD34;
}
</style>
border-color css
<style>
span { border-color: #73DD34; }
span { border-color: rgb(115,221,52); }
td.TdClassName
{
border-color: #73DD34;
}
.TagClassName
{
border-color: #73DD34;
}
</style>