Shades of Emerald #4BC376
Tints of Emerald #4BC376
RGB
CMYK
RGB Variations
Color information
#4BC376 (or 0x4BC376) is known color: Emerald. HEX triplet: 4B, C3 and 76. RGB value is (75,195,118). Sum of RGB (Red+Green+Blue) = 75+195+118=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC376 is #B43C89. Grayscale: #969696. Windows color (decimal): -11811978 or 7783243. OLE color: 7783243.
HSL color Cylindrical-coordinate representation of color #4BC376: hue angle of 141.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC376 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 118 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.24 |
| HSL | 141.5º | 0.5% | 0.53% | - |
| HSV(B) | 141.5º | 0.62% | 0.76% | - |
| XYZ | 25.69 | 41.83 | 23.86 | - |
| YUV | 150.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 118 | 0.62 | 0 | 0.39 | 0.24 | 141.5 | 0.5 | 0.53 |
| Hex | 4B | C3 | 76 | 3E | 0 | 27 | 18 | 8E | 32 | 35 |
| Octal | 113 | 303 | 166 | 76 | 0 | 47 | 30 | 216 | 62 | 65 |
| Binary | 1001011 | 11000011 | 1110110 | 111110 | 0 | 100111 | 11000 | 10001110 | 110010 | 110101 |
Color Harmonies of #4BC376
Complementary color
Monochromatic Colors of #4BC376
Black with #4BC376
Text Example
Text Example
White with #4BC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC376; }
p { color: rgb(75,195,118); }
H1.HeaderClassName
{
color: #4BC376;
}
.AnyTagClassName
{
color: #4BC376;
}
</style>
background-color css
<style>
a { background-color: #4BC376; }
a { background-color: rgb(75,195,118); }
div.DivClassName
{
background-color: #4BC376;
}
.BgClassName
{
background-color: #4BC376;
}
</style>
border-color css
<style>
span { border-color: #4BC376; }
span { border-color: rgb(75,195,118); }
td.TdClassName
{
border-color: #4BC376;
}
.TagClassName
{
border-color: #4BC376;
}
</style>