Shades of Emerald #4FCD7D
Tints of Emerald #4FCD7D
RGB
CMYK
RGB Variations
Color information
#4FCD7D (or 0x4FCD7D) is known color: Emerald. HEX triplet: 4F, CD and 7D. RGB value is (79,205,125). Sum of RGB (Red+Green+Blue) = 79+205+125=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCD7D is #B03282. Grayscale: #9E9E9E. Windows color (decimal): -11547267 or 8244559. OLE color: 8244559.
HSL color Cylindrical-coordinate representation of color #4FCD7D: hue angle of 141.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCD7D is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 125 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.20 |
| HSL | 141.9º | 0.56% | 0.56% | - |
| HSV(B) | 141.9º | 0.61% | 0.8% | - |
| XYZ | 28.76 | 46.81 | 26.92 | - |
| YUV | 158.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 125 | 0.61 | 0 | 0.39 | 0.20 | 141.9 | 0.56 | 0.56 |
| Hex | 4F | CD | 7D | 3D | 0 | 27 | 14 | 8E | 38 | 38 |
| Octal | 117 | 315 | 175 | 75 | 0 | 47 | 24 | 216 | 70 | 70 |
| Binary | 1001111 | 11001101 | 1111101 | 111101 | 0 | 100111 | 10100 | 10001110 | 111000 | 111000 |
Color Harmonies of #4FCD7D
Complementary color
Monochromatic Colors of #4FCD7D
Black with #4FCD7D
Text Example
Text Example
White with #4FCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD7D; }
p { color: rgb(79,205,125); }
H1.HeaderClassName
{
color: #4FCD7D;
}
.AnyTagClassName
{
color: #4FCD7D;
}
</style>
background-color css
<style>
a { background-color: #4FCD7D; }
a { background-color: rgb(79,205,125); }
div.DivClassName
{
background-color: #4FCD7D;
}
.BgClassName
{
background-color: #4FCD7D;
}
</style>
border-color css
<style>
span { border-color: #4FCD7D; }
span { border-color: rgb(79,205,125); }
td.TdClassName
{
border-color: #4FCD7D;
}
.TagClassName
{
border-color: #4FCD7D;
}
</style>