Shades of Emerald #4BC47A
Tints of Emerald #4BC47A
RGB
CMYK
RGB Variations
Color information
#4BC47A (or 0x4BC47A) is known color: Emerald. HEX triplet: 4B, C4 and 7A. RGB value is (75,196,122). Sum of RGB (Red+Green+Blue) = 75+196+122=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC47A is #B43B85. Grayscale: #979797. Windows color (decimal): -11811718 or 8045643. OLE color: 8045643.
HSL color Cylindrical-coordinate representation of color #4BC47A: hue angle of 143.31º 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 #4BC47A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 196 | 122 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.23 |
| HSL | 143.31º | 0.51% | 0.53% | - |
| HSV(B) | 143.31º | 0.62% | 0.77% | - |
| XYZ | 26.15 | 42.38 | 25.21 | - |
| YUV | 151.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 122 | 0.62 | 0 | 0.38 | 0.23 | 143.31 | 0.51 | 0.53 |
| Hex | 4B | C4 | 7A | 3E | 0 | 26 | 17 | 8F | 33 | 35 |
| Octal | 113 | 304 | 172 | 76 | 0 | 46 | 27 | 217 | 63 | 65 |
| Binary | 1001011 | 11000100 | 1111010 | 111110 | 0 | 100110 | 10111 | 10001111 | 110011 | 110101 |
Color Harmonies of #4BC47A
Complementary color
Monochromatic Colors of #4BC47A
Black with #4BC47A
Text Example
Text Example
White with #4BC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC47A; }
p { color: rgb(75,196,122); }
H1.HeaderClassName
{
color: #4BC47A;
}
.AnyTagClassName
{
color: #4BC47A;
}
</style>
background-color css
<style>
a { background-color: #4BC47A; }
a { background-color: rgb(75,196,122); }
div.DivClassName
{
background-color: #4BC47A;
}
.BgClassName
{
background-color: #4BC47A;
}
</style>
border-color css
<style>
span { border-color: #4BC47A; }
span { border-color: rgb(75,196,122); }
td.TdClassName
{
border-color: #4BC47A;
}
.TagClassName
{
border-color: #4BC47A;
}
</style>