Shades of Emerald #4BDD59
Tints of Emerald #4BDD59
RGB
CMYK
RGB Variations
Color information
#4BDD59 (or 0x4BDD59) is known color: Emerald. HEX triplet: 4B, DD and 59. RGB value is (75,221,89). Sum of RGB (Red+Green+Blue) = 75+221+89=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD59 is #B422A6. Grayscale: #A2A2A2. Windows color (decimal): -11805351 or 5889355. OLE color: 5889355.
HSL color Cylindrical-coordinate representation of color #4BDD59: hue angle of 125.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD59 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 89 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.13 |
| HSL | 125.75º | 0.68% | 0.58% | - |
| HSV(B) | 125.75º | 0.66% | 0.87% | - |
| XYZ | 30.56 | 53.93 | 18.25 | - |
| YUV | 162.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 89 | 0.66 | 0 | 0.60 | 0.13 | 125.75 | 0.68 | 0.58 |
| Hex | 4B | DD | 59 | 42 | 0 | 3C | D | 7E | 44 | 3A |
| Octal | 113 | 335 | 131 | 102 | 0 | 74 | 15 | 176 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1011001 | 1000010 | 0 | 111100 | 1101 | 1111110 | 1000100 | 111010 |
Color Harmonies of #4BDD59
Complementary color
Monochromatic Colors of #4BDD59
Black with #4BDD59
Text Example
Text Example
White with #4BDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD59; }
p { color: rgb(75,221,89); }
H1.HeaderClassName
{
color: #4BDD59;
}
.AnyTagClassName
{
color: #4BDD59;
}
</style>
background-color css
<style>
a { background-color: #4BDD59; }
a { background-color: rgb(75,221,89); }
div.DivClassName
{
background-color: #4BDD59;
}
.BgClassName
{
background-color: #4BDD59;
}
</style>
border-color css
<style>
span { border-color: #4BDD59; }
span { border-color: rgb(75,221,89); }
td.TdClassName
{
border-color: #4BDD59;
}
.TagClassName
{
border-color: #4BDD59;
}
</style>