Shades of Emerald #4FBC6B
Tints of Emerald #4FBC6B
RGB
CMYK
RGB Variations
Color information
#4FBC6B (or 0x4FBC6B) is known color: Emerald. HEX triplet: 4F, BC and 6B. RGB value is (79,188,107). Sum of RGB (Red+Green+Blue) = 79+188+107=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC6B is #B04394. Grayscale: #929292. Windows color (decimal): -11551637 or 7060559. OLE color: 7060559.
HSL color Cylindrical-coordinate representation of color #4FBC6B: hue angle of 135.41º 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 #4FBC6B is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 107 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.26 |
| HSL | 135.41º | 0.45% | 0.52% | - |
| HSV(B) | 135.41º | 0.58% | 0.74% | - |
| XYZ | 23.86 | 38.69 | 20.12 | - |
| YUV | 146.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 107 | 0.58 | 0 | 0.43 | 0.26 | 135.41 | 0.45 | 0.52 |
| Hex | 4F | BC | 6B | 3A | 0 | 2B | 1A | 87 | 2D | 34 |
| Octal | 117 | 274 | 153 | 72 | 0 | 53 | 32 | 207 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1101011 | 111010 | 0 | 101011 | 11010 | 10000111 | 101101 | 110100 |
Color Harmonies of #4FBC6B
Complementary color
Monochromatic Colors of #4FBC6B
Black with #4FBC6B
Text Example
Text Example
White with #4FBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC6B; }
p { color: rgb(79,188,107); }
H1.HeaderClassName
{
color: #4FBC6B;
}
.AnyTagClassName
{
color: #4FBC6B;
}
</style>
background-color css
<style>
a { background-color: #4FBC6B; }
a { background-color: rgb(79,188,107); }
div.DivClassName
{
background-color: #4FBC6B;
}
.BgClassName
{
background-color: #4FBC6B;
}
</style>
border-color css
<style>
span { border-color: #4FBC6B; }
span { border-color: rgb(79,188,107); }
td.TdClassName
{
border-color: #4FBC6B;
}
.TagClassName
{
border-color: #4FBC6B;
}
</style>