Shades of Apple #4DBC36
Tints of Apple #4DBC36
RGB
CMYK
RGB Variations
Color information
#4DBC36 (or 0x4DBC36) is known color: Apple. HEX triplet: 4D, BC and 36. RGB value is (77,188,54). Sum of RGB (Red+Green+Blue) = 77+188+54=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC36 is #B243C9. Grayscale: #8B8B8B. Windows color (decimal): -11682762 or 3587149. OLE color: 3587149.
HSL color Cylindrical-coordinate representation of color #4DBC36: hue angle of 109.7º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DBC36 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 54 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.26 |
| HSL | 109.7º | 0.55% | 0.47% | - |
| HSV(B) | 109.7º | 0.71% | 0.74% | - |
| XYZ | 21.71 | 37.81 | 9.64 | - |
| YUV | 139.54 | 79.73 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 54 | 0.59 | 0 | 0.71 | 0.26 | 109.7 | 0.55 | 0.47 |
| Hex | 4D | BC | 36 | 3B | 0 | 47 | 1A | 6E | 37 | 2F |
| Octal | 115 | 274 | 66 | 73 | 0 | 107 | 32 | 156 | 67 | 57 |
| Binary | 1001101 | 10111100 | 110110 | 111011 | 0 | 1000111 | 11010 | 1101110 | 110111 | 101111 |
Color Harmonies of #4DBC36
Complementary color
Monochromatic Colors of #4DBC36
Black with #4DBC36
Text Example
Text Example
White with #4DBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC36; }
p { color: rgb(77,188,54); }
H1.HeaderClassName
{
color: #4DBC36;
}
.AnyTagClassName
{
color: #4DBC36;
}
</style>
background-color css
<style>
a { background-color: #4DBC36; }
a { background-color: rgb(77,188,54); }
div.DivClassName
{
background-color: #4DBC36;
}
.BgClassName
{
background-color: #4DBC36;
}
</style>
border-color css
<style>
span { border-color: #4DBC36; }
span { border-color: rgb(77,188,54); }
td.TdClassName
{
border-color: #4DBC36;
}
.TagClassName
{
border-color: #4DBC36;
}
</style>