Shades of Apple #4DAA38
Tints of Apple #4DAA38
RGB
CMYK
RGB Variations
Color information
#4DAA38 (or 0x4DAA38) is known color: Apple. HEX triplet: 4D, AA and 38. RGB value is (77,170,56). Sum of RGB (Red+Green+Blue) = 77+170+56=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA38 is #B255C7. Grayscale: #818181. Windows color (decimal): -11687368 or 3713613. OLE color: 3713613.
HSL color Cylindrical-coordinate representation of color #4DAA38: hue angle of 108.95º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DAA38 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 56 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.33 |
| HSL | 108.95º | 0.5% | 0.44% | - |
| HSV(B) | 108.95º | 0.67% | 0.67% | - |
| XYZ | 18.15 | 30.61 | 8.69 | - |
| YUV | 129.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 56 | 0.55 | 0 | 0.67 | 0.33 | 108.95 | 0.5 | 0.44 |
| Hex | 4D | AA | 38 | 37 | 0 | 43 | 21 | 6D | 32 | 2C |
| Octal | 115 | 252 | 70 | 67 | 0 | 103 | 41 | 155 | 62 | 54 |
| Binary | 1001101 | 10101010 | 111000 | 110111 | 0 | 1000011 | 100001 | 1101101 | 110010 | 101100 |
Color Harmonies of #4DAA38
Complementary color
Monochromatic Colors of #4DAA38
Black with #4DAA38
Text Example
Text Example
White with #4DAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA38; }
p { color: rgb(77,170,56); }
H1.HeaderClassName
{
color: #4DAA38;
}
.AnyTagClassName
{
color: #4DAA38;
}
</style>
background-color css
<style>
a { background-color: #4DAA38; }
a { background-color: rgb(77,170,56); }
div.DivClassName
{
background-color: #4DAA38;
}
.BgClassName
{
background-color: #4DAA38;
}
</style>
border-color css
<style>
span { border-color: #4DAA38; }
span { border-color: rgb(77,170,56); }
td.TdClassName
{
border-color: #4DAA38;
}
.TagClassName
{
border-color: #4DAA38;
}
</style>