Shades of Emerald #4BBB71
Tints of Emerald #4BBB71
RGB
CMYK
RGB Variations
Color information
#4BBB71 (or 0x4BBB71) is known color: Emerald. HEX triplet: 4B, BB and 71. RGB value is (75,187,113). Sum of RGB (Red+Green+Blue) = 75+187+113=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBB71 is #B4448E. Grayscale: #919191. Windows color (decimal): -11814031 or 7453515. OLE color: 7453515.
HSL color Cylindrical-coordinate representation of color #4BBB71: hue angle of 140.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBB71 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 113 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.27 |
| HSL | 140.36º | 0.45% | 0.51% | - |
| HSV(B) | 140.36º | 0.6% | 0.73% | - |
| XYZ | 23.65 | 38.23 | 21.76 | - |
| YUV | 145.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 113 | 0.60 | 0 | 0.40 | 0.27 | 140.36 | 0.45 | 0.51 |
| Hex | 4B | BB | 71 | 3C | 0 | 28 | 1B | 8C | 2D | 33 |
| Octal | 113 | 273 | 161 | 74 | 0 | 50 | 33 | 214 | 55 | 63 |
| Binary | 1001011 | 10111011 | 1110001 | 111100 | 0 | 101000 | 11011 | 10001100 | 101101 | 110011 |
Color Harmonies of #4BBB71
Complementary color
Monochromatic Colors of #4BBB71
Black with #4BBB71
Text Example
Text Example
White with #4BBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBB71; }
p { color: rgb(75,187,113); }
H1.HeaderClassName
{
color: #4BBB71;
}
.AnyTagClassName
{
color: #4BBB71;
}
</style>
background-color css
<style>
a { background-color: #4BBB71; }
a { background-color: rgb(75,187,113); }
div.DivClassName
{
background-color: #4BBB71;
}
.BgClassName
{
background-color: #4BBB71;
}
</style>
border-color css
<style>
span { border-color: #4BBB71; }
span { border-color: rgb(75,187,113); }
td.TdClassName
{
border-color: #4BBB71;
}
.TagClassName
{
border-color: #4BBB71;
}
</style>