Shades of Emerald #4FCB76
Tints of Emerald #4FCB76
RGB
CMYK
RGB Variations
Color information
#4FCB76 (or 0x4FCB76) is known color: Emerald. HEX triplet: 4F, CB and 76. RGB value is (79,203,118). Sum of RGB (Red+Green+Blue) = 79+203+118=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB76 is #B03489. Grayscale: #9C9C9C. Windows color (decimal): -11547786 or 7785295. OLE color: 7785295.
HSL color Cylindrical-coordinate representation of color #4FCB76: hue angle of 138.87º 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 #4FCB76 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 118 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.20 |
| HSL | 138.87º | 0.54% | 0.55% | - |
| HSV(B) | 138.87º | 0.61% | 0.8% | - |
| XYZ | 27.85 | 45.68 | 24.49 | - |
| YUV | 156.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 118 | 0.61 | 0 | 0.42 | 0.20 | 138.87 | 0.54 | 0.55 |
| Hex | 4F | CB | 76 | 3D | 0 | 2A | 14 | 8B | 36 | 37 |
| Octal | 117 | 313 | 166 | 75 | 0 | 52 | 24 | 213 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1110110 | 111101 | 0 | 101010 | 10100 | 10001011 | 110110 | 110111 |
Color Harmonies of #4FCB76
Complementary color
Monochromatic Colors of #4FCB76
Black with #4FCB76
Text Example
Text Example
White with #4FCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB76; }
p { color: rgb(79,203,118); }
H1.HeaderClassName
{
color: #4FCB76;
}
.AnyTagClassName
{
color: #4FCB76;
}
</style>
background-color css
<style>
a { background-color: #4FCB76; }
a { background-color: rgb(79,203,118); }
div.DivClassName
{
background-color: #4FCB76;
}
.BgClassName
{
background-color: #4FCB76;
}
</style>
border-color css
<style>
span { border-color: #4FCB76; }
span { border-color: rgb(79,203,118); }
td.TdClassName
{
border-color: #4FCB76;
}
.TagClassName
{
border-color: #4FCB76;
}
</style>