Shades of Emerald #4FDC6B
Tints of Emerald #4FDC6B
RGB
CMYK
RGB Variations
Color information
#4FDC6B (or 0x4FDC6B) is known color: Emerald. HEX triplet: 4F, DC and 6B. RGB value is (79,220,107). Sum of RGB (Red+Green+Blue) = 79+220+107=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDC6B is #B02394. Grayscale: #A5A5A5. Windows color (decimal): -11543445 or 7068751. OLE color: 7068751.
HSL color Cylindrical-coordinate representation of color #4FDC6B: hue angle of 131.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDC6B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 107 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.14 |
| HSL | 131.91º | 0.67% | 0.59% | - |
| HSV(B) | 131.91º | 0.64% | 0.86% | - |
| XYZ | 31.47 | 53.91 | 22.66 | - |
| YUV | 164.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 107 | 0.64 | 0 | 0.51 | 0.14 | 131.91 | 0.67 | 0.59 |
| Hex | 4F | DC | 6B | 40 | 0 | 33 | E | 84 | 43 | 3B |
| Octal | 117 | 334 | 153 | 100 | 0 | 63 | 16 | 204 | 103 | 73 |
| Binary | 1001111 | 11011100 | 1101011 | 1000000 | 0 | 110011 | 1110 | 10000100 | 1000011 | 111011 |
Color Harmonies of #4FDC6B
Complementary color
Monochromatic Colors of #4FDC6B
Black with #4FDC6B
Text Example
Text Example
White with #4FDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC6B; }
p { color: rgb(79,220,107); }
H1.HeaderClassName
{
color: #4FDC6B;
}
.AnyTagClassName
{
color: #4FDC6B;
}
</style>
background-color css
<style>
a { background-color: #4FDC6B; }
a { background-color: rgb(79,220,107); }
div.DivClassName
{
background-color: #4FDC6B;
}
.BgClassName
{
background-color: #4FDC6B;
}
</style>
border-color css
<style>
span { border-color: #4FDC6B; }
span { border-color: rgb(79,220,107); }
td.TdClassName
{
border-color: #4FDC6B;
}
.TagClassName
{
border-color: #4FDC6B;
}
</style>