Shades of Apple #4DBC41
Tints of Apple #4DBC41
RGB
CMYK
RGB Variations
Color information
#4DBC41 (or 0x4DBC41) is known color: Apple. HEX triplet: 4D, BC and 41. RGB value is (77,188,65). Sum of RGB (Red+Green+Blue) = 77+188+65=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC41 is #B243BE. Grayscale: #8D8D8D. Windows color (decimal): -11682751 or 4308045. OLE color: 4308045.
HSL color Cylindrical-coordinate representation of color #4DBC41: hue angle of 114.15º degrees, saturation: 0.49, 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 #4DBC41 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 65 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.26 |
| HSL | 114.15º | 0.49% | 0.5% | - |
| HSV(B) | 114.15º | 0.65% | 0.74% | - |
| XYZ | 22 | 37.93 | 11.16 | - |
| YUV | 140.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 65 | 0.59 | 0 | 0.65 | 0.26 | 114.15 | 0.49 | 0.5 |
| Hex | 4D | BC | 41 | 3B | 0 | 41 | 1A | 72 | 31 | 32 |
| Octal | 115 | 274 | 101 | 73 | 0 | 101 | 32 | 162 | 61 | 62 |
| Binary | 1001101 | 10111100 | 1000001 | 111011 | 0 | 1000001 | 11010 | 1110010 | 110001 | 110010 |
Color Harmonies of #4DBC41
Complementary color
Monochromatic Colors of #4DBC41
Black with #4DBC41
Text Example
Text Example
White with #4DBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC41; }
p { color: rgb(77,188,65); }
H1.HeaderClassName
{
color: #4DBC41;
}
.AnyTagClassName
{
color: #4DBC41;
}
</style>
background-color css
<style>
a { background-color: #4DBC41; }
a { background-color: rgb(77,188,65); }
div.DivClassName
{
background-color: #4DBC41;
}
.BgClassName
{
background-color: #4DBC41;
}
</style>
border-color css
<style>
span { border-color: #4DBC41; }
span { border-color: rgb(77,188,65); }
td.TdClassName
{
border-color: #4DBC41;
}
.TagClassName
{
border-color: #4DBC41;
}
</style>