Shades of Emerald #4FC970
Tints of Emerald #4FC970
RGB
CMYK
RGB Variations
Color information
#4FC970 (or 0x4FC970) is known color: Emerald. HEX triplet: 4F, C9 and 70. RGB value is (79,201,112). Sum of RGB (Red+Green+Blue) = 79+201+112=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #4FC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC970 is #B0368F. Grayscale: #9A9A9A. Windows color (decimal): -11548304 or 7391567. OLE color: 7391567.
HSL color Cylindrical-coordinate representation of color #4FC970: hue angle of 136.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC970 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 201 | 112 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.21 |
| HSL | 136.23º | 0.53% | 0.55% | - |
| HSV(B) | 136.23º | 0.61% | 0.79% | - |
| XYZ | 27.04 | 44.61 | 22.51 | - |
| YUV | 154.38 | 104.08 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 112 | 0.61 | 0 | 0.44 | 0.21 | 136.23 | 0.53 | 0.55 |
| Hex | 4F | C9 | 70 | 3D | 0 | 2C | 15 | 88 | 35 | 37 |
| Octal | 117 | 311 | 160 | 75 | 0 | 54 | 25 | 210 | 65 | 67 |
| Binary | 1001111 | 11001001 | 1110000 | 111101 | 0 | 101100 | 10101 | 10001000 | 110101 | 110111 |
Color Harmonies of #4FC970
Complementary color
Monochromatic Colors of #4FC970
Black with #4FC970
Text Example
Text Example
White with #4FC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC970; }
p { color: rgb(79,201,112); }
H1.HeaderClassName
{
color: #4FC970;
}
.AnyTagClassName
{
color: #4FC970;
}
</style>
background-color css
<style>
a { background-color: #4FC970; }
a { background-color: rgb(79,201,112); }
div.DivClassName
{
background-color: #4FC970;
}
.BgClassName
{
background-color: #4FC970;
}
</style>
border-color css
<style>
span { border-color: #4FC970; }
span { border-color: rgb(79,201,112); }
td.TdClassName
{
border-color: #4FC970;
}
.TagClassName
{
border-color: #4FC970;
}
</style>