Shades of Emerald #4BD771
Tints of Emerald #4BD771
RGB
CMYK
RGB Variations
Color information
#4BD771 (or 0x4BD771) is known color: Emerald. HEX triplet: 4B, D7 and 71. RGB value is (75,215,113). Sum of RGB (Red+Green+Blue) = 75+215+113=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD771 is #B4288E. Grayscale: #A1A1A1. Windows color (decimal): -11806863 or 7460683. OLE color: 7460683.
HSL color Cylindrical-coordinate representation of color #4BD771: hue angle of 136.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD771 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 113 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.16 |
| HSL | 136.29º | 0.64% | 0.57% | - |
| HSV(B) | 136.29º | 0.65% | 0.84% | - |
| XYZ | 30.18 | 51.29 | 23.93 | - |
| YUV | 161.51 | 100.62 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 113 | 0.65 | 0 | 0.47 | 0.16 | 136.29 | 0.64 | 0.57 |
| Hex | 4B | D7 | 71 | 41 | 0 | 2F | 10 | 88 | 40 | 39 |
| Octal | 113 | 327 | 161 | 101 | 0 | 57 | 20 | 210 | 100 | 71 |
| Binary | 1001011 | 11010111 | 1110001 | 1000001 | 0 | 101111 | 10000 | 10001000 | 1000000 | 111001 |
Color Harmonies of #4BD771
Complementary color
Monochromatic Colors of #4BD771
Black with #4BD771
Text Example
Text Example
White with #4BD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD771; }
p { color: rgb(75,215,113); }
H1.HeaderClassName
{
color: #4BD771;
}
.AnyTagClassName
{
color: #4BD771;
}
</style>
background-color css
<style>
a { background-color: #4BD771; }
a { background-color: rgb(75,215,113); }
div.DivClassName
{
background-color: #4BD771;
}
.BgClassName
{
background-color: #4BD771;
}
</style>
border-color css
<style>
span { border-color: #4BD771; }
span { border-color: rgb(75,215,113); }
td.TdClassName
{
border-color: #4BD771;
}
.TagClassName
{
border-color: #4BD771;
}
</style>