Shades of Emerald #4BBF7E
Tints of Emerald #4BBF7E
RGB
CMYK
RGB Variations
Color information
#4BBF7E (or 0x4BBF7E) is known color: Emerald. HEX triplet: 4B, BF and 7E. RGB value is (75,191,126). Sum of RGB (Red+Green+Blue) = 75+191+126=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF7E is #B44081. Grayscale: #959595. Windows color (decimal): -11812994 or 8306507. OLE color: 8306507.
HSL color Cylindrical-coordinate representation of color #4BBF7E: hue angle of 146.38º 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 #4BBF7E is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 126 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.25 |
| HSL | 146.38º | 0.48% | 0.52% | - |
| HSV(B) | 146.38º | 0.61% | 0.75% | - |
| XYZ | 25.3 | 40.26 | 26.18 | - |
| YUV | 148.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 126 | 0.61 | 0 | 0.34 | 0.25 | 146.38 | 0.48 | 0.52 |
| Hex | 4B | BF | 7E | 3D | 0 | 22 | 19 | 92 | 30 | 34 |
| Octal | 113 | 277 | 176 | 75 | 0 | 42 | 31 | 222 | 60 | 64 |
| Binary | 1001011 | 10111111 | 1111110 | 111101 | 0 | 100010 | 11001 | 10010010 | 110000 | 110100 |
Color Harmonies of #4BBF7E
Complementary color
Monochromatic Colors of #4BBF7E
Black with #4BBF7E
Text Example
Text Example
White with #4BBF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF7E; }
p { color: rgb(75,191,126); }
H1.HeaderClassName
{
color: #4BBF7E;
}
.AnyTagClassName
{
color: #4BBF7E;
}
</style>
background-color css
<style>
a { background-color: #4BBF7E; }
a { background-color: rgb(75,191,126); }
div.DivClassName
{
background-color: #4BBF7E;
}
.BgClassName
{
background-color: #4BBF7E;
}
</style>
border-color css
<style>
span { border-color: #4BBF7E; }
span { border-color: rgb(75,191,126); }
td.TdClassName
{
border-color: #4BBF7E;
}
.TagClassName
{
border-color: #4BBF7E;
}
</style>