Shades of Apple #4DB53A
Tints of Apple #4DB53A
RGB
CMYK
RGB Variations
Color information
#4DB53A (or 0x4DB53A) is known color: Apple. HEX triplet: 4D, B5 and 3A. RGB value is (77,181,58). Sum of RGB (Red+Green+Blue) = 77+181+58=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB53A is #B24AC5. Grayscale: #888888. Windows color (decimal): -11684550 or 3847501. OLE color: 3847501.
HSL color Cylindrical-coordinate representation of color #4DB53A: hue angle of 110.73º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DB53A is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 58 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.29 |
| HSL | 110.73º | 0.51% | 0.47% | - |
| HSV(B) | 110.73º | 0.68% | 0.71% | - |
| XYZ | 20.35 | 34.93 | 9.67 | - |
| YUV | 135.88 | 84.04 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 58 | 0.57 | 0 | 0.68 | 0.29 | 110.73 | 0.51 | 0.47 |
| Hex | 4D | B5 | 3A | 39 | 0 | 44 | 1D | 6F | 33 | 2F |
| Octal | 115 | 265 | 72 | 71 | 0 | 104 | 35 | 157 | 63 | 57 |
| Binary | 1001101 | 10110101 | 111010 | 111001 | 0 | 1000100 | 11101 | 1101111 | 110011 | 101111 |
Color Harmonies of #4DB53A
Complementary color
Monochromatic Colors of #4DB53A
Black with #4DB53A
Text Example
Text Example
White with #4DB53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB53A; }
p { color: rgb(77,181,58); }
H1.HeaderClassName
{
color: #4DB53A;
}
.AnyTagClassName
{
color: #4DB53A;
}
</style>
background-color css
<style>
a { background-color: #4DB53A; }
a { background-color: rgb(77,181,58); }
div.DivClassName
{
background-color: #4DB53A;
}
.BgClassName
{
background-color: #4DB53A;
}
</style>
border-color css
<style>
span { border-color: #4DB53A; }
span { border-color: rgb(77,181,58); }
td.TdClassName
{
border-color: #4DB53A;
}
.TagClassName
{
border-color: #4DB53A;
}
</style>