Shades of Apple #4DB941
Tints of Apple #4DB941
RGB
CMYK
RGB Variations
Color information
#4DB941 (or 0x4DB941) is known color: Apple. HEX triplet: 4D, B9 and 41. RGB value is (77,185,65). Sum of RGB (Red+Green+Blue) = 77+185+65=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB941 is #B246BE. Grayscale: #8B8B8B. Windows color (decimal): -11683519 or 4307277. OLE color: 4307277.
HSL color Cylindrical-coordinate representation of color #4DB941: hue angle of 114º degrees, saturation: 0.48, 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 #4DB941 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 65 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.27 |
| HSL | 114º | 0.48% | 0.49% | - |
| HSV(B) | 114º | 0.65% | 0.73% | - |
| XYZ | 21.36 | 36.66 | 10.95 | - |
| YUV | 139.03 | 86.22 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 65 | 0.58 | 0 | 0.65 | 0.27 | 114 | 0.48 | 0.49 |
| Hex | 4D | B9 | 41 | 3A | 0 | 41 | 1B | 72 | 30 | 31 |
| Octal | 115 | 271 | 101 | 72 | 0 | 101 | 33 | 162 | 60 | 61 |
| Binary | 1001101 | 10111001 | 1000001 | 111010 | 0 | 1000001 | 11011 | 1110010 | 110000 | 110001 |
Color Harmonies of #4DB941
Complementary color
Monochromatic Colors of #4DB941
Black with #4DB941
Text Example
Text Example
White with #4DB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB941; }
p { color: rgb(77,185,65); }
H1.HeaderClassName
{
color: #4DB941;
}
.AnyTagClassName
{
color: #4DB941;
}
</style>
background-color css
<style>
a { background-color: #4DB941; }
a { background-color: rgb(77,185,65); }
div.DivClassName
{
background-color: #4DB941;
}
.BgClassName
{
background-color: #4DB941;
}
</style>
border-color css
<style>
span { border-color: #4DB941; }
span { border-color: rgb(77,185,65); }
td.TdClassName
{
border-color: #4DB941;
}
.TagClassName
{
border-color: #4DB941;
}
</style>