Shades of Emerald #4FC166
Tints of Emerald #4FC166
RGB
CMYK
RGB Variations
Color information
#4FC166 (or 0x4FC166) is known color: Emerald. HEX triplet: 4F, C1 and 66. RGB value is (79,193,102). Sum of RGB (Red+Green+Blue) = 79+193+102=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC166 is #B03E99. Grayscale: #949494. Windows color (decimal): -11550362 or 6734159. OLE color: 6734159.
HSL color Cylindrical-coordinate representation of color #4FC166: hue angle of 132.11º 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 #4FC166 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 102 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.24 |
| HSL | 132.11º | 0.48% | 0.53% | - |
| HSV(B) | 132.11º | 0.59% | 0.76% | - |
| XYZ | 24.69 | 40.76 | 19.14 | - |
| YUV | 148.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 102 | 0.59 | 0 | 0.47 | 0.24 | 132.11 | 0.48 | 0.53 |
| Hex | 4F | C1 | 66 | 3B | 0 | 2F | 18 | 84 | 30 | 35 |
| Octal | 117 | 301 | 146 | 73 | 0 | 57 | 30 | 204 | 60 | 65 |
| Binary | 1001111 | 11000001 | 1100110 | 111011 | 0 | 101111 | 11000 | 10000100 | 110000 | 110101 |
Color Harmonies of #4FC166
Complementary color
Monochromatic Colors of #4FC166
Black with #4FC166
Text Example
Text Example
White with #4FC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC166; }
p { color: rgb(79,193,102); }
H1.HeaderClassName
{
color: #4FC166;
}
.AnyTagClassName
{
color: #4FC166;
}
</style>
background-color css
<style>
a { background-color: #4FC166; }
a { background-color: rgb(79,193,102); }
div.DivClassName
{
background-color: #4FC166;
}
.BgClassName
{
background-color: #4FC166;
}
</style>
border-color css
<style>
span { border-color: #4FC166; }
span { border-color: rgb(79,193,102); }
td.TdClassName
{
border-color: #4FC166;
}
.TagClassName
{
border-color: #4FC166;
}
</style>