Shades of Emerald #4BD875
Tints of Emerald #4BD875
RGB
CMYK
RGB Variations
Color information
#4BD875 (or 0x4BD875) is known color: Emerald. HEX triplet: 4B, D8 and 75. RGB value is (75,216,117). Sum of RGB (Red+Green+Blue) = 75+216+117=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD875 is #B4278A. Grayscale: #A2A2A2. Windows color (decimal): -11806603 or 7723083. OLE color: 7723083.
HSL color Cylindrical-coordinate representation of color #4BD875: hue angle of 137.87º 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 #4BD875 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 117 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.15 |
| HSL | 137.87º | 0.64% | 0.57% | - |
| HSV(B) | 137.87º | 0.65% | 0.85% | - |
| XYZ | 30.67 | 51.89 | 25.23 | - |
| YUV | 162.56 | 102.29 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 117 | 0.65 | 0 | 0.46 | 0.15 | 137.87 | 0.64 | 0.57 |
| Hex | 4B | D8 | 75 | 41 | 0 | 2E | F | 8A | 40 | 39 |
| Octal | 113 | 330 | 165 | 101 | 0 | 56 | 17 | 212 | 100 | 71 |
| Binary | 1001011 | 11011000 | 1110101 | 1000001 | 0 | 101110 | 1111 | 10001010 | 1000000 | 111001 |
Color Harmonies of #4BD875
Complementary color
Monochromatic Colors of #4BD875
Black with #4BD875
Text Example
Text Example
White with #4BD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD875; }
p { color: rgb(75,216,117); }
H1.HeaderClassName
{
color: #4BD875;
}
.AnyTagClassName
{
color: #4BD875;
}
</style>
background-color css
<style>
a { background-color: #4BD875; }
a { background-color: rgb(75,216,117); }
div.DivClassName
{
background-color: #4BD875;
}
.BgClassName
{
background-color: #4BD875;
}
</style>
border-color css
<style>
span { border-color: #4BD875; }
span { border-color: rgb(75,216,117); }
td.TdClassName
{
border-color: #4BD875;
}
.TagClassName
{
border-color: #4BD875;
}
</style>