Shades of Emerald #4BDD7B
Tints of Emerald #4BDD7B
RGB
CMYK
RGB Variations
Color information
#4BDD7B (or 0x4BDD7B) is known color: Emerald. HEX triplet: 4B, DD and 7B. RGB value is (75,221,123). Sum of RGB (Red+Green+Blue) = 75+221+123=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD7B is #B42284. Grayscale: #A6A6A6. Windows color (decimal): -11805317 or 8117579. OLE color: 8117579.
HSL color Cylindrical-coordinate representation of color #4BDD7B: hue angle of 139.73º degrees, saturation: 0.68, 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 #4BDD7B is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 123 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.13 |
| HSL | 139.73º | 0.68% | 0.58% | - |
| HSV(B) | 139.73º | 0.66% | 0.87% | - |
| XYZ | 32.33 | 54.64 | 27.58 | - |
| YUV | 166.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 123 | 0.66 | 0 | 0.44 | 0.13 | 139.73 | 0.68 | 0.58 |
| Hex | 4B | DD | 7B | 42 | 0 | 2C | D | 8C | 44 | 3A |
| Octal | 113 | 335 | 173 | 102 | 0 | 54 | 15 | 214 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1111011 | 1000010 | 0 | 101100 | 1101 | 10001100 | 1000100 | 111010 |
Color Harmonies of #4BDD7B
Complementary color
Monochromatic Colors of #4BDD7B
Black with #4BDD7B
Text Example
Text Example
White with #4BDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD7B; }
p { color: rgb(75,221,123); }
H1.HeaderClassName
{
color: #4BDD7B;
}
.AnyTagClassName
{
color: #4BDD7B;
}
</style>
background-color css
<style>
a { background-color: #4BDD7B; }
a { background-color: rgb(75,221,123); }
div.DivClassName
{
background-color: #4BDD7B;
}
.BgClassName
{
background-color: #4BDD7B;
}
</style>
border-color css
<style>
span { border-color: #4BDD7B; }
span { border-color: rgb(75,221,123); }
td.TdClassName
{
border-color: #4BDD7B;
}
.TagClassName
{
border-color: #4BDD7B;
}
</style>