Shades of Emerald #4BD677
Tints of Emerald #4BD677
RGB
CMYK
RGB Variations
Color information
#4BD677 (or 0x4BD677) is known color: Emerald. HEX triplet: 4B, D6 and 77. RGB value is (75,214,119). Sum of RGB (Red+Green+Blue) = 75+214+119=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD677 is #B42988. Grayscale: #A1A1A1. Windows color (decimal): -11807113 or 7853643. OLE color: 7853643.
HSL color Cylindrical-coordinate representation of color #4BD677: hue angle of 138.99º degrees, saturation: 0.63, 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 #4BD677 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 119 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.16 |
| HSL | 138.99º | 0.63% | 0.57% | - |
| HSV(B) | 138.99º | 0.65% | 0.84% | - |
| XYZ | 30.28 | 50.92 | 25.69 | - |
| YUV | 161.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 119 | 0.65 | 0 | 0.44 | 0.16 | 138.99 | 0.63 | 0.57 |
| Hex | 4B | D6 | 77 | 41 | 0 | 2C | 10 | 8B | 3F | 39 |
| Octal | 113 | 326 | 167 | 101 | 0 | 54 | 20 | 213 | 77 | 71 |
| Binary | 1001011 | 11010110 | 1110111 | 1000001 | 0 | 101100 | 10000 | 10001011 | 111111 | 111001 |
Color Harmonies of #4BD677
Complementary color
Monochromatic Colors of #4BD677
Black with #4BD677
Text Example
Text Example
White with #4BD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD677; }
p { color: rgb(75,214,119); }
H1.HeaderClassName
{
color: #4BD677;
}
.AnyTagClassName
{
color: #4BD677;
}
</style>
background-color css
<style>
a { background-color: #4BD677; }
a { background-color: rgb(75,214,119); }
div.DivClassName
{
background-color: #4BD677;
}
.BgClassName
{
background-color: #4BD677;
}
</style>
border-color css
<style>
span { border-color: #4BD677; }
span { border-color: rgb(75,214,119); }
td.TdClassName
{
border-color: #4BD677;
}
.TagClassName
{
border-color: #4BD677;
}
</style>