Shades of Emerald #4FCB7F
Tints of Emerald #4FCB7F
RGB
CMYK
RGB Variations
Color information
#4FCB7F (or 0x4FCB7F) is known color: Emerald. HEX triplet: 4F, CB and 7F. RGB value is (79,203,127). Sum of RGB (Red+Green+Blue) = 79+203+127=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB7F is #B03480. Grayscale: #9D9D9D. Windows color (decimal): -11547777 or 8375119. OLE color: 8375119.
HSL color Cylindrical-coordinate representation of color #4FCB7F: hue angle of 143.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB7F is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 127 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.20 |
| HSL | 143.23º | 0.54% | 0.55% | - |
| HSV(B) | 143.23º | 0.61% | 0.8% | - |
| XYZ | 28.41 | 45.91 | 27.44 | - |
| YUV | 157.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 127 | 0.61 | 0 | 0.37 | 0.20 | 143.23 | 0.54 | 0.55 |
| Hex | 4F | CB | 7F | 3D | 0 | 25 | 14 | 8F | 36 | 37 |
| Octal | 117 | 313 | 177 | 75 | 0 | 45 | 24 | 217 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1111111 | 111101 | 0 | 100101 | 10100 | 10001111 | 110110 | 110111 |
Color Harmonies of #4FCB7F
Complementary color
Monochromatic Colors of #4FCB7F
Black with #4FCB7F
Text Example
Text Example
White with #4FCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB7F; }
p { color: rgb(79,203,127); }
H1.HeaderClassName
{
color: #4FCB7F;
}
.AnyTagClassName
{
color: #4FCB7F;
}
</style>
background-color css
<style>
a { background-color: #4FCB7F; }
a { background-color: rgb(79,203,127); }
div.DivClassName
{
background-color: #4FCB7F;
}
.BgClassName
{
background-color: #4FCB7F;
}
</style>
border-color css
<style>
span { border-color: #4FCB7F; }
span { border-color: rgb(79,203,127); }
td.TdClassName
{
border-color: #4FCB7F;
}
.TagClassName
{
border-color: #4FCB7F;
}
</style>