Shades of Emerald #4FC785
Tints of Emerald #4FC785
RGB
CMYK
RGB Variations
Color information
#4FC785 (or 0x4FC785) is known color: Emerald. HEX triplet: 4F, C7 and 85. RGB value is (79,199,133). Sum of RGB (Red+Green+Blue) = 79+199+133=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #4FC785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC785 is #B0387A. Grayscale: #9B9B9B. Windows color (decimal): -11548795 or 8767311. OLE color: 8767311.
HSL color Cylindrical-coordinate representation of color #4FC785: hue angle of 147º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC785 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 199 | 133 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.22 |
| HSL | 147º | 0.52% | 0.55% | - |
| HSV(B) | 147º | 0.6% | 0.78% | - |
| XYZ | 27.88 | 44.2 | 29.25 | - |
| YUV | 155.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 133 | 0.60 | 0 | 0.33 | 0.22 | 147 | 0.52 | 0.55 |
| Hex | 4F | C7 | 85 | 3C | 0 | 21 | 16 | 93 | 34 | 37 |
| Octal | 117 | 307 | 205 | 74 | 0 | 41 | 26 | 223 | 64 | 67 |
| Binary | 1001111 | 11000111 | 10000101 | 111100 | 0 | 100001 | 10110 | 10010011 | 110100 | 110111 |
Color Harmonies of #4FC785
Complementary color
Monochromatic Colors of #4FC785
Black with #4FC785
Text Example
Text Example
White with #4FC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC785; }
p { color: rgb(79,199,133); }
H1.HeaderClassName
{
color: #4FC785;
}
.AnyTagClassName
{
color: #4FC785;
}
</style>
background-color css
<style>
a { background-color: #4FC785; }
a { background-color: rgb(79,199,133); }
div.DivClassName
{
background-color: #4FC785;
}
.BgClassName
{
background-color: #4FC785;
}
</style>
border-color css
<style>
span { border-color: #4FC785; }
span { border-color: rgb(79,199,133); }
td.TdClassName
{
border-color: #4FC785;
}
.TagClassName
{
border-color: #4FC785;
}
</style>