Shades of Apple #4DAC35
Tints of Apple #4DAC35
RGB
CMYK
RGB Variations
Color information
#4DAC35 (or 0x4DAC35) is known color: Apple. HEX triplet: 4D, AC and 35. RGB value is (77,172,53). Sum of RGB (Red+Green+Blue) = 77+172+53=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC35 is #B253CA. Grayscale: #828282. Windows color (decimal): -11686859 or 3517517. OLE color: 3517517.
HSL color Cylindrical-coordinate representation of color #4DAC35: hue angle of 107.9º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAC35 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 53 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.33 |
| HSL | 107.9º | 0.53% | 0.44% | - |
| HSV(B) | 107.9º | 0.69% | 0.67% | - |
| XYZ | 18.46 | 31.34 | 8.44 | - |
| YUV | 130.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 53 | 0.55 | 0 | 0.69 | 0.33 | 107.9 | 0.53 | 0.44 |
| Hex | 4D | AC | 35 | 37 | 0 | 45 | 21 | 6C | 35 | 2C |
| Octal | 115 | 254 | 65 | 67 | 0 | 105 | 41 | 154 | 65 | 54 |
| Binary | 1001101 | 10101100 | 110101 | 110111 | 0 | 1000101 | 100001 | 1101100 | 110101 | 101100 |
Color Harmonies of #4DAC35
Complementary color
Monochromatic Colors of #4DAC35
Black with #4DAC35
Text Example
Text Example
White with #4DAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC35; }
p { color: rgb(77,172,53); }
H1.HeaderClassName
{
color: #4DAC35;
}
.AnyTagClassName
{
color: #4DAC35;
}
</style>
background-color css
<style>
a { background-color: #4DAC35; }
a { background-color: rgb(77,172,53); }
div.DivClassName
{
background-color: #4DAC35;
}
.BgClassName
{
background-color: #4DAC35;
}
</style>
border-color css
<style>
span { border-color: #4DAC35; }
span { border-color: rgb(77,172,53); }
td.TdClassName
{
border-color: #4DAC35;
}
.TagClassName
{
border-color: #4DAC35;
}
</style>