Shades of Emerald #4BDF7B
Tints of Emerald #4BDF7B
RGB
CMYK
RGB Variations
Color information
#4BDF7B (or 0x4BDF7B) is known color: Emerald. HEX triplet: 4B, DF and 7B. RGB value is (75,223,123). Sum of RGB (Red+Green+Blue) = 75+223+123=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF7B is #B42084. Grayscale: #A7A7A7. Windows color (decimal): -11804805 or 8118091. OLE color: 8118091.
HSL color Cylindrical-coordinate representation of color #4BDF7B: hue angle of 139.46º 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 #4BDF7B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 123 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.13 |
| HSL | 139.46º | 0.7% | 0.58% | - |
| HSV(B) | 139.46º | 0.66% | 0.87% | - |
| XYZ | 32.86 | 55.7 | 27.76 | - |
| YUV | 167.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 123 | 0.66 | 0 | 0.45 | 0.13 | 139.46 | 0.7 | 0.58 |
| Hex | 4B | DF | 7B | 42 | 0 | 2D | D | 8B | 46 | 3A |
| Octal | 113 | 337 | 173 | 102 | 0 | 55 | 15 | 213 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1111011 | 1000010 | 0 | 101101 | 1101 | 10001011 | 1000110 | 111010 |
Color Harmonies of #4BDF7B
Complementary color
Monochromatic Colors of #4BDF7B
Black with #4BDF7B
Text Example
Text Example
White with #4BDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF7B; }
p { color: rgb(75,223,123); }
H1.HeaderClassName
{
color: #4BDF7B;
}
.AnyTagClassName
{
color: #4BDF7B;
}
</style>
background-color css
<style>
a { background-color: #4BDF7B; }
a { background-color: rgb(75,223,123); }
div.DivClassName
{
background-color: #4BDF7B;
}
.BgClassName
{
background-color: #4BDF7B;
}
</style>
border-color css
<style>
span { border-color: #4BDF7B; }
span { border-color: rgb(75,223,123); }
td.TdClassName
{
border-color: #4BDF7B;
}
.TagClassName
{
border-color: #4BDF7B;
}
</style>