Shades of Apple #4DAD35
Tints of Apple #4DAD35
RGB
CMYK
RGB Variations
Color information
#4DAD35 (or 0x4DAD35) is known color: Apple. HEX triplet: 4D, AD and 35. RGB value is (77,173,53). Sum of RGB (Red+Green+Blue) = 77+173+53=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD35 is #B252CA. Grayscale: #838383. Windows color (decimal): -11686603 or 3517773. OLE color: 3517773.
HSL color Cylindrical-coordinate representation of color #4DAD35: hue angle of 108º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAD35 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 53 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.32 |
| HSL | 108º | 0.53% | 0.44% | - |
| HSV(B) | 108º | 0.69% | 0.68% | - |
| XYZ | 18.65 | 31.72 | 8.51 | - |
| YUV | 130.62 | 84.2 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 53 | 0.55 | 0 | 0.69 | 0.32 | 108 | 0.53 | 0.44 |
| Hex | 4D | AD | 35 | 37 | 0 | 45 | 20 | 6C | 35 | 2C |
| Octal | 115 | 255 | 65 | 67 | 0 | 105 | 40 | 154 | 65 | 54 |
| Binary | 1001101 | 10101101 | 110101 | 110111 | 0 | 1000101 | 100000 | 1101100 | 110101 | 101100 |
Color Harmonies of #4DAD35
Complementary color
Monochromatic Colors of #4DAD35
Black with #4DAD35
Text Example
Text Example
White with #4DAD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD35; }
p { color: rgb(77,173,53); }
H1.HeaderClassName
{
color: #4DAD35;
}
.AnyTagClassName
{
color: #4DAD35;
}
</style>
background-color css
<style>
a { background-color: #4DAD35; }
a { background-color: rgb(77,173,53); }
div.DivClassName
{
background-color: #4DAD35;
}
.BgClassName
{
background-color: #4DAD35;
}
</style>
border-color css
<style>
span { border-color: #4DAD35; }
span { border-color: rgb(77,173,53); }
td.TdClassName
{
border-color: #4DAD35;
}
.TagClassName
{
border-color: #4DAD35;
}
</style>