Shades of Apple #4DAA35
Tints of Apple #4DAA35
RGB
CMYK
RGB Variations
Color information
#4DAA35 (or 0x4DAA35) is known color: Apple. HEX triplet: 4D, AA and 35. RGB value is (77,170,53). Sum of RGB (Red+Green+Blue) = 77+170+53=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA35 is #B255CA. Grayscale: #818181. Windows color (decimal): -11687371 or 3517005. OLE color: 3517005.
HSL color Cylindrical-coordinate representation of color #4DAA35: hue angle of 107.69º degrees, saturation: 0.52, 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 #4DAA35 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 53 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.33 |
| HSL | 107.69º | 0.52% | 0.44% | - |
| HSV(B) | 107.69º | 0.69% | 0.67% | - |
| XYZ | 18.08 | 30.58 | 8.32 | - |
| YUV | 128.86 | 85.19 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 53 | 0.55 | 0 | 0.69 | 0.33 | 107.69 | 0.52 | 0.44 |
| Hex | 4D | AA | 35 | 37 | 0 | 45 | 21 | 6C | 34 | 2C |
| Octal | 115 | 252 | 65 | 67 | 0 | 105 | 41 | 154 | 64 | 54 |
| Binary | 1001101 | 10101010 | 110101 | 110111 | 0 | 1000101 | 100001 | 1101100 | 110100 | 101100 |
Color Harmonies of #4DAA35
Complementary color
Monochromatic Colors of #4DAA35
Black with #4DAA35
Text Example
Text Example
White with #4DAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA35; }
p { color: rgb(77,170,53); }
H1.HeaderClassName
{
color: #4DAA35;
}
.AnyTagClassName
{
color: #4DAA35;
}
</style>
background-color css
<style>
a { background-color: #4DAA35; }
a { background-color: rgb(77,170,53); }
div.DivClassName
{
background-color: #4DAA35;
}
.BgClassName
{
background-color: #4DAA35;
}
</style>
border-color css
<style>
span { border-color: #4DAA35; }
span { border-color: rgb(77,170,53); }
td.TdClassName
{
border-color: #4DAA35;
}
.TagClassName
{
border-color: #4DAA35;
}
</style>