Shades of Emerald #4FCD7F
Tints of Emerald #4FCD7F
RGB
CMYK
RGB Variations
Color information
#4FCD7F (or 0x4FCD7F) is known color: Emerald. HEX triplet: 4F, CD and 7F. RGB value is (79,205,127). Sum of RGB (Red+Green+Blue) = 79+205+127=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCD7F is #B03280. Grayscale: #9E9E9E. Windows color (decimal): -11547265 or 8375631. OLE color: 8375631.
HSL color Cylindrical-coordinate representation of color #4FCD7F: hue angle of 142.86º 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 #4FCD7F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 127 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.20 |
| HSL | 142.86º | 0.56% | 0.56% | - |
| HSV(B) | 142.86º | 0.61% | 0.8% | - |
| XYZ | 28.89 | 46.86 | 27.6 | - |
| YUV | 158.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 127 | 0.61 | 0 | 0.38 | 0.20 | 142.86 | 0.56 | 0.56 |
| Hex | 4F | CD | 7F | 3D | 0 | 26 | 14 | 8F | 38 | 38 |
| Octal | 117 | 315 | 177 | 75 | 0 | 46 | 24 | 217 | 70 | 70 |
| Binary | 1001111 | 11001101 | 1111111 | 111101 | 0 | 100110 | 10100 | 10001111 | 111000 | 111000 |
Color Harmonies of #4FCD7F
Complementary color
Monochromatic Colors of #4FCD7F
Black with #4FCD7F
Text Example
Text Example
White with #4FCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD7F; }
p { color: rgb(79,205,127); }
H1.HeaderClassName
{
color: #4FCD7F;
}
.AnyTagClassName
{
color: #4FCD7F;
}
</style>
background-color css
<style>
a { background-color: #4FCD7F; }
a { background-color: rgb(79,205,127); }
div.DivClassName
{
background-color: #4FCD7F;
}
.BgClassName
{
background-color: #4FCD7F;
}
</style>
border-color css
<style>
span { border-color: #4FCD7F; }
span { border-color: rgb(79,205,127); }
td.TdClassName
{
border-color: #4FCD7F;
}
.TagClassName
{
border-color: #4FCD7F;
}
</style>