Shades of Emerald #4BCB77
Tints of Emerald #4BCB77
RGB
CMYK
RGB Variations
Color information
#4BCB77 (or 0x4BCB77) is known color: Emerald. HEX triplet: 4B, CB and 77. RGB value is (75,203,119). Sum of RGB (Red+Green+Blue) = 75+203+119=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB77 is #B43488. Grayscale: #9B9B9B. Windows color (decimal): -11809929 or 7850827. OLE color: 7850827.
HSL color Cylindrical-coordinate representation of color #4BCB77: hue angle of 140.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB77 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 119 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.20 |
| HSL | 140.63º | 0.55% | 0.55% | - |
| HSV(B) | 140.63º | 0.63% | 0.8% | - |
| XYZ | 27.59 | 45.54 | 24.79 | - |
| YUV | 155.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 119 | 0.63 | 0 | 0.41 | 0.20 | 140.63 | 0.55 | 0.55 |
| Hex | 4B | CB | 77 | 3F | 0 | 29 | 14 | 8D | 37 | 37 |
| Octal | 113 | 313 | 167 | 77 | 0 | 51 | 24 | 215 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1110111 | 111111 | 0 | 101001 | 10100 | 10001101 | 110111 | 110111 |
Color Harmonies of #4BCB77
Complementary color
Monochromatic Colors of #4BCB77
Black with #4BCB77
Text Example
Text Example
White with #4BCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB77; }
p { color: rgb(75,203,119); }
H1.HeaderClassName
{
color: #4BCB77;
}
.AnyTagClassName
{
color: #4BCB77;
}
</style>
background-color css
<style>
a { background-color: #4BCB77; }
a { background-color: rgb(75,203,119); }
div.DivClassName
{
background-color: #4BCB77;
}
.BgClassName
{
background-color: #4BCB77;
}
</style>
border-color css
<style>
span { border-color: #4BCB77; }
span { border-color: rgb(75,203,119); }
td.TdClassName
{
border-color: #4BCB77;
}
.TagClassName
{
border-color: #4BCB77;
}
</style>