Shades of Emerald #4BC97C
Tints of Emerald #4BC97C
RGB
CMYK
RGB Variations
Color information
#4BC97C (or 0x4BC97C) is known color: Emerald. HEX triplet: 4B, C9 and 7C. RGB value is (75,201,124). Sum of RGB (Red+Green+Blue) = 75+201+124=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC97C is #B43683. Grayscale: #9A9A9A. Windows color (decimal): -11810436 or 8177995. OLE color: 8177995.
HSL color Cylindrical-coordinate representation of color #4BC97C: hue angle of 143.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC97C is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 124 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.21 |
| HSL | 143.33º | 0.54% | 0.54% | - |
| HSV(B) | 143.33º | 0.63% | 0.79% | - |
| XYZ | 27.43 | 44.72 | 26.26 | - |
| YUV | 154.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 124 | 0.63 | 0 | 0.38 | 0.21 | 143.33 | 0.54 | 0.54 |
| Hex | 4B | C9 | 7C | 3F | 0 | 26 | 15 | 8F | 36 | 36 |
| Octal | 113 | 311 | 174 | 77 | 0 | 46 | 25 | 217 | 66 | 66 |
| Binary | 1001011 | 11001001 | 1111100 | 111111 | 0 | 100110 | 10101 | 10001111 | 110110 | 110110 |
Color Harmonies of #4BC97C
Complementary color
Monochromatic Colors of #4BC97C
Black with #4BC97C
Text Example
Text Example
White with #4BC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC97C; }
p { color: rgb(75,201,124); }
H1.HeaderClassName
{
color: #4BC97C;
}
.AnyTagClassName
{
color: #4BC97C;
}
</style>
background-color css
<style>
a { background-color: #4BC97C; }
a { background-color: rgb(75,201,124); }
div.DivClassName
{
background-color: #4BC97C;
}
.BgClassName
{
background-color: #4BC97C;
}
</style>
border-color css
<style>
span { border-color: #4BC97C; }
span { border-color: rgb(75,201,124); }
td.TdClassName
{
border-color: #4BC97C;
}
.TagClassName
{
border-color: #4BC97C;
}
</style>