Shades of Emerald #4FBC88
Tints of Emerald #4FBC88
RGB
CMYK
RGB Variations
Color information
#4FBC88 (or 0x4FBC88) is known color: Emerald. HEX triplet: 4F, BC and 88. RGB value is (79,188,136). Sum of RGB (Red+Green+Blue) = 79+188+136=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC88 is #B04377. Grayscale: #959595. Windows color (decimal): -11551608 or 8961103. OLE color: 8961103.
HSL color Cylindrical-coordinate representation of color #4FBC88: hue angle of 151.38º 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 #4FBC88 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 136 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.26 |
| HSL | 151.38º | 0.45% | 0.52% | - |
| HSV(B) | 151.38º | 0.58% | 0.74% | - |
| XYZ | 25.65 | 39.41 | 29.55 | - |
| YUV | 149.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 136 | 0.58 | 0 | 0.28 | 0.26 | 151.38 | 0.45 | 0.52 |
| Hex | 4F | BC | 88 | 3A | 0 | 1C | 1A | 97 | 2D | 34 |
| Octal | 117 | 274 | 210 | 72 | 0 | 34 | 32 | 227 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10001000 | 111010 | 0 | 11100 | 11010 | 10010111 | 101101 | 110100 |
Color Harmonies of #4FBC88
Complementary color
Monochromatic Colors of #4FBC88
Black with #4FBC88
Text Example
Text Example
White with #4FBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC88; }
p { color: rgb(79,188,136); }
H1.HeaderClassName
{
color: #4FBC88;
}
.AnyTagClassName
{
color: #4FBC88;
}
</style>
background-color css
<style>
a { background-color: #4FBC88; }
a { background-color: rgb(79,188,136); }
div.DivClassName
{
background-color: #4FBC88;
}
.BgClassName
{
background-color: #4FBC88;
}
</style>
border-color css
<style>
span { border-color: #4FBC88; }
span { border-color: rgb(79,188,136); }
td.TdClassName
{
border-color: #4FBC88;
}
.TagClassName
{
border-color: #4FBC88;
}
</style>