Shades of Emerald #4FCF85
Tints of Emerald #4FCF85
RGB
CMYK
RGB Variations
Color information
#4FCF85 (or 0x4FCF85) is known color: Emerald. HEX triplet: 4F, CF and 85. RGB value is (79,207,133). Sum of RGB (Red+Green+Blue) = 79+207+133=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCF85 is #B0307A. Grayscale: #A0A0A0. Windows color (decimal): -11546747 or 8769359. OLE color: 8769359.
HSL color Cylindrical-coordinate representation of color #4FCF85: hue angle of 145.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCF85 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 133 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.19 |
| HSL | 145.31º | 0.57% | 0.56% | - |
| HSV(B) | 145.31º | 0.62% | 0.81% | - |
| XYZ | 29.77 | 47.98 | 29.88 | - |
| YUV | 160.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 133 | 0.62 | 0 | 0.36 | 0.19 | 145.31 | 0.57 | 0.56 |
| Hex | 4F | CF | 85 | 3E | 0 | 24 | 13 | 91 | 39 | 38 |
| Octal | 117 | 317 | 205 | 76 | 0 | 44 | 23 | 221 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10000101 | 111110 | 0 | 100100 | 10011 | 10010001 | 111001 | 111000 |
Color Harmonies of #4FCF85
Complementary color
Monochromatic Colors of #4FCF85
Black with #4FCF85
Text Example
Text Example
White with #4FCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF85; }
p { color: rgb(79,207,133); }
H1.HeaderClassName
{
color: #4FCF85;
}
.AnyTagClassName
{
color: #4FCF85;
}
</style>
background-color css
<style>
a { background-color: #4FCF85; }
a { background-color: rgb(79,207,133); }
div.DivClassName
{
background-color: #4FCF85;
}
.BgClassName
{
background-color: #4FCF85;
}
</style>
border-color css
<style>
span { border-color: #4FCF85; }
span { border-color: rgb(79,207,133); }
td.TdClassName
{
border-color: #4FCF85;
}
.TagClassName
{
border-color: #4FCF85;
}
</style>