Shades of Apple #4DBD42
Tints of Apple #4DBD42
RGB
CMYK
RGB Variations
Color information
#4DBD42 (or 0x4DBD42) is known color: Apple. HEX triplet: 4D, BD and 42. RGB value is (77,189,66). Sum of RGB (Red+Green+Blue) = 77+189+66=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD42 is #B242BD. Grayscale: #8D8D8D. Windows color (decimal): -11682494 or 4373837. OLE color: 4373837.
HSL color Cylindrical-coordinate representation of color #4DBD42: hue angle of 114.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBD42 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 66 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.26 |
| HSL | 114.63º | 0.48% | 0.5% | - |
| HSV(B) | 114.63º | 0.65% | 0.74% | - |
| XYZ | 22.24 | 38.37 | 11.39 | - |
| YUV | 141.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 66 | 0.59 | 0 | 0.65 | 0.26 | 114.63 | 0.48 | 0.5 |
| Hex | 4D | BD | 42 | 3B | 0 | 41 | 1A | 73 | 30 | 32 |
| Octal | 115 | 275 | 102 | 73 | 0 | 101 | 32 | 163 | 60 | 62 |
| Binary | 1001101 | 10111101 | 1000010 | 111011 | 0 | 1000001 | 11010 | 1110011 | 110000 | 110010 |
Color Harmonies of #4DBD42
Complementary color
Monochromatic Colors of #4DBD42
Black with #4DBD42
Text Example
Text Example
White with #4DBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD42; }
p { color: rgb(77,189,66); }
H1.HeaderClassName
{
color: #4DBD42;
}
.AnyTagClassName
{
color: #4DBD42;
}
</style>
background-color css
<style>
a { background-color: #4DBD42; }
a { background-color: rgb(77,189,66); }
div.DivClassName
{
background-color: #4DBD42;
}
.BgClassName
{
background-color: #4DBD42;
}
</style>
border-color css
<style>
span { border-color: #4DBD42; }
span { border-color: rgb(77,189,66); }
td.TdClassName
{
border-color: #4DBD42;
}
.TagClassName
{
border-color: #4DBD42;
}
</style>