Shades of Emerald #4FCC60
Tints of Emerald #4FCC60
RGB
CMYK
RGB Variations
Color information
#4FCC60 (or 0x4FCC60) is known color: Emerald. HEX triplet: 4F, CC and 60. RGB value is (79,204,96). Sum of RGB (Red+Green+Blue) = 79+204+96=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCC60 is #B0339F. Grayscale: #9A9A9A. Windows color (decimal): -11547552 or 6343759. OLE color: 6343759.
HSL color Cylindrical-coordinate representation of color #4FCC60: hue angle of 128.16º degrees, saturation: 0.55, 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 #4FCC60 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 96 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.2 |
| HSL | 128.16º | 0.55% | 0.55% | - |
| HSV(B) | 128.16º | 0.61% | 0.8% | - |
| XYZ | 26.93 | 45.69 | 18.47 | - |
| YUV | 154.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 96 | 0.61 | 0 | 0.53 | 0.2 | 128.16 | 0.55 | 0.55 |
| Hex | 4F | CC | 60 | 3D | 0 | 35 | 14 | 80 | 37 | 37 |
| Octal | 117 | 314 | 140 | 75 | 0 | 65 | 24 | 200 | 67 | 67 |
| Binary | 1001111 | 11001100 | 1100000 | 111101 | 0 | 110101 | 10100 | 10000000 | 110111 | 110111 |
Color Harmonies of #4FCC60
Complementary color
Monochromatic Colors of #4FCC60
Black with #4FCC60
Text Example
Text Example
White with #4FCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC60; }
p { color: rgb(79,204,96); }
H1.HeaderClassName
{
color: #4FCC60;
}
.AnyTagClassName
{
color: #4FCC60;
}
</style>
background-color css
<style>
a { background-color: #4FCC60; }
a { background-color: rgb(79,204,96); }
div.DivClassName
{
background-color: #4FCC60;
}
.BgClassName
{
background-color: #4FCC60;
}
</style>
border-color css
<style>
span { border-color: #4FCC60; }
span { border-color: rgb(79,204,96); }
td.TdClassName
{
border-color: #4FCC60;
}
.TagClassName
{
border-color: #4FCC60;
}
</style>