Shades of Apple #4DB53B
Tints of Apple #4DB53B
RGB
CMYK
RGB Variations
Color information
#4DB53B (or 0x4DB53B) is known color: Apple. HEX triplet: 4D, B5 and 3B. RGB value is (77,181,59). Sum of RGB (Red+Green+Blue) = 77+181+59=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB53B is #B24AC4. Grayscale: #888888. Windows color (decimal): -11684549 or 3913037. OLE color: 3913037.
HSL color Cylindrical-coordinate representation of color #4DB53B: hue angle of 111.15º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DB53B is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 59 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.29 |
| HSL | 111.15º | 0.51% | 0.47% | - |
| HSV(B) | 111.15º | 0.67% | 0.71% | - |
| XYZ | 20.37 | 34.94 | 9.81 | - |
| YUV | 136 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 59 | 0.57 | 0 | 0.67 | 0.29 | 111.15 | 0.51 | 0.47 |
| Hex | 4D | B5 | 3B | 39 | 0 | 43 | 1D | 6F | 33 | 2F |
| Octal | 115 | 265 | 73 | 71 | 0 | 103 | 35 | 157 | 63 | 57 |
| Binary | 1001101 | 10110101 | 111011 | 111001 | 0 | 1000011 | 11101 | 1101111 | 110011 | 101111 |
Color Harmonies of #4DB53B
Complementary color
Monochromatic Colors of #4DB53B
Black with #4DB53B
Text Example
Text Example
White with #4DB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB53B; }
p { color: rgb(77,181,59); }
H1.HeaderClassName
{
color: #4DB53B;
}
.AnyTagClassName
{
color: #4DB53B;
}
</style>
background-color css
<style>
a { background-color: #4DB53B; }
a { background-color: rgb(77,181,59); }
div.DivClassName
{
background-color: #4DB53B;
}
.BgClassName
{
background-color: #4DB53B;
}
</style>
border-color css
<style>
span { border-color: #4DB53B; }
span { border-color: rgb(77,181,59); }
td.TdClassName
{
border-color: #4DB53B;
}
.TagClassName
{
border-color: #4DB53B;
}
</style>