Shades of Apple #4DB53D
Tints of Apple #4DB53D
RGB
CMYK
RGB Variations
Color information
#4DB53D (or 0x4DB53D) is known color: Apple. HEX triplet: 4D, B5 and 3D. RGB value is (77,181,61). Sum of RGB (Red+Green+Blue) = 77+181+61=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB53D is #B24AC2. Grayscale: #888888. Windows color (decimal): -11684547 or 4044109. OLE color: 4044109.
HSL color Cylindrical-coordinate representation of color #4DB53D: hue angle of 112º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DB53D is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 61 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.29 |
| HSL | 112º | 0.5% | 0.47% | - |
| HSV(B) | 112º | 0.66% | 0.71% | - |
| XYZ | 20.43 | 34.96 | 10.09 | - |
| YUV | 136.22 | 85.54 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 61 | 0.57 | 0 | 0.66 | 0.29 | 112 | 0.5 | 0.47 |
| Hex | 4D | B5 | 3D | 39 | 0 | 42 | 1D | 70 | 32 | 2F |
| Octal | 115 | 265 | 75 | 71 | 0 | 102 | 35 | 160 | 62 | 57 |
| Binary | 1001101 | 10110101 | 111101 | 111001 | 0 | 1000010 | 11101 | 1110000 | 110010 | 101111 |
Color Harmonies of #4DB53D
Complementary color
Monochromatic Colors of #4DB53D
Black with #4DB53D
Text Example
Text Example
White with #4DB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB53D; }
p { color: rgb(77,181,61); }
H1.HeaderClassName
{
color: #4DB53D;
}
.AnyTagClassName
{
color: #4DB53D;
}
</style>
background-color css
<style>
a { background-color: #4DB53D; }
a { background-color: rgb(77,181,61); }
div.DivClassName
{
background-color: #4DB53D;
}
.BgClassName
{
background-color: #4DB53D;
}
</style>
border-color css
<style>
span { border-color: #4DB53D; }
span { border-color: rgb(77,181,61); }
td.TdClassName
{
border-color: #4DB53D;
}
.TagClassName
{
border-color: #4DB53D;
}
</style>