Shades of Emerald #4BBF7B
Tints of Emerald #4BBF7B
RGB
CMYK
RGB Variations
Color information
#4BBF7B (or 0x4BBF7B) is known color: Emerald. HEX triplet: 4B, BF and 7B. RGB value is (75,191,123). Sum of RGB (Red+Green+Blue) = 75+191+123=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF7B is #B44084. Grayscale: #949494. Windows color (decimal): -11812997 or 8109899. OLE color: 8109899.
HSL color Cylindrical-coordinate representation of color #4BBF7B: hue angle of 144.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF7B is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 123 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.25 |
| HSL | 144.83º | 0.48% | 0.52% | - |
| HSV(B) | 144.83º | 0.61% | 0.75% | - |
| XYZ | 25.11 | 40.19 | 25.17 | - |
| YUV | 148.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 123 | 0.61 | 0 | 0.36 | 0.25 | 144.83 | 0.48 | 0.52 |
| Hex | 4B | BF | 7B | 3D | 0 | 24 | 19 | 91 | 30 | 34 |
| Octal | 113 | 277 | 173 | 75 | 0 | 44 | 31 | 221 | 60 | 64 |
| Binary | 1001011 | 10111111 | 1111011 | 111101 | 0 | 100100 | 11001 | 10010001 | 110000 | 110100 |
Color Harmonies of #4BBF7B
Complementary color
Monochromatic Colors of #4BBF7B
Black with #4BBF7B
Text Example
Text Example
White with #4BBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF7B; }
p { color: rgb(75,191,123); }
H1.HeaderClassName
{
color: #4BBF7B;
}
.AnyTagClassName
{
color: #4BBF7B;
}
</style>
background-color css
<style>
a { background-color: #4BBF7B; }
a { background-color: rgb(75,191,123); }
div.DivClassName
{
background-color: #4BBF7B;
}
.BgClassName
{
background-color: #4BBF7B;
}
</style>
border-color css
<style>
span { border-color: #4BBF7B; }
span { border-color: rgb(75,191,123); }
td.TdClassName
{
border-color: #4BBF7B;
}
.TagClassName
{
border-color: #4BBF7B;
}
</style>