Shades of Emerald #4BD08D
Tints of Emerald #4BD08D
RGB
CMYK
RGB Variations
Color information
#4BD08D (or 0x4BD08D) is known color: Emerald. HEX triplet: 4B, D0 and 8D. RGB value is (75,208,141). Sum of RGB (Red+Green+Blue) = 75+208+141=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD08D is #B42F72. Grayscale: #A0A0A0. Windows color (decimal): -11808627 or 9293899. OLE color: 9293899.
HSL color Cylindrical-coordinate representation of color #4BD08D: hue angle of 149.77º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD08D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 141 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.18 |
| HSL | 149.77º | 0.59% | 0.55% | - |
| HSV(B) | 149.77º | 0.64% | 0.82% | - |
| XYZ | 30.27 | 48.53 | 32.97 | - |
| YUV | 160.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 141 | 0.64 | 0 | 0.32 | 0.18 | 149.77 | 0.59 | 0.55 |
| Hex | 4B | D0 | 8D | 40 | 0 | 20 | 12 | 96 | 3B | 37 |
| Octal | 113 | 320 | 215 | 100 | 0 | 40 | 22 | 226 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10001101 | 1000000 | 0 | 100000 | 10010 | 10010110 | 111011 | 110111 |
Color Harmonies of #4BD08D
Complementary color
Monochromatic Colors of #4BD08D
Black with #4BD08D
Text Example
Text Example
White with #4BD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD08D; }
p { color: rgb(75,208,141); }
H1.HeaderClassName
{
color: #4BD08D;
}
.AnyTagClassName
{
color: #4BD08D;
}
</style>
background-color css
<style>
a { background-color: #4BD08D; }
a { background-color: rgb(75,208,141); }
div.DivClassName
{
background-color: #4BD08D;
}
.BgClassName
{
background-color: #4BD08D;
}
</style>
border-color css
<style>
span { border-color: #4BD08D; }
span { border-color: rgb(75,208,141); }
td.TdClassName
{
border-color: #4BD08D;
}
.TagClassName
{
border-color: #4BD08D;
}
</style>