Shades of Emerald #4BDB7A
Tints of Emerald #4BDB7A
RGB
CMYK
RGB Variations
Color information
#4BDB7A (or 0x4BDB7A) is known color: Emerald. HEX triplet: 4B, DB and 7A. RGB value is (75,219,122). Sum of RGB (Red+Green+Blue) = 75+219+122=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB7A is #B42485. Grayscale: #A5A5A5. Windows color (decimal): -11805830 or 8051531. OLE color: 8051531.
HSL color Cylindrical-coordinate representation of color #4BDB7A: hue angle of 139.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB7A is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 122 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.14 |
| HSL | 139.58º | 0.67% | 0.58% | - |
| HSV(B) | 139.58º | 0.66% | 0.86% | - |
| XYZ | 31.75 | 53.56 | 27.08 | - |
| YUV | 164.89 | 103.79 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 122 | 0.66 | 0 | 0.44 | 0.14 | 139.58 | 0.67 | 0.58 |
| Hex | 4B | DB | 7A | 42 | 0 | 2C | E | 8C | 43 | 3A |
| Octal | 113 | 333 | 172 | 102 | 0 | 54 | 16 | 214 | 103 | 72 |
| Binary | 1001011 | 11011011 | 1111010 | 1000010 | 0 | 101100 | 1110 | 10001100 | 1000011 | 111010 |
Color Harmonies of #4BDB7A
Complementary color
Monochromatic Colors of #4BDB7A
Black with #4BDB7A
Text Example
Text Example
White with #4BDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB7A; }
p { color: rgb(75,219,122); }
H1.HeaderClassName
{
color: #4BDB7A;
}
.AnyTagClassName
{
color: #4BDB7A;
}
</style>
background-color css
<style>
a { background-color: #4BDB7A; }
a { background-color: rgb(75,219,122); }
div.DivClassName
{
background-color: #4BDB7A;
}
.BgClassName
{
background-color: #4BDB7A;
}
</style>
border-color css
<style>
span { border-color: #4BDB7A; }
span { border-color: rgb(75,219,122); }
td.TdClassName
{
border-color: #4BDB7A;
}
.TagClassName
{
border-color: #4BDB7A;
}
</style>