Shades of Emerald #4BBD7F
Tints of Emerald #4BBD7F
RGB
CMYK
RGB Variations
Color information
#4BBD7F (or 0x4BBD7F) is known color: Emerald. HEX triplet: 4B, BD and 7F. RGB value is (75,189,127). Sum of RGB (Red+Green+Blue) = 75+189+127=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD7F is #B44280. Grayscale: #939393. Windows color (decimal): -11813505 or 8371531. OLE color: 8371531.
HSL color Cylindrical-coordinate representation of color #4BBD7F: hue angle of 147.37º 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 #4BBD7F is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 127 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.26 |
| HSL | 147.37º | 0.46% | 0.52% | - |
| HSV(B) | 147.37º | 0.6% | 0.74% | - |
| XYZ | 24.93 | 39.42 | 26.37 | - |
| YUV | 147.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 127 | 0.60 | 0 | 0.33 | 0.26 | 147.37 | 0.46 | 0.52 |
| Hex | 4B | BD | 7F | 3C | 0 | 21 | 1A | 93 | 2E | 34 |
| Octal | 113 | 275 | 177 | 74 | 0 | 41 | 32 | 223 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1111111 | 111100 | 0 | 100001 | 11010 | 10010011 | 101110 | 110100 |
Color Harmonies of #4BBD7F
Complementary color
Monochromatic Colors of #4BBD7F
Black with #4BBD7F
Text Example
Text Example
White with #4BBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD7F; }
p { color: rgb(75,189,127); }
H1.HeaderClassName
{
color: #4BBD7F;
}
.AnyTagClassName
{
color: #4BBD7F;
}
</style>
background-color css
<style>
a { background-color: #4BBD7F; }
a { background-color: rgb(75,189,127); }
div.DivClassName
{
background-color: #4BBD7F;
}
.BgClassName
{
background-color: #4BBD7F;
}
</style>
border-color css
<style>
span { border-color: #4BBD7F; }
span { border-color: rgb(75,189,127); }
td.TdClassName
{
border-color: #4BBD7F;
}
.TagClassName
{
border-color: #4BBD7F;
}
</style>