Shades of Emerald #4FBC85
Tints of Emerald #4FBC85
RGB
CMYK
RGB Variations
Color information
#4FBC85 (or 0x4FBC85) is known color: Emerald. HEX triplet: 4F, BC and 85. RGB value is (79,188,133). Sum of RGB (Red+Green+Blue) = 79+188+133=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC85 is #B0437A. Grayscale: #959595. Windows color (decimal): -11551611 or 8764495. OLE color: 8764495.
HSL color Cylindrical-coordinate representation of color #4FBC85: hue angle of 149.72º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC85 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 133 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.26 |
| HSL | 149.72º | 0.45% | 0.52% | - |
| HSV(B) | 149.72º | 0.58% | 0.74% | - |
| XYZ | 25.44 | 39.32 | 28.44 | - |
| YUV | 149.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 133 | 0.58 | 0 | 0.29 | 0.26 | 149.72 | 0.45 | 0.52 |
| Hex | 4F | BC | 85 | 3A | 0 | 1D | 1A | 96 | 2D | 34 |
| Octal | 117 | 274 | 205 | 72 | 0 | 35 | 32 | 226 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10000101 | 111010 | 0 | 11101 | 11010 | 10010110 | 101101 | 110100 |
Color Harmonies of #4FBC85
Complementary color
Monochromatic Colors of #4FBC85
Black with #4FBC85
Text Example
Text Example
White with #4FBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC85; }
p { color: rgb(79,188,133); }
H1.HeaderClassName
{
color: #4FBC85;
}
.AnyTagClassName
{
color: #4FBC85;
}
</style>
background-color css
<style>
a { background-color: #4FBC85; }
a { background-color: rgb(79,188,133); }
div.DivClassName
{
background-color: #4FBC85;
}
.BgClassName
{
background-color: #4FBC85;
}
</style>
border-color css
<style>
span { border-color: #4FBC85; }
span { border-color: rgb(79,188,133); }
td.TdClassName
{
border-color: #4FBC85;
}
.TagClassName
{
border-color: #4FBC85;
}
</style>