Shades of Emerald #4FCB7A
Tints of Emerald #4FCB7A
RGB
CMYK
RGB Variations
Color information
#4FCB7A (or 0x4FCB7A) is known color: Emerald. HEX triplet: 4F, CB and 7A. RGB value is (79,203,122). Sum of RGB (Red+Green+Blue) = 79+203+122=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB7A is #B03485. Grayscale: #9C9C9C. Windows color (decimal): -11547782 or 8047439. OLE color: 8047439.
HSL color Cylindrical-coordinate representation of color #4FCB7A: hue angle of 140.81º 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 #4FCB7A is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 122 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.20 |
| HSL | 140.81º | 0.54% | 0.55% | - |
| HSV(B) | 140.81º | 0.61% | 0.8% | - |
| XYZ | 28.09 | 45.78 | 25.77 | - |
| YUV | 156.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 122 | 0.61 | 0 | 0.40 | 0.20 | 140.81 | 0.54 | 0.55 |
| Hex | 4F | CB | 7A | 3D | 0 | 28 | 14 | 8D | 36 | 37 |
| Octal | 117 | 313 | 172 | 75 | 0 | 50 | 24 | 215 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1111010 | 111101 | 0 | 101000 | 10100 | 10001101 | 110110 | 110111 |
Color Harmonies of #4FCB7A
Complementary color
Monochromatic Colors of #4FCB7A
Black with #4FCB7A
Text Example
Text Example
White with #4FCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB7A; }
p { color: rgb(79,203,122); }
H1.HeaderClassName
{
color: #4FCB7A;
}
.AnyTagClassName
{
color: #4FCB7A;
}
</style>
background-color css
<style>
a { background-color: #4FCB7A; }
a { background-color: rgb(79,203,122); }
div.DivClassName
{
background-color: #4FCB7A;
}
.BgClassName
{
background-color: #4FCB7A;
}
</style>
border-color css
<style>
span { border-color: #4FCB7A; }
span { border-color: rgb(79,203,122); }
td.TdClassName
{
border-color: #4FCB7A;
}
.TagClassName
{
border-color: #4FCB7A;
}
</style>