Shades of Emerald #4BDA5B
Tints of Emerald #4BDA5B
RGB
CMYK
RGB Variations
Color information
#4BDA5B (or 0x4BDA5B) is known color: Emerald. HEX triplet: 4B, DA and 5B. RGB value is (75,218,91). Sum of RGB (Red+Green+Blue) = 75+218+91=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA5B is #B425A4. Grayscale: #A1A1A1. Windows color (decimal): -11806117 or 6019659. OLE color: 6019659.
HSL color Cylindrical-coordinate representation of color #4BDA5B: hue angle of 126.71º 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 #4BDA5B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 91 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.15 |
| HSL | 126.71º | 0.66% | 0.57% | - |
| HSV(B) | 126.71º | 0.66% | 0.85% | - |
| XYZ | 29.86 | 52.39 | 18.44 | - |
| YUV | 160.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 91 | 0.66 | 0 | 0.58 | 0.15 | 126.71 | 0.66 | 0.57 |
| Hex | 4B | DA | 5B | 42 | 0 | 3A | F | 7F | 42 | 39 |
| Octal | 113 | 332 | 133 | 102 | 0 | 72 | 17 | 177 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1011011 | 1000010 | 0 | 111010 | 1111 | 1111111 | 1000010 | 111001 |
Color Harmonies of #4BDA5B
Complementary color
Monochromatic Colors of #4BDA5B
Black with #4BDA5B
Text Example
Text Example
White with #4BDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA5B; }
p { color: rgb(75,218,91); }
H1.HeaderClassName
{
color: #4BDA5B;
}
.AnyTagClassName
{
color: #4BDA5B;
}
</style>
background-color css
<style>
a { background-color: #4BDA5B; }
a { background-color: rgb(75,218,91); }
div.DivClassName
{
background-color: #4BDA5B;
}
.BgClassName
{
background-color: #4BDA5B;
}
</style>
border-color css
<style>
span { border-color: #4BDA5B; }
span { border-color: rgb(75,218,91); }
td.TdClassName
{
border-color: #4BDA5B;
}
.TagClassName
{
border-color: #4BDA5B;
}
</style>