Shades of Emerald #4BD77F
Tints of Emerald #4BD77F
RGB
CMYK
RGB Variations
Color information
#4BD77F (or 0x4BD77F) is known color: Emerald. HEX triplet: 4B, D7 and 7F. RGB value is (75,215,127). Sum of RGB (Red+Green+Blue) = 75+215+127=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD77F is #B42880. Grayscale: #A3A3A3. Windows color (decimal): -11806849 or 8378187. OLE color: 8378187.
HSL color Cylindrical-coordinate representation of color #4BD77F: hue angle of 142.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 #4BD77F is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 127 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.16 |
| HSL | 142.29º | 0.64% | 0.57% | - |
| HSV(B) | 142.29º | 0.65% | 0.84% | - |
| XYZ | 31.03 | 51.63 | 28.41 | - |
| YUV | 163.11 | 107.62 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 127 | 0.65 | 0 | 0.41 | 0.16 | 142.29 | 0.64 | 0.57 |
| Hex | 4B | D7 | 7F | 41 | 0 | 29 | 10 | 8E | 40 | 39 |
| Octal | 113 | 327 | 177 | 101 | 0 | 51 | 20 | 216 | 100 | 71 |
| Binary | 1001011 | 11010111 | 1111111 | 1000001 | 0 | 101001 | 10000 | 10001110 | 1000000 | 111001 |
Color Harmonies of #4BD77F
Complementary color
Monochromatic Colors of #4BD77F
Black with #4BD77F
Text Example
Text Example
White with #4BD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD77F; }
p { color: rgb(75,215,127); }
H1.HeaderClassName
{
color: #4BD77F;
}
.AnyTagClassName
{
color: #4BD77F;
}
</style>
background-color css
<style>
a { background-color: #4BD77F; }
a { background-color: rgb(75,215,127); }
div.DivClassName
{
background-color: #4BD77F;
}
.BgClassName
{
background-color: #4BD77F;
}
</style>
border-color css
<style>
span { border-color: #4BD77F; }
span { border-color: rgb(75,215,127); }
td.TdClassName
{
border-color: #4BD77F;
}
.TagClassName
{
border-color: #4BD77F;
}
</style>