Shades of Emerald #4FD06F
Tints of Emerald #4FD06F
RGB
CMYK
RGB Variations
Color information
#4FD06F (or 0x4FD06F) is known color: Emerald. HEX triplet: 4F, D0 and 6F. RGB value is (79,208,111). Sum of RGB (Red+Green+Blue) = 79+208+111=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD06F is #B02F90. Grayscale: #9E9E9E. Windows color (decimal): -11546513 or 7327823. OLE color: 7327823.
HSL color Cylindrical-coordinate representation of color #4FD06F: hue angle of 134.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD06F is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 208 | 111 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.18 |
| HSL | 134.88º | 0.58% | 0.56% | - |
| HSV(B) | 134.88º | 0.62% | 0.82% | - |
| XYZ | 28.65 | 47.92 | 22.78 | - |
| YUV | 158.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 208 | 111 | 0.62 | 0 | 0.47 | 0.18 | 134.88 | 0.58 | 0.56 |
| Hex | 4F | D0 | 6F | 3E | 0 | 2F | 12 | 87 | 3A | 38 |
| Octal | 117 | 320 | 157 | 76 | 0 | 57 | 22 | 207 | 72 | 70 |
| Binary | 1001111 | 11010000 | 1101111 | 111110 | 0 | 101111 | 10010 | 10000111 | 111010 | 111000 |
Color Harmonies of #4FD06F
Complementary color
Monochromatic Colors of #4FD06F
Black with #4FD06F
Text Example
Text Example
White with #4FD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD06F; }
p { color: rgb(79,208,111); }
H1.HeaderClassName
{
color: #4FD06F;
}
.AnyTagClassName
{
color: #4FD06F;
}
</style>
background-color css
<style>
a { background-color: #4FD06F; }
a { background-color: rgb(79,208,111); }
div.DivClassName
{
background-color: #4FD06F;
}
.BgClassName
{
background-color: #4FD06F;
}
</style>
border-color css
<style>
span { border-color: #4FD06F; }
span { border-color: rgb(79,208,111); }
td.TdClassName
{
border-color: #4FD06F;
}
.TagClassName
{
border-color: #4FD06F;
}
</style>