Shades of Emerald #4BD855
Tints of Emerald #4BD855
RGB
CMYK
RGB Variations
Color information
#4BD855 (or 0x4BD855) is known color: Emerald. HEX triplet: 4B, D8 and 55. RGB value is (75,216,85). Sum of RGB (Red+Green+Blue) = 75+216+85=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD855 is #B427AA. Grayscale: #9F9F9F. Windows color (decimal): -11806635 or 5625931. OLE color: 5625931.
HSL color Cylindrical-coordinate representation of color #4BD855: hue angle of 124.26º 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 #4BD855 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 85 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.15 |
| HSL | 124.26º | 0.64% | 0.57% | - |
| HSV(B) | 124.26º | 0.65% | 0.85% | - |
| XYZ | 29.1 | 51.26 | 16.96 | - |
| YUV | 158.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 85 | 0.65 | 0 | 0.61 | 0.15 | 124.26 | 0.64 | 0.57 |
| Hex | 4B | D8 | 55 | 41 | 0 | 3D | F | 7C | 40 | 39 |
| Octal | 113 | 330 | 125 | 101 | 0 | 75 | 17 | 174 | 100 | 71 |
| Binary | 1001011 | 11011000 | 1010101 | 1000001 | 0 | 111101 | 1111 | 1111100 | 1000000 | 111001 |
Color Harmonies of #4BD855
Complementary color
Monochromatic Colors of #4BD855
Black with #4BD855
Text Example
Text Example
White with #4BD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD855; }
p { color: rgb(75,216,85); }
H1.HeaderClassName
{
color: #4BD855;
}
.AnyTagClassName
{
color: #4BD855;
}
</style>
background-color css
<style>
a { background-color: #4BD855; }
a { background-color: rgb(75,216,85); }
div.DivClassName
{
background-color: #4BD855;
}
.BgClassName
{
background-color: #4BD855;
}
</style>
border-color css
<style>
span { border-color: #4BD855; }
span { border-color: rgb(75,216,85); }
td.TdClassName
{
border-color: #4BD855;
}
.TagClassName
{
border-color: #4BD855;
}
</style>