Shades of Emerald #4FCC7D
Tints of Emerald #4FCC7D
RGB
CMYK
RGB Variations
Color information
#4FCC7D (or 0x4FCC7D) is known color: Emerald. HEX triplet: 4F, CC and 7D. RGB value is (79,204,125). Sum of RGB (Red+Green+Blue) = 79+204+125=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCC7D is #B03382. Grayscale: #9D9D9D. Windows color (decimal): -11547523 or 8244303. OLE color: 8244303.
HSL color Cylindrical-coordinate representation of color #4FCC7D: hue angle of 142.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCC7D is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 125 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.2 |
| HSL | 142.08º | 0.55% | 0.55% | - |
| HSV(B) | 142.08º | 0.61% | 0.8% | - |
| XYZ | 28.52 | 46.33 | 26.84 | - |
| YUV | 157.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 125 | 0.61 | 0 | 0.39 | 0.2 | 142.08 | 0.55 | 0.55 |
| Hex | 4F | CC | 7D | 3D | 0 | 27 | 14 | 8E | 37 | 37 |
| Octal | 117 | 314 | 175 | 75 | 0 | 47 | 24 | 216 | 67 | 67 |
| Binary | 1001111 | 11001100 | 1111101 | 111101 | 0 | 100111 | 10100 | 10001110 | 110111 | 110111 |
Color Harmonies of #4FCC7D
Complementary color
Monochromatic Colors of #4FCC7D
Black with #4FCC7D
Text Example
Text Example
White with #4FCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC7D; }
p { color: rgb(79,204,125); }
H1.HeaderClassName
{
color: #4FCC7D;
}
.AnyTagClassName
{
color: #4FCC7D;
}
</style>
background-color css
<style>
a { background-color: #4FCC7D; }
a { background-color: rgb(79,204,125); }
div.DivClassName
{
background-color: #4FCC7D;
}
.BgClassName
{
background-color: #4FCC7D;
}
</style>
border-color css
<style>
span { border-color: #4FCC7D; }
span { border-color: rgb(79,204,125); }
td.TdClassName
{
border-color: #4FCC7D;
}
.TagClassName
{
border-color: #4FCC7D;
}
</style>