Shades of Apple #4DB940
Tints of Apple #4DB940
RGB
CMYK
RGB Variations
Color information
#4DB940 (or 0x4DB940) is known color: Apple. HEX triplet: 4D, B9 and 40. RGB value is (77,185,64). Sum of RGB (Red+Green+Blue) = 77+185+64=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB940 is #B246BF. Grayscale: #8B8B8B. Windows color (decimal): -11683520 or 4241741. OLE color: 4241741.
HSL color Cylindrical-coordinate representation of color #4DB940: hue angle of 113.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB940 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 64 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.27 |
| HSL | 113.55º | 0.49% | 0.49% | - |
| HSV(B) | 113.55º | 0.65% | 0.73% | - |
| XYZ | 21.33 | 36.65 | 10.8 | - |
| YUV | 138.91 | 85.72 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 64 | 0.58 | 0 | 0.65 | 0.27 | 113.55 | 0.49 | 0.49 |
| Hex | 4D | B9 | 40 | 3A | 0 | 41 | 1B | 72 | 31 | 31 |
| Octal | 115 | 271 | 100 | 72 | 0 | 101 | 33 | 162 | 61 | 61 |
| Binary | 1001101 | 10111001 | 1000000 | 111010 | 0 | 1000001 | 11011 | 1110010 | 110001 | 110001 |
Color Harmonies of #4DB940
Complementary color
Monochromatic Colors of #4DB940
Black with #4DB940
Text Example
Text Example
White with #4DB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB940; }
p { color: rgb(77,185,64); }
H1.HeaderClassName
{
color: #4DB940;
}
.AnyTagClassName
{
color: #4DB940;
}
</style>
background-color css
<style>
a { background-color: #4DB940; }
a { background-color: rgb(77,185,64); }
div.DivClassName
{
background-color: #4DB940;
}
.BgClassName
{
background-color: #4DB940;
}
</style>
border-color css
<style>
span { border-color: #4DB940; }
span { border-color: rgb(77,185,64); }
td.TdClassName
{
border-color: #4DB940;
}
.TagClassName
{
border-color: #4DB940;
}
</style>