Shades of Emerald #4BD856
Tints of Emerald #4BD856
RGB
CMYK
RGB Variations
Color information
#4BD856 (or 0x4BD856) is known color: Emerald. HEX triplet: 4B, D8 and 56. RGB value is (75,216,86). Sum of RGB (Red+Green+Blue) = 75+216+86=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD856 is #B427A9. Grayscale: #9F9F9F. Windows color (decimal): -11806634 or 5691467. OLE color: 5691467.
HSL color Cylindrical-coordinate representation of color #4BD856: hue angle of 124.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD856 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 86 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.15 |
| HSL | 124.68º | 0.64% | 0.57% | - |
| HSV(B) | 124.68º | 0.65% | 0.85% | - |
| XYZ | 29.14 | 51.28 | 17.17 | - |
| YUV | 159.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 86 | 0.65 | 0 | 0.60 | 0.15 | 124.68 | 0.64 | 0.57 |
| Hex | 4B | D8 | 56 | 41 | 0 | 3C | F | 7D | 40 | 39 |
| Octal | 113 | 330 | 126 | 101 | 0 | 74 | 17 | 175 | 100 | 71 |
| Binary | 1001011 | 11011000 | 1010110 | 1000001 | 0 | 111100 | 1111 | 1111101 | 1000000 | 111001 |
Color Harmonies of #4BD856
Complementary color
Monochromatic Colors of #4BD856
Black with #4BD856
Text Example
Text Example
White with #4BD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD856; }
p { color: rgb(75,216,86); }
H1.HeaderClassName
{
color: #4BD856;
}
.AnyTagClassName
{
color: #4BD856;
}
</style>
background-color css
<style>
a { background-color: #4BD856; }
a { background-color: rgb(75,216,86); }
div.DivClassName
{
background-color: #4BD856;
}
.BgClassName
{
background-color: #4BD856;
}
</style>
border-color css
<style>
span { border-color: #4BD856; }
span { border-color: rgb(75,216,86); }
td.TdClassName
{
border-color: #4BD856;
}
.TagClassName
{
border-color: #4BD856;
}
</style>