Shades of Emerald #4CCB77
Tints of Emerald #4CCB77
RGB
CMYK
RGB Variations
Color information
#4CCB77 (or 0x4CCB77) is known color: Emerald. HEX triplet: 4C, CB and 77. RGB value is (76,203,119). Sum of RGB (Red+Green+Blue) = 76+203+119=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCB77 is #B33488. Grayscale: #9B9B9B. Windows color (decimal): -11744393 or 7850828. OLE color: 7850828.
HSL color Cylindrical-coordinate representation of color #4CCB77: hue angle of 140.31º 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 #4CCB77 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 119 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.20 |
| HSL | 140.32º | 0.55% | 0.55% | - |
| HSV(B) | 140.32º | 0.63% | 0.8% | - |
| XYZ | 27.67 | 45.58 | 24.79 | - |
| YUV | 155.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 119 | 0.63 | 0 | 0.41 | 0.20 | 140.32 | 0.55 | 0.55 |
| Hex | 4C | CB | 77 | 3F | 0 | 29 | 14 | 8C | 37 | 37 |
| Octal | 114 | 313 | 167 | 77 | 0 | 51 | 24 | 214 | 67 | 67 |
| Binary | 1001100 | 11001011 | 1110111 | 111111 | 0 | 101001 | 10100 | 10001100 | 110111 | 110111 |
Color Harmonies of #4CCB77
Complementary color
Monochromatic Colors of #4CCB77
Black with #4CCB77
Text Example
Text Example
White with #4CCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB77; }
p { color: rgb(76,203,119); }
H1.HeaderClassName
{
color: #4CCB77;
}
.AnyTagClassName
{
color: #4CCB77;
}
</style>
background-color css
<style>
a { background-color: #4CCB77; }
a { background-color: rgb(76,203,119); }
div.DivClassName
{
background-color: #4CCB77;
}
.BgClassName
{
background-color: #4CCB77;
}
</style>
border-color css
<style>
span { border-color: #4CCB77; }
span { border-color: rgb(76,203,119); }
td.TdClassName
{
border-color: #4CCB77;
}
.TagClassName
{
border-color: #4CCB77;
}
</style>