Shades of Apple #4DB535
Tints of Apple #4DB535
RGB
CMYK
RGB Variations
Color information
#4DB535 (or 0x4DB535) is known color: Apple. HEX triplet: 4D, B5 and 35. RGB value is (77,181,53). Sum of RGB (Red+Green+Blue) = 77+181+53=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB535 is #B24ACA. Grayscale: #878787. Windows color (decimal): -11684555 or 3519821. OLE color: 3519821.
HSL color Cylindrical-coordinate representation of color #4DB535: hue angle of 108.75º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DB535 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 53 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.29 |
| HSL | 108.75º | 0.55% | 0.46% | - |
| HSV(B) | 108.75º | 0.71% | 0.71% | - |
| XYZ | 20.23 | 34.88 | 9.04 | - |
| YUV | 135.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 53 | 0.57 | 0 | 0.71 | 0.29 | 108.75 | 0.55 | 0.46 |
| Hex | 4D | B5 | 35 | 39 | 0 | 47 | 1D | 6D | 37 | 2E |
| Octal | 115 | 265 | 65 | 71 | 0 | 107 | 35 | 155 | 67 | 56 |
| Binary | 1001101 | 10110101 | 110101 | 111001 | 0 | 1000111 | 11101 | 1101101 | 110111 | 101110 |
Color Harmonies of #4DB535
Complementary color
Monochromatic Colors of #4DB535
Black with #4DB535
Text Example
Text Example
White with #4DB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB535; }
p { color: rgb(77,181,53); }
H1.HeaderClassName
{
color: #4DB535;
}
.AnyTagClassName
{
color: #4DB535;
}
</style>
background-color css
<style>
a { background-color: #4DB535; }
a { background-color: rgb(77,181,53); }
div.DivClassName
{
background-color: #4DB535;
}
.BgClassName
{
background-color: #4DB535;
}
</style>
border-color css
<style>
span { border-color: #4DB535; }
span { border-color: rgb(77,181,53); }
td.TdClassName
{
border-color: #4DB535;
}
.TagClassName
{
border-color: #4DB535;
}
</style>