Shades of Emerald #4BD77C
Tints of Emerald #4BD77C
RGB
CMYK
RGB Variations
Color information
#4BD77C (or 0x4BD77C) is known color: Emerald. HEX triplet: 4B, D7 and 7C. RGB value is (75,215,124). Sum of RGB (Red+Green+Blue) = 75+215+124=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD77C is #B42883. Grayscale: #A2A2A2. Windows color (decimal): -11806852 or 8181579. OLE color: 8181579.
HSL color Cylindrical-coordinate representation of color #4BD77C: hue angle of 141º 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 #4BD77C is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 124 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.16 |
| HSL | 141º | 0.64% | 0.57% | - |
| HSV(B) | 141º | 0.65% | 0.84% | - |
| XYZ | 30.84 | 51.55 | 27.39 | - |
| YUV | 162.77 | 106.12 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 124 | 0.65 | 0 | 0.42 | 0.16 | 141 | 0.64 | 0.57 |
| Hex | 4B | D7 | 7C | 41 | 0 | 2A | 10 | 8D | 40 | 39 |
| Octal | 113 | 327 | 174 | 101 | 0 | 52 | 20 | 215 | 100 | 71 |
| Binary | 1001011 | 11010111 | 1111100 | 1000001 | 0 | 101010 | 10000 | 10001101 | 1000000 | 111001 |
Color Harmonies of #4BD77C
Complementary color
Monochromatic Colors of #4BD77C
Black with #4BD77C
Text Example
Text Example
White with #4BD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD77C; }
p { color: rgb(75,215,124); }
H1.HeaderClassName
{
color: #4BD77C;
}
.AnyTagClassName
{
color: #4BD77C;
}
</style>
background-color css
<style>
a { background-color: #4BD77C; }
a { background-color: rgb(75,215,124); }
div.DivClassName
{
background-color: #4BD77C;
}
.BgClassName
{
background-color: #4BD77C;
}
</style>
border-color css
<style>
span { border-color: #4BD77C; }
span { border-color: rgb(75,215,124); }
td.TdClassName
{
border-color: #4BD77C;
}
.TagClassName
{
border-color: #4BD77C;
}
</style>