Shades of Emerald #4FD066
Tints of Emerald #4FD066
RGB
CMYK
RGB Variations
Color information
#4FD066 (or 0x4FD066) is known color: Emerald. HEX triplet: 4F, D0 and 66. RGB value is (79,208,102). Sum of RGB (Red+Green+Blue) = 79+208+102=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD066 is #B02F99. Grayscale: #9D9D9D. Windows color (decimal): -11546522 or 6737999. OLE color: 6737999.
HSL color Cylindrical-coordinate representation of color #4FD066: hue angle of 130.7º 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 #4FD066 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 208 | 102 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.18 |
| HSL | 130.7º | 0.58% | 0.56% | - |
| HSV(B) | 130.7º | 0.62% | 0.82% | - |
| XYZ | 28.18 | 47.73 | 20.3 | - |
| YUV | 157.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 208 | 102 | 0.62 | 0 | 0.51 | 0.18 | 130.7 | 0.58 | 0.56 |
| Hex | 4F | D0 | 66 | 3E | 0 | 33 | 12 | 83 | 3A | 38 |
| Octal | 117 | 320 | 146 | 76 | 0 | 63 | 22 | 203 | 72 | 70 |
| Binary | 1001111 | 11010000 | 1100110 | 111110 | 0 | 110011 | 10010 | 10000011 | 111010 | 111000 |
Color Harmonies of #4FD066
Complementary color
Monochromatic Colors of #4FD066
Black with #4FD066
Text Example
Text Example
White with #4FD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD066; }
p { color: rgb(79,208,102); }
H1.HeaderClassName
{
color: #4FD066;
}
.AnyTagClassName
{
color: #4FD066;
}
</style>
background-color css
<style>
a { background-color: #4FD066; }
a { background-color: rgb(79,208,102); }
div.DivClassName
{
background-color: #4FD066;
}
.BgClassName
{
background-color: #4FD066;
}
</style>
border-color css
<style>
span { border-color: #4FD066; }
span { border-color: rgb(79,208,102); }
td.TdClassName
{
border-color: #4FD066;
}
.TagClassName
{
border-color: #4FD066;
}
</style>