Shades of Emerald #4BDA87
Tints of Emerald #4BDA87
RGB
CMYK
RGB Variations
Color information
#4BDA87 (or 0x4BDA87) is known color: Emerald. HEX triplet: 4B, DA and 87. RGB value is (75,218,135). Sum of RGB (Red+Green+Blue) = 75+218+135=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDA87 is #B42578. Grayscale: #A5A5A5. Windows color (decimal): -11806073 or 8903243. OLE color: 8903243.
HSL color Cylindrical-coordinate representation of color #4BDA87: hue angle of 145.17º 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 #4BDA87 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 135 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.15 |
| HSL | 145.17º | 0.66% | 0.57% | - |
| HSV(B) | 145.17º | 0.66% | 0.85% | - |
| XYZ | 32.35 | 53.39 | 31.52 | - |
| YUV | 165.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 135 | 0.66 | 0 | 0.38 | 0.15 | 145.17 | 0.66 | 0.57 |
| Hex | 4B | DA | 87 | 42 | 0 | 26 | F | 91 | 42 | 39 |
| Octal | 113 | 332 | 207 | 102 | 0 | 46 | 17 | 221 | 102 | 71 |
| Binary | 1001011 | 11011010 | 10000111 | 1000010 | 0 | 100110 | 1111 | 10010001 | 1000010 | 111001 |
Color Harmonies of #4BDA87
Complementary color
Monochromatic Colors of #4BDA87
Black with #4BDA87
Text Example
Text Example
White with #4BDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA87; }
p { color: rgb(75,218,135); }
H1.HeaderClassName
{
color: #4BDA87;
}
.AnyTagClassName
{
color: #4BDA87;
}
</style>
background-color css
<style>
a { background-color: #4BDA87; }
a { background-color: rgb(75,218,135); }
div.DivClassName
{
background-color: #4BDA87;
}
.BgClassName
{
background-color: #4BDA87;
}
</style>
border-color css
<style>
span { border-color: #4BDA87; }
span { border-color: rgb(75,218,135); }
td.TdClassName
{
border-color: #4BDA87;
}
.TagClassName
{
border-color: #4BDA87;
}
</style>