Shades of Emerald #4BD884
Tints of Emerald #4BD884
RGB
CMYK
RGB Variations
Color information
#4BD884 (or 0x4BD884) is known color: Emerald. HEX triplet: 4B, D8 and 84. RGB value is (75,216,132). Sum of RGB (Red+Green+Blue) = 75+216+132=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD884 is #B4277B. Grayscale: #A4A4A4. Windows color (decimal): -11806588 or 8706123. OLE color: 8706123.
HSL color Cylindrical-coordinate representation of color #4BD884: hue angle of 144.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 #4BD884 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 132 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.15 |
| HSL | 144.26º | 0.64% | 0.57% | - |
| HSV(B) | 144.26º | 0.65% | 0.85% | - |
| XYZ | 31.62 | 52.27 | 30.25 | - |
| YUV | 164.27 | 109.79 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 132 | 0.65 | 0 | 0.39 | 0.15 | 144.26 | 0.64 | 0.57 |
| Hex | 4B | D8 | 84 | 41 | 0 | 27 | F | 90 | 40 | 39 |
| Octal | 113 | 330 | 204 | 101 | 0 | 47 | 17 | 220 | 100 | 71 |
| Binary | 1001011 | 11011000 | 10000100 | 1000001 | 0 | 100111 | 1111 | 10010000 | 1000000 | 111001 |
Color Harmonies of #4BD884
Complementary color
Monochromatic Colors of #4BD884
Black with #4BD884
Text Example
Text Example
White with #4BD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD884; }
p { color: rgb(75,216,132); }
H1.HeaderClassName
{
color: #4BD884;
}
.AnyTagClassName
{
color: #4BD884;
}
</style>
background-color css
<style>
a { background-color: #4BD884; }
a { background-color: rgb(75,216,132); }
div.DivClassName
{
background-color: #4BD884;
}
.BgClassName
{
background-color: #4BD884;
}
</style>
border-color css
<style>
span { border-color: #4BD884; }
span { border-color: rgb(75,216,132); }
td.TdClassName
{
border-color: #4BD884;
}
.TagClassName
{
border-color: #4BD884;
}
</style>