Shades of Emerald #4FC088
Tints of Emerald #4FC088
RGB
CMYK
RGB Variations
Color information
#4FC088 (or 0x4FC088) is known color: Emerald. HEX triplet: 4F, C0 and 88. RGB value is (79,192,136). Sum of RGB (Red+Green+Blue) = 79+192+136=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC088 is #B03F77. Grayscale: #979797. Windows color (decimal): -11550584 or 8962127. OLE color: 8962127.
HSL color Cylindrical-coordinate representation of color #4FC088: hue angle of 150.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC088 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 136 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.25 |
| HSL | 150.27º | 0.47% | 0.53% | - |
| HSV(B) | 150.27º | 0.59% | 0.75% | - |
| XYZ | 26.52 | 41.14 | 29.84 | - |
| YUV | 151.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 136 | 0.59 | 0 | 0.29 | 0.25 | 150.27 | 0.47 | 0.53 |
| Hex | 4F | C0 | 88 | 3B | 0 | 1D | 19 | 96 | 2F | 35 |
| Octal | 117 | 300 | 210 | 73 | 0 | 35 | 31 | 226 | 57 | 65 |
| Binary | 1001111 | 11000000 | 10001000 | 111011 | 0 | 11101 | 11001 | 10010110 | 101111 | 110101 |
Color Harmonies of #4FC088
Complementary color
Monochromatic Colors of #4FC088
Black with #4FC088
Text Example
Text Example
White with #4FC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC088; }
p { color: rgb(79,192,136); }
H1.HeaderClassName
{
color: #4FC088;
}
.AnyTagClassName
{
color: #4FC088;
}
</style>
background-color css
<style>
a { background-color: #4FC088; }
a { background-color: rgb(79,192,136); }
div.DivClassName
{
background-color: #4FC088;
}
.BgClassName
{
background-color: #4FC088;
}
</style>
border-color css
<style>
span { border-color: #4FC088; }
span { border-color: rgb(79,192,136); }
td.TdClassName
{
border-color: #4FC088;
}
.TagClassName
{
border-color: #4FC088;
}
</style>