Shades of Emerald #4BC170
Tints of Emerald #4BC170
RGB
CMYK
RGB Variations
Color information
#4BC170 (or 0x4BC170) is known color: Emerald. HEX triplet: 4B, C1 and 70. RGB value is (75,193,112). Sum of RGB (Red+Green+Blue) = 75+193+112=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC170 is #B43E8F. Grayscale: #949494. Windows color (decimal): -11812496 or 7389515. OLE color: 7389515.
HSL color Cylindrical-coordinate representation of color #4BC170: hue angle of 138.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC170 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 112 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.24 |
| HSL | 138.81º | 0.49% | 0.53% | - |
| HSV(B) | 138.81º | 0.61% | 0.76% | - |
| XYZ | 24.9 | 40.81 | 21.89 | - |
| YUV | 148.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 112 | 0.61 | 0 | 0.42 | 0.24 | 138.81 | 0.49 | 0.53 |
| Hex | 4B | C1 | 70 | 3D | 0 | 2A | 18 | 8B | 31 | 35 |
| Octal | 113 | 301 | 160 | 75 | 0 | 52 | 30 | 213 | 61 | 65 |
| Binary | 1001011 | 11000001 | 1110000 | 111101 | 0 | 101010 | 11000 | 10001011 | 110001 | 110101 |
Color Harmonies of #4BC170
Complementary color
Monochromatic Colors of #4BC170
Black with #4BC170
Text Example
Text Example
White with #4BC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC170; }
p { color: rgb(75,193,112); }
H1.HeaderClassName
{
color: #4BC170;
}
.AnyTagClassName
{
color: #4BC170;
}
</style>
background-color css
<style>
a { background-color: #4BC170; }
a { background-color: rgb(75,193,112); }
div.DivClassName
{
background-color: #4BC170;
}
.BgClassName
{
background-color: #4BC170;
}
</style>
border-color css
<style>
span { border-color: #4BC170; }
span { border-color: rgb(75,193,112); }
td.TdClassName
{
border-color: #4BC170;
}
.TagClassName
{
border-color: #4BC170;
}
</style>