Shades of Emerald #4FCC8D
Tints of Emerald #4FCC8D
RGB
CMYK
RGB Variations
Color information
#4FCC8D (or 0x4FCC8D) is known color: Emerald. HEX triplet: 4F, CC and 8D. RGB value is (79,204,141). Sum of RGB (Red+Green+Blue) = 79+204+141=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCC8D is #B03372. Grayscale: #9F9F9F. Windows color (decimal): -11547507 or 9292879. OLE color: 9292879.
HSL color Cylindrical-coordinate representation of color #4FCC8D: hue angle of 149.76º 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 #4FCC8D is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 141 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.2 |
| HSL | 149.76º | 0.55% | 0.55% | - |
| HSV(B) | 149.76º | 0.61% | 0.8% | - |
| XYZ | 29.63 | 46.77 | 32.67 | - |
| YUV | 159.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 141 | 0.61 | 0 | 0.31 | 0.2 | 149.76 | 0.55 | 0.55 |
| Hex | 4F | CC | 8D | 3D | 0 | 1F | 14 | 96 | 37 | 37 |
| Octal | 117 | 314 | 215 | 75 | 0 | 37 | 24 | 226 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10001101 | 111101 | 0 | 11111 | 10100 | 10010110 | 110111 | 110111 |
Color Harmonies of #4FCC8D
Complementary color
Monochromatic Colors of #4FCC8D
Black with #4FCC8D
Text Example
Text Example
White with #4FCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC8D; }
p { color: rgb(79,204,141); }
H1.HeaderClassName
{
color: #4FCC8D;
}
.AnyTagClassName
{
color: #4FCC8D;
}
</style>
background-color css
<style>
a { background-color: #4FCC8D; }
a { background-color: rgb(79,204,141); }
div.DivClassName
{
background-color: #4FCC8D;
}
.BgClassName
{
background-color: #4FCC8D;
}
</style>
border-color css
<style>
span { border-color: #4FCC8D; }
span { border-color: rgb(79,204,141); }
td.TdClassName
{
border-color: #4FCC8D;
}
.TagClassName
{
border-color: #4FCC8D;
}
</style>