Shades of Emerald #4BBD70
Tints of Emerald #4BBD70
RGB
CMYK
RGB Variations
Color information
#4BBD70 (or 0x4BBD70) is known color: Emerald. HEX triplet: 4B, BD and 70. RGB value is (75,189,112). Sum of RGB (Red+Green+Blue) = 75+189+112=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD70 is #B4428F. Grayscale: #929292. Windows color (decimal): -11813520 or 7388491. OLE color: 7388491.
HSL color Cylindrical-coordinate representation of color #4BBD70: hue angle of 139.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD70 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 112 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.26 |
| HSL | 139.47º | 0.46% | 0.52% | - |
| HSV(B) | 139.47º | 0.6% | 0.74% | - |
| XYZ | 24.02 | 39.06 | 21.6 | - |
| YUV | 146.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 112 | 0.60 | 0 | 0.41 | 0.26 | 139.47 | 0.46 | 0.52 |
| Hex | 4B | BD | 70 | 3C | 0 | 29 | 1A | 8B | 2E | 34 |
| Octal | 113 | 275 | 160 | 74 | 0 | 51 | 32 | 213 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1110000 | 111100 | 0 | 101001 | 11010 | 10001011 | 101110 | 110100 |
Color Harmonies of #4BBD70
Complementary color
Monochromatic Colors of #4BBD70
Black with #4BBD70
Text Example
Text Example
White with #4BBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD70; }
p { color: rgb(75,189,112); }
H1.HeaderClassName
{
color: #4BBD70;
}
.AnyTagClassName
{
color: #4BBD70;
}
</style>
background-color css
<style>
a { background-color: #4BBD70; }
a { background-color: rgb(75,189,112); }
div.DivClassName
{
background-color: #4BBD70;
}
.BgClassName
{
background-color: #4BBD70;
}
</style>
border-color css
<style>
span { border-color: #4BBD70; }
span { border-color: rgb(75,189,112); }
td.TdClassName
{
border-color: #4BBD70;
}
.TagClassName
{
border-color: #4BBD70;
}
</style>