Shades of Emerald #4FBC81
Tints of Emerald #4FBC81
RGB
CMYK
RGB Variations
Color information
#4FBC81 (or 0x4FBC81) is known color: Emerald. HEX triplet: 4F, BC and 81. RGB value is (79,188,129). Sum of RGB (Red+Green+Blue) = 79+188+129=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC81 is #B0437E. Grayscale: #949494. Windows color (decimal): -11551615 or 8502351. OLE color: 8502351.
HSL color Cylindrical-coordinate representation of color #4FBC81: hue angle of 147.52º 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 #4FBC81 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 129 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.26 |
| HSL | 147.52º | 0.45% | 0.52% | - |
| HSV(B) | 147.52º | 0.58% | 0.74% | - |
| XYZ | 25.17 | 39.21 | 27.01 | - |
| YUV | 148.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 129 | 0.58 | 0 | 0.31 | 0.26 | 147.52 | 0.45 | 0.52 |
| Hex | 4F | BC | 81 | 3A | 0 | 1F | 1A | 94 | 2D | 34 |
| Octal | 117 | 274 | 201 | 72 | 0 | 37 | 32 | 224 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10000001 | 111010 | 0 | 11111 | 11010 | 10010100 | 101101 | 110100 |
Color Harmonies of #4FBC81
Complementary color
Monochromatic Colors of #4FBC81
Black with #4FBC81
Text Example
Text Example
White with #4FBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC81; }
p { color: rgb(79,188,129); }
H1.HeaderClassName
{
color: #4FBC81;
}
.AnyTagClassName
{
color: #4FBC81;
}
</style>
background-color css
<style>
a { background-color: #4FBC81; }
a { background-color: rgb(79,188,129); }
div.DivClassName
{
background-color: #4FBC81;
}
.BgClassName
{
background-color: #4FBC81;
}
</style>
border-color css
<style>
span { border-color: #4FBC81; }
span { border-color: rgb(79,188,129); }
td.TdClassName
{
border-color: #4FBC81;
}
.TagClassName
{
border-color: #4FBC81;
}
</style>