Shades of Emerald #4FCB86
Tints of Emerald #4FCB86
RGB
CMYK
RGB Variations
Color information
#4FCB86 (or 0x4FCB86) is known color: Emerald. HEX triplet: 4F, CB and 86. RGB value is (79,203,134). Sum of RGB (Red+Green+Blue) = 79+203+134=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCB86 is #B03479. Grayscale: #9E9E9E. Windows color (decimal): -11547770 or 8833871. OLE color: 8833871.
HSL color Cylindrical-coordinate representation of color #4FCB86: hue angle of 146.61º 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 #4FCB86 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 134 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.20 |
| HSL | 146.61º | 0.54% | 0.55% | - |
| HSV(B) | 146.61º | 0.61% | 0.8% | - |
| XYZ | 28.88 | 46.1 | 29.93 | - |
| YUV | 158.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 134 | 0.61 | 0 | 0.34 | 0.20 | 146.61 | 0.54 | 0.55 |
| Hex | 4F | CB | 86 | 3D | 0 | 22 | 14 | 93 | 36 | 37 |
| Octal | 117 | 313 | 206 | 75 | 0 | 42 | 24 | 223 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10000110 | 111101 | 0 | 100010 | 10100 | 10010011 | 110110 | 110111 |
Color Harmonies of #4FCB86
Complementary color
Monochromatic Colors of #4FCB86
Black with #4FCB86
Text Example
Text Example
White with #4FCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB86; }
p { color: rgb(79,203,134); }
H1.HeaderClassName
{
color: #4FCB86;
}
.AnyTagClassName
{
color: #4FCB86;
}
</style>
background-color css
<style>
a { background-color: #4FCB86; }
a { background-color: rgb(79,203,134); }
div.DivClassName
{
background-color: #4FCB86;
}
.BgClassName
{
background-color: #4FCB86;
}
</style>
border-color css
<style>
span { border-color: #4FCB86; }
span { border-color: rgb(79,203,134); }
td.TdClassName
{
border-color: #4FCB86;
}
.TagClassName
{
border-color: #4FCB86;
}
</style>