Shades of Emerald #4BDF8D
Tints of Emerald #4BDF8D
RGB
CMYK
RGB Variations
Color information
#4BDF8D (or 0x4BDF8D) is known color: Emerald. HEX triplet: 4B, DF and 8D. RGB value is (75,223,141). Sum of RGB (Red+Green+Blue) = 75+223+141=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF8D is #B42072. Grayscale: #A9A9A9. Windows color (decimal): -11804787 or 9297739. OLE color: 9297739.
HSL color Cylindrical-coordinate representation of color #4BDF8D: hue angle of 146.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF8D is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 141 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.13 |
| HSL | 146.76º | 0.7% | 0.58% | - |
| HSV(B) | 146.76º | 0.66% | 0.87% | - |
| XYZ | 34.1 | 56.19 | 34.25 | - |
| YUV | 169.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 141 | 0.66 | 0 | 0.37 | 0.13 | 146.76 | 0.7 | 0.58 |
| Hex | 4B | DF | 8D | 42 | 0 | 25 | D | 93 | 46 | 3A |
| Octal | 113 | 337 | 215 | 102 | 0 | 45 | 15 | 223 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10001101 | 1000010 | 0 | 100101 | 1101 | 10010011 | 1000110 | 111010 |
Color Harmonies of #4BDF8D
Complementary color
Monochromatic Colors of #4BDF8D
Black with #4BDF8D
Text Example
Text Example
White with #4BDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF8D; }
p { color: rgb(75,223,141); }
H1.HeaderClassName
{
color: #4BDF8D;
}
.AnyTagClassName
{
color: #4BDF8D;
}
</style>
background-color css
<style>
a { background-color: #4BDF8D; }
a { background-color: rgb(75,223,141); }
div.DivClassName
{
background-color: #4BDF8D;
}
.BgClassName
{
background-color: #4BDF8D;
}
</style>
border-color css
<style>
span { border-color: #4BDF8D; }
span { border-color: rgb(75,223,141); }
td.TdClassName
{
border-color: #4BDF8D;
}
.TagClassName
{
border-color: #4BDF8D;
}
</style>