Shades of Emerald #4BDB80
Tints of Emerald #4BDB80
RGB
CMYK
RGB Variations
Color information
#4BDB80 (or 0x4BDB80) is known color: Emerald. HEX triplet: 4B, DB and 80. RGB value is (75,219,128). Sum of RGB (Red+Green+Blue) = 75+219+128=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDB80 is #B4247F. Grayscale: #A5A5A5. Windows color (decimal): -11805824 or 8444747. OLE color: 8444747.
HSL color Cylindrical-coordinate representation of color #4BDB80: hue angle of 142.08º 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 #4BDB80 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 128 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.14 |
| HSL | 142.08º | 0.67% | 0.58% | - |
| HSV(B) | 142.08º | 0.66% | 0.86% | - |
| XYZ | 32.13 | 53.72 | 29.1 | - |
| YUV | 165.57 | 106.79 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 128 | 0.66 | 0 | 0.42 | 0.14 | 142.08 | 0.67 | 0.58 |
| Hex | 4B | DB | 80 | 42 | 0 | 2A | E | 8E | 43 | 3A |
| Octal | 113 | 333 | 200 | 102 | 0 | 52 | 16 | 216 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10000000 | 1000010 | 0 | 101010 | 1110 | 10001110 | 1000011 | 111010 |
Color Harmonies of #4BDB80
Complementary color
Monochromatic Colors of #4BDB80
Black with #4BDB80
Text Example
Text Example
White with #4BDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB80; }
p { color: rgb(75,219,128); }
H1.HeaderClassName
{
color: #4BDB80;
}
.AnyTagClassName
{
color: #4BDB80;
}
</style>
background-color css
<style>
a { background-color: #4BDB80; }
a { background-color: rgb(75,219,128); }
div.DivClassName
{
background-color: #4BDB80;
}
.BgClassName
{
background-color: #4BDB80;
}
</style>
border-color css
<style>
span { border-color: #4BDB80; }
span { border-color: rgb(75,219,128); }
td.TdClassName
{
border-color: #4BDB80;
}
.TagClassName
{
border-color: #4BDB80;
}
</style>