Shades of Apple #4DB63F
Tints of Apple #4DB63F
RGB
CMYK
RGB Variations
Color information
#4DB63F (or 0x4DB63F) is known color: Apple. HEX triplet: 4D, B6 and 3F. RGB value is (77,182,63). Sum of RGB (Red+Green+Blue) = 77+182+63=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB63F is #B249C0. Grayscale: #898989. Windows color (decimal): -11684289 or 4175437. OLE color: 4175437.
HSL color Cylindrical-coordinate representation of color #4DB63F: hue angle of 112.94º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB63F is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 63 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.29 |
| HSL | 112.94º | 0.49% | 0.48% | - |
| HSV(B) | 112.94º | 0.65% | 0.71% | - |
| XYZ | 20.69 | 35.39 | 10.44 | - |
| YUV | 137.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 63 | 0.58 | 0 | 0.65 | 0.29 | 112.94 | 0.49 | 0.48 |
| Hex | 4D | B6 | 3F | 3A | 0 | 41 | 1D | 71 | 31 | 30 |
| Octal | 115 | 266 | 77 | 72 | 0 | 101 | 35 | 161 | 61 | 60 |
| Binary | 1001101 | 10110110 | 111111 | 111010 | 0 | 1000001 | 11101 | 1110001 | 110001 | 110000 |
Color Harmonies of #4DB63F
Complementary color
Monochromatic Colors of #4DB63F
Black with #4DB63F
Text Example
Text Example
White with #4DB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB63F; }
p { color: rgb(77,182,63); }
H1.HeaderClassName
{
color: #4DB63F;
}
.AnyTagClassName
{
color: #4DB63F;
}
</style>
background-color css
<style>
a { background-color: #4DB63F; }
a { background-color: rgb(77,182,63); }
div.DivClassName
{
background-color: #4DB63F;
}
.BgClassName
{
background-color: #4DB63F;
}
</style>
border-color css
<style>
span { border-color: #4DB63F; }
span { border-color: rgb(77,182,63); }
td.TdClassName
{
border-color: #4DB63F;
}
.TagClassName
{
border-color: #4DB63F;
}
</style>