Shades of Emerald #4BDA7F
Tints of Emerald #4BDA7F
RGB
CMYK
RGB Variations
Color information
#4BDA7F (or 0x4BDA7F) is known color: Emerald. HEX triplet: 4B, DA and 7F. RGB value is (75,218,127). Sum of RGB (Red+Green+Blue) = 75+218+127=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA7F is #B42580. Grayscale: #A5A5A5. Windows color (decimal): -11806081 or 8378955. OLE color: 8378955.
HSL color Cylindrical-coordinate representation of color #4BDA7F: hue angle of 141.82º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA7F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 127 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.15 |
| HSL | 141.82º | 0.66% | 0.57% | - |
| HSV(B) | 141.82º | 0.66% | 0.85% | - |
| XYZ | 31.8 | 53.17 | 28.67 | - |
| YUV | 164.87 | 106.62 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 127 | 0.66 | 0 | 0.42 | 0.15 | 141.82 | 0.66 | 0.57 |
| Hex | 4B | DA | 7F | 42 | 0 | 2A | F | 8E | 42 | 39 |
| Octal | 113 | 332 | 177 | 102 | 0 | 52 | 17 | 216 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1111111 | 1000010 | 0 | 101010 | 1111 | 10001110 | 1000010 | 111001 |
Color Harmonies of #4BDA7F
Complementary color
Monochromatic Colors of #4BDA7F
Black with #4BDA7F
Text Example
Text Example
White with #4BDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA7F; }
p { color: rgb(75,218,127); }
H1.HeaderClassName
{
color: #4BDA7F;
}
.AnyTagClassName
{
color: #4BDA7F;
}
</style>
background-color css
<style>
a { background-color: #4BDA7F; }
a { background-color: rgb(75,218,127); }
div.DivClassName
{
background-color: #4BDA7F;
}
.BgClassName
{
background-color: #4BDA7F;
}
</style>
border-color css
<style>
span { border-color: #4BDA7F; }
span { border-color: rgb(75,218,127); }
td.TdClassName
{
border-color: #4BDA7F;
}
.TagClassName
{
border-color: #4BDA7F;
}
</style>