Shades of Emerald #4FCB7D
Tints of Emerald #4FCB7D
RGB
CMYK
RGB Variations
Color information
#4FCB7D (or 0x4FCB7D) is known color: Emerald. HEX triplet: 4F, CB and 7D. RGB value is (79,203,125). Sum of RGB (Red+Green+Blue) = 79+203+125=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB7D is #B03482. Grayscale: #9D9D9D. Windows color (decimal): -11547779 or 8244047. OLE color: 8244047.
HSL color Cylindrical-coordinate representation of color #4FCB7D: hue angle of 142.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB7D is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 125 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.20 |
| HSL | 142.26º | 0.54% | 0.55% | - |
| HSV(B) | 142.26º | 0.61% | 0.8% | - |
| XYZ | 28.28 | 45.85 | 26.76 | - |
| YUV | 157.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 125 | 0.61 | 0 | 0.38 | 0.20 | 142.26 | 0.54 | 0.55 |
| Hex | 4F | CB | 7D | 3D | 0 | 26 | 14 | 8E | 36 | 37 |
| Octal | 117 | 313 | 175 | 75 | 0 | 46 | 24 | 216 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1111101 | 111101 | 0 | 100110 | 10100 | 10001110 | 110110 | 110111 |
Color Harmonies of #4FCB7D
Complementary color
Monochromatic Colors of #4FCB7D
Black with #4FCB7D
Text Example
Text Example
White with #4FCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB7D; }
p { color: rgb(79,203,125); }
H1.HeaderClassName
{
color: #4FCB7D;
}
.AnyTagClassName
{
color: #4FCB7D;
}
</style>
background-color css
<style>
a { background-color: #4FCB7D; }
a { background-color: rgb(79,203,125); }
div.DivClassName
{
background-color: #4FCB7D;
}
.BgClassName
{
background-color: #4FCB7D;
}
</style>
border-color css
<style>
span { border-color: #4FCB7D; }
span { border-color: rgb(79,203,125); }
td.TdClassName
{
border-color: #4FCB7D;
}
.TagClassName
{
border-color: #4FCB7D;
}
</style>