Shades of Emerald #4BC071
Tints of Emerald #4BC071
RGB
CMYK
RGB Variations
Color information
#4BC071 (or 0x4BC071) is known color: Emerald. HEX triplet: 4B, C0 and 71. RGB value is (75,192,113). Sum of RGB (Red+Green+Blue) = 75+192+113=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC071 is #B43F8E. Grayscale: #949494. Windows color (decimal): -11812751 or 7454795. OLE color: 7454795.
HSL color Cylindrical-coordinate representation of color #4BC071: hue angle of 139.49º 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 #4BC071 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 113 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.25 |
| HSL | 139.49º | 0.48% | 0.52% | - |
| HSV(B) | 139.49º | 0.61% | 0.75% | - |
| XYZ | 24.73 | 40.39 | 22.11 | - |
| YUV | 148.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 113 | 0.61 | 0 | 0.41 | 0.25 | 139.49 | 0.48 | 0.52 |
| Hex | 4B | C0 | 71 | 3D | 0 | 29 | 19 | 8B | 30 | 34 |
| Octal | 113 | 300 | 161 | 75 | 0 | 51 | 31 | 213 | 60 | 64 |
| Binary | 1001011 | 11000000 | 1110001 | 111101 | 0 | 101001 | 11001 | 10001011 | 110000 | 110100 |
Color Harmonies of #4BC071
Complementary color
Monochromatic Colors of #4BC071
Black with #4BC071
Text Example
Text Example
White with #4BC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC071; }
p { color: rgb(75,192,113); }
H1.HeaderClassName
{
color: #4BC071;
}
.AnyTagClassName
{
color: #4BC071;
}
</style>
background-color css
<style>
a { background-color: #4BC071; }
a { background-color: rgb(75,192,113); }
div.DivClassName
{
background-color: #4BC071;
}
.BgClassName
{
background-color: #4BC071;
}
</style>
border-color css
<style>
span { border-color: #4BC071; }
span { border-color: rgb(75,192,113); }
td.TdClassName
{
border-color: #4BC071;
}
.TagClassName
{
border-color: #4BC071;
}
</style>