Shades of Emerald #4BDF8B
Tints of Emerald #4BDF8B
RGB
CMYK
RGB Variations
Color information
#4BDF8B (or 0x4BDF8B) is known color: Emerald. HEX triplet: 4B, DF and 8B. RGB value is (75,223,139). Sum of RGB (Red+Green+Blue) = 75+223+139=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF8B is #B42074. Grayscale: #A9A9A9. Windows color (decimal): -11804789 or 9166667. OLE color: 9166667.
HSL color Cylindrical-coordinate representation of color #4BDF8B: hue angle of 145.95º 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 #4BDF8B is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 139 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.13 |
| HSL | 145.95º | 0.7% | 0.58% | - |
| HSV(B) | 145.95º | 0.66% | 0.87% | - |
| XYZ | 33.95 | 56.14 | 33.47 | - |
| YUV | 169.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 139 | 0.66 | 0 | 0.38 | 0.13 | 145.95 | 0.7 | 0.58 |
| Hex | 4B | DF | 8B | 42 | 0 | 26 | D | 92 | 46 | 3A |
| Octal | 113 | 337 | 213 | 102 | 0 | 46 | 15 | 222 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10001011 | 1000010 | 0 | 100110 | 1101 | 10010010 | 1000110 | 111010 |
Color Harmonies of #4BDF8B
Complementary color
Monochromatic Colors of #4BDF8B
Black with #4BDF8B
Text Example
Text Example
White with #4BDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF8B; }
p { color: rgb(75,223,139); }
H1.HeaderClassName
{
color: #4BDF8B;
}
.AnyTagClassName
{
color: #4BDF8B;
}
</style>
background-color css
<style>
a { background-color: #4BDF8B; }
a { background-color: rgb(75,223,139); }
div.DivClassName
{
background-color: #4BDF8B;
}
.BgClassName
{
background-color: #4BDF8B;
}
</style>
border-color css
<style>
span { border-color: #4BDF8B; }
span { border-color: rgb(75,223,139); }
td.TdClassName
{
border-color: #4BDF8B;
}
.TagClassName
{
border-color: #4BDF8B;
}
</style>