Shades of Emerald #4FC485
Tints of Emerald #4FC485
RGB
CMYK
RGB Variations
Color information
#4FC485 (or 0x4FC485) is known color: Emerald. HEX triplet: 4F, C4 and 85. RGB value is (79,196,133). Sum of RGB (Red+Green+Blue) = 79+196+133=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #4FC485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC485 is #B03B7A. Grayscale: #999999. Windows color (decimal): -11549563 or 8766543. OLE color: 8766543.
HSL color Cylindrical-coordinate representation of color #4FC485: hue angle of 147.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC485 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 196 | 133 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.23 |
| HSL | 147.69º | 0.5% | 0.54% | - |
| HSV(B) | 147.69º | 0.6% | 0.77% | - |
| XYZ | 27.2 | 42.84 | 29.02 | - |
| YUV | 153.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 196 | 133 | 0.60 | 0 | 0.32 | 0.23 | 147.69 | 0.5 | 0.54 |
| Hex | 4F | C4 | 85 | 3C | 0 | 20 | 17 | 94 | 32 | 36 |
| Octal | 117 | 304 | 205 | 74 | 0 | 40 | 27 | 224 | 62 | 66 |
| Binary | 1001111 | 11000100 | 10000101 | 111100 | 0 | 100000 | 10111 | 10010100 | 110010 | 110110 |
Color Harmonies of #4FC485
Complementary color
Monochromatic Colors of #4FC485
Black with #4FC485
Text Example
Text Example
White with #4FC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC485; }
p { color: rgb(79,196,133); }
H1.HeaderClassName
{
color: #4FC485;
}
.AnyTagClassName
{
color: #4FC485;
}
</style>
background-color css
<style>
a { background-color: #4FC485; }
a { background-color: rgb(79,196,133); }
div.DivClassName
{
background-color: #4FC485;
}
.BgClassName
{
background-color: #4FC485;
}
</style>
border-color css
<style>
span { border-color: #4FC485; }
span { border-color: rgb(79,196,133); }
td.TdClassName
{
border-color: #4FC485;
}
.TagClassName
{
border-color: #4FC485;
}
</style>