Shades of Apple #4DAA36
Tints of Apple #4DAA36
RGB
CMYK
RGB Variations
Color information
#4DAA36 (or 0x4DAA36) is known color: Apple. HEX triplet: 4D, AA and 36. RGB value is (77,170,54). Sum of RGB (Red+Green+Blue) = 77+170+54=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA36 is #B255C9. Grayscale: #818181. Windows color (decimal): -11687370 or 3582541. OLE color: 3582541.
HSL color Cylindrical-coordinate representation of color #4DAA36: hue angle of 108.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DAA36 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 54 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.33 |
| HSL | 108.1º | 0.52% | 0.44% | - |
| HSV(B) | 108.1º | 0.68% | 0.67% | - |
| XYZ | 18.1 | 30.59 | 8.44 | - |
| YUV | 128.97 | 85.69 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 54 | 0.55 | 0 | 0.68 | 0.33 | 108.1 | 0.52 | 0.44 |
| Hex | 4D | AA | 36 | 37 | 0 | 44 | 21 | 6C | 34 | 2C |
| Octal | 115 | 252 | 66 | 67 | 0 | 104 | 41 | 154 | 64 | 54 |
| Binary | 1001101 | 10101010 | 110110 | 110111 | 0 | 1000100 | 100001 | 1101100 | 110100 | 101100 |
Color Harmonies of #4DAA36
Complementary color
Monochromatic Colors of #4DAA36
Black with #4DAA36
Text Example
Text Example
White with #4DAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA36; }
p { color: rgb(77,170,54); }
H1.HeaderClassName
{
color: #4DAA36;
}
.AnyTagClassName
{
color: #4DAA36;
}
</style>
background-color css
<style>
a { background-color: #4DAA36; }
a { background-color: rgb(77,170,54); }
div.DivClassName
{
background-color: #4DAA36;
}
.BgClassName
{
background-color: #4DAA36;
}
</style>
border-color css
<style>
span { border-color: #4DAA36; }
span { border-color: rgb(77,170,54); }
td.TdClassName
{
border-color: #4DAA36;
}
.TagClassName
{
border-color: #4DAA36;
}
</style>