Shades of Emerald #4BC57D
Tints of Emerald #4BC57D
RGB
CMYK
RGB Variations
Color information
#4BC57D (or 0x4BC57D) is known color: Emerald. HEX triplet: 4B, C5 and 7D. RGB value is (75,197,125). Sum of RGB (Red+Green+Blue) = 75+197+125=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC57D is #B43A82. Grayscale: #989898. Windows color (decimal): -11811459 or 8242507. OLE color: 8242507.
HSL color Cylindrical-coordinate representation of color #4BC57D: hue angle of 144.59º 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 #4BC57D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 125 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.23 |
| HSL | 144.59º | 0.51% | 0.53% | - |
| HSV(B) | 144.59º | 0.62% | 0.77% | - |
| XYZ | 26.57 | 42.91 | 26.28 | - |
| YUV | 152.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 125 | 0.62 | 0 | 0.37 | 0.23 | 144.59 | 0.51 | 0.53 |
| Hex | 4B | C5 | 7D | 3E | 0 | 25 | 17 | 91 | 33 | 35 |
| Octal | 113 | 305 | 175 | 76 | 0 | 45 | 27 | 221 | 63 | 65 |
| Binary | 1001011 | 11000101 | 1111101 | 111110 | 0 | 100101 | 10111 | 10010001 | 110011 | 110101 |
Color Harmonies of #4BC57D
Complementary color
Monochromatic Colors of #4BC57D
Black with #4BC57D
Text Example
Text Example
White with #4BC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC57D; }
p { color: rgb(75,197,125); }
H1.HeaderClassName
{
color: #4BC57D;
}
.AnyTagClassName
{
color: #4BC57D;
}
</style>
background-color css
<style>
a { background-color: #4BC57D; }
a { background-color: rgb(75,197,125); }
div.DivClassName
{
background-color: #4BC57D;
}
.BgClassName
{
background-color: #4BC57D;
}
</style>
border-color css
<style>
span { border-color: #4BC57D; }
span { border-color: rgb(75,197,125); }
td.TdClassName
{
border-color: #4BC57D;
}
.TagClassName
{
border-color: #4BC57D;
}
</style>