Shades of Emerald #4BC77F
Tints of Emerald #4BC77F
RGB
CMYK
RGB Variations
Color information
#4BC77F (or 0x4BC77F) is known color: Emerald. HEX triplet: 4B, C7 and 7F. RGB value is (75,199,127). Sum of RGB (Red+Green+Blue) = 75+199+127=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC77F is #B43880. Grayscale: #999999. Windows color (decimal): -11810945 or 8374091. OLE color: 8374091.
HSL color Cylindrical-coordinate representation of color #4BC77F: hue angle of 145.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC77F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 127 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.22 |
| HSL | 145.16º | 0.53% | 0.54% | - |
| HSV(B) | 145.16º | 0.62% | 0.78% | - |
| XYZ | 27.16 | 43.88 | 27.12 | - |
| YUV | 153.72 | 112.92 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 127 | 0.62 | 0 | 0.36 | 0.22 | 145.16 | 0.53 | 0.54 |
| Hex | 4B | C7 | 7F | 3E | 0 | 24 | 16 | 91 | 35 | 36 |
| Octal | 113 | 307 | 177 | 76 | 0 | 44 | 26 | 221 | 65 | 66 |
| Binary | 1001011 | 11000111 | 1111111 | 111110 | 0 | 100100 | 10110 | 10010001 | 110101 | 110110 |
Color Harmonies of #4BC77F
Complementary color
Monochromatic Colors of #4BC77F
Black with #4BC77F
Text Example
Text Example
White with #4BC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC77F; }
p { color: rgb(75,199,127); }
H1.HeaderClassName
{
color: #4BC77F;
}
.AnyTagClassName
{
color: #4BC77F;
}
</style>
background-color css
<style>
a { background-color: #4BC77F; }
a { background-color: rgb(75,199,127); }
div.DivClassName
{
background-color: #4BC77F;
}
.BgClassName
{
background-color: #4BC77F;
}
</style>
border-color css
<style>
span { border-color: #4BC77F; }
span { border-color: rgb(75,199,127); }
td.TdClassName
{
border-color: #4BC77F;
}
.TagClassName
{
border-color: #4BC77F;
}
</style>