Shades of Emerald #4FC168
Tints of Emerald #4FC168
RGB
CMYK
RGB Variations
Color information
#4FC168 (or 0x4FC168) is known color: Emerald. HEX triplet: 4F, C1 and 68. RGB value is (79,193,104). Sum of RGB (Red+Green+Blue) = 79+193+104=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC168 is #B03E97. Grayscale: #959595. Windows color (decimal): -11550360 or 6865231. OLE color: 6865231.
HSL color Cylindrical-coordinate representation of color #4FC168: hue angle of 133.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC168 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 104 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.24 |
| HSL | 133.16º | 0.48% | 0.53% | - |
| HSV(B) | 133.16º | 0.59% | 0.76% | - |
| XYZ | 24.79 | 40.8 | 19.67 | - |
| YUV | 148.77 | 102.73 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 104 | 0.59 | 0 | 0.46 | 0.24 | 133.16 | 0.48 | 0.53 |
| Hex | 4F | C1 | 68 | 3B | 0 | 2E | 18 | 85 | 30 | 35 |
| Octal | 117 | 301 | 150 | 73 | 0 | 56 | 30 | 205 | 60 | 65 |
| Binary | 1001111 | 11000001 | 1101000 | 111011 | 0 | 101110 | 11000 | 10000101 | 110000 | 110101 |
Color Harmonies of #4FC168
Complementary color
Monochromatic Colors of #4FC168
Black with #4FC168
Text Example
Text Example
White with #4FC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC168; }
p { color: rgb(79,193,104); }
H1.HeaderClassName
{
color: #4FC168;
}
.AnyTagClassName
{
color: #4FC168;
}
</style>
background-color css
<style>
a { background-color: #4FC168; }
a { background-color: rgb(79,193,104); }
div.DivClassName
{
background-color: #4FC168;
}
.BgClassName
{
background-color: #4FC168;
}
</style>
border-color css
<style>
span { border-color: #4FC168; }
span { border-color: rgb(79,193,104); }
td.TdClassName
{
border-color: #4FC168;
}
.TagClassName
{
border-color: #4FC168;
}
</style>