Shades of Emerald #4BC57F
Tints of Emerald #4BC57F
RGB
CMYK
RGB Variations
Color information
#4BC57F (or 0x4BC57F) is known color: Emerald. HEX triplet: 4B, C5 and 7F. RGB value is (75,197,127). Sum of RGB (Red+Green+Blue) = 75+197+127=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC57F is #B43A80. Grayscale: #989898. Windows color (decimal): -11811457 or 8373579. OLE color: 8373579.
HSL color Cylindrical-coordinate representation of color #4BC57F: hue angle of 145.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC57F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 127 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.23 |
| HSL | 145.57º | 0.51% | 0.53% | - |
| HSV(B) | 145.57º | 0.62% | 0.77% | - |
| XYZ | 26.7 | 42.96 | 26.96 | - |
| YUV | 152.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 127 | 0.62 | 0 | 0.36 | 0.23 | 145.57 | 0.51 | 0.53 |
| Hex | 4B | C5 | 7F | 3E | 0 | 24 | 17 | 92 | 33 | 35 |
| Octal | 113 | 305 | 177 | 76 | 0 | 44 | 27 | 222 | 63 | 65 |
| Binary | 1001011 | 11000101 | 1111111 | 111110 | 0 | 100100 | 10111 | 10010010 | 110011 | 110101 |
Color Harmonies of #4BC57F
Complementary color
Monochromatic Colors of #4BC57F
Black with #4BC57F
Text Example
Text Example
White with #4BC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC57F; }
p { color: rgb(75,197,127); }
H1.HeaderClassName
{
color: #4BC57F;
}
.AnyTagClassName
{
color: #4BC57F;
}
</style>
background-color css
<style>
a { background-color: #4BC57F; }
a { background-color: rgb(75,197,127); }
div.DivClassName
{
background-color: #4BC57F;
}
.BgClassName
{
background-color: #4BC57F;
}
</style>
border-color css
<style>
span { border-color: #4BC57F; }
span { border-color: rgb(75,197,127); }
td.TdClassName
{
border-color: #4BC57F;
}
.TagClassName
{
border-color: #4BC57F;
}
</style>