Shades of Emerald #4BD770
Tints of Emerald #4BD770
RGB
CMYK
RGB Variations
Color information
#4BD770 (or 0x4BD770) is known color: Emerald. HEX triplet: 4B, D7 and 70. RGB value is (75,215,112). Sum of RGB (Red+Green+Blue) = 75+215+112=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD770 is #B4288F. Grayscale: #A1A1A1. Windows color (decimal): -11806864 or 7395147. OLE color: 7395147.
HSL color Cylindrical-coordinate representation of color #4BD770: hue angle of 135.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD770 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 112 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.16 |
| HSL | 135.86º | 0.64% | 0.57% | - |
| HSV(B) | 135.86º | 0.65% | 0.84% | - |
| XYZ | 30.13 | 51.27 | 23.64 | - |
| YUV | 161.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 112 | 0.65 | 0 | 0.48 | 0.16 | 135.86 | 0.64 | 0.57 |
| Hex | 4B | D7 | 70 | 41 | 0 | 30 | 10 | 88 | 40 | 39 |
| Octal | 113 | 327 | 160 | 101 | 0 | 60 | 20 | 210 | 100 | 71 |
| Binary | 1001011 | 11010111 | 1110000 | 1000001 | 0 | 110000 | 10000 | 10001000 | 1000000 | 111001 |
Color Harmonies of #4BD770
Complementary color
Monochromatic Colors of #4BD770
Black with #4BD770
Text Example
Text Example
White with #4BD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD770; }
p { color: rgb(75,215,112); }
H1.HeaderClassName
{
color: #4BD770;
}
.AnyTagClassName
{
color: #4BD770;
}
</style>
background-color css
<style>
a { background-color: #4BD770; }
a { background-color: rgb(75,215,112); }
div.DivClassName
{
background-color: #4BD770;
}
.BgClassName
{
background-color: #4BD770;
}
</style>
border-color css
<style>
span { border-color: #4BD770; }
span { border-color: rgb(75,215,112); }
td.TdClassName
{
border-color: #4BD770;
}
.TagClassName
{
border-color: #4BD770;
}
</style>