Shades of Emerald #4BDD8B
Tints of Emerald #4BDD8B
RGB
CMYK
RGB Variations
Color information
#4BDD8B (or 0x4BDD8B) is known color: Emerald. HEX triplet: 4B, DD and 8B. RGB value is (75,221,139). Sum of RGB (Red+Green+Blue) = 75+221+139=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDD8B is #B42274. Grayscale: #A8A8A8. Windows color (decimal): -11805301 or 9166155. OLE color: 9166155.
HSL color Cylindrical-coordinate representation of color #4BDD8B: hue angle of 146.3º 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 #4BDD8B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 139 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.13 |
| HSL | 146.3º | 0.68% | 0.58% | - |
| HSV(B) | 146.3º | 0.66% | 0.87% | - |
| XYZ | 33.42 | 55.07 | 33.29 | - |
| YUV | 168 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 139 | 0.66 | 0 | 0.37 | 0.13 | 146.3 | 0.68 | 0.58 |
| Hex | 4B | DD | 8B | 42 | 0 | 25 | D | 92 | 44 | 3A |
| Octal | 113 | 335 | 213 | 102 | 0 | 45 | 15 | 222 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10001011 | 1000010 | 0 | 100101 | 1101 | 10010010 | 1000100 | 111010 |
Color Harmonies of #4BDD8B
Complementary color
Monochromatic Colors of #4BDD8B
Black with #4BDD8B
Text Example
Text Example
White with #4BDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD8B; }
p { color: rgb(75,221,139); }
H1.HeaderClassName
{
color: #4BDD8B;
}
.AnyTagClassName
{
color: #4BDD8B;
}
</style>
background-color css
<style>
a { background-color: #4BDD8B; }
a { background-color: rgb(75,221,139); }
div.DivClassName
{
background-color: #4BDD8B;
}
.BgClassName
{
background-color: #4BDD8B;
}
</style>
border-color css
<style>
span { border-color: #4BDD8B; }
span { border-color: rgb(75,221,139); }
td.TdClassName
{
border-color: #4BDD8B;
}
.TagClassName
{
border-color: #4BDD8B;
}
</style>