Shades of Emerald #4BC677
Tints of Emerald #4BC677
RGB
CMYK
RGB Variations
Color information
#4BC677 (or 0x4BC677) is known color: Emerald. HEX triplet: 4B, C6 and 77. RGB value is (75,198,119). Sum of RGB (Red+Green+Blue) = 75+198+119=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC677 is #B43988. Grayscale: #989898. Windows color (decimal): -11811209 or 7849547. OLE color: 7849547.
HSL color Cylindrical-coordinate representation of color #4BC677: hue angle of 141.46º degrees, saturation: 0.52, 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 #4BC677 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 119 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.22 |
| HSL | 141.46º | 0.52% | 0.54% | - |
| HSV(B) | 141.46º | 0.62% | 0.78% | - |
| XYZ | 26.43 | 43.22 | 24.4 | - |
| YUV | 152.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 119 | 0.62 | 0 | 0.40 | 0.22 | 141.46 | 0.52 | 0.54 |
| Hex | 4B | C6 | 77 | 3E | 0 | 28 | 16 | 8D | 34 | 36 |
| Octal | 113 | 306 | 167 | 76 | 0 | 50 | 26 | 215 | 64 | 66 |
| Binary | 1001011 | 11000110 | 1110111 | 111110 | 0 | 101000 | 10110 | 10001101 | 110100 | 110110 |
Color Harmonies of #4BC677
Complementary color
Monochromatic Colors of #4BC677
Black with #4BC677
Text Example
Text Example
White with #4BC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC677; }
p { color: rgb(75,198,119); }
H1.HeaderClassName
{
color: #4BC677;
}
.AnyTagClassName
{
color: #4BC677;
}
</style>
background-color css
<style>
a { background-color: #4BC677; }
a { background-color: rgb(75,198,119); }
div.DivClassName
{
background-color: #4BC677;
}
.BgClassName
{
background-color: #4BC677;
}
</style>
border-color css
<style>
span { border-color: #4BC677; }
span { border-color: rgb(75,198,119); }
td.TdClassName
{
border-color: #4BC677;
}
.TagClassName
{
border-color: #4BC677;
}
</style>