Shades of Emerald #4BDF7A
Tints of Emerald #4BDF7A
RGB
CMYK
RGB Variations
Color information
#4BDF7A (or 0x4BDF7A) is known color: Emerald. HEX triplet: 4B, DF and 7A. RGB value is (75,223,122). Sum of RGB (Red+Green+Blue) = 75+223+122=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF7A is #B42085. Grayscale: #A7A7A7. Windows color (decimal): -11804806 or 8052555. OLE color: 8052555.
HSL color Cylindrical-coordinate representation of color #4BDF7A: hue angle of 139.05º 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 #4BDF7A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 122 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.13 |
| HSL | 139.05º | 0.7% | 0.58% | - |
| HSV(B) | 139.05º | 0.66% | 0.87% | - |
| XYZ | 32.8 | 55.68 | 27.43 | - |
| YUV | 167.23 | 102.47 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 122 | 0.66 | 0 | 0.45 | 0.13 | 139.05 | 0.7 | 0.58 |
| Hex | 4B | DF | 7A | 42 | 0 | 2D | D | 8B | 46 | 3A |
| Octal | 113 | 337 | 172 | 102 | 0 | 55 | 15 | 213 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1111010 | 1000010 | 0 | 101101 | 1101 | 10001011 | 1000110 | 111010 |
Color Harmonies of #4BDF7A
Complementary color
Monochromatic Colors of #4BDF7A
Black with #4BDF7A
Text Example
Text Example
White with #4BDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF7A; }
p { color: rgb(75,223,122); }
H1.HeaderClassName
{
color: #4BDF7A;
}
.AnyTagClassName
{
color: #4BDF7A;
}
</style>
background-color css
<style>
a { background-color: #4BDF7A; }
a { background-color: rgb(75,223,122); }
div.DivClassName
{
background-color: #4BDF7A;
}
.BgClassName
{
background-color: #4BDF7A;
}
</style>
border-color css
<style>
span { border-color: #4BDF7A; }
span { border-color: rgb(75,223,122); }
td.TdClassName
{
border-color: #4BDF7A;
}
.TagClassName
{
border-color: #4BDF7A;
}
</style>