Shades of Emerald #4DCF74
Tints of Emerald #4DCF74
RGB
CMYK
RGB Variations
Color information
#4DCF74 (or 0x4DCF74) is known color: Emerald. HEX triplet: 4D, CF and 74. RGB value is (77,207,116). Sum of RGB (Red+Green+Blue) = 77+207+116=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCF74 is #B2308B. Grayscale: #9D9D9D. Windows color (decimal): -11677836 or 7655245. OLE color: 7655245.
HSL color Cylindrical-coordinate representation of color #4DCF74: hue angle of 138º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCF74 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 116 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.19 |
| HSL | 138º | 0.58% | 0.56% | - |
| HSV(B) | 138º | 0.63% | 0.81% | - |
| XYZ | 28.53 | 47.46 | 24.18 | - |
| YUV | 157.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 116 | 0.63 | 0 | 0.44 | 0.19 | 138 | 0.58 | 0.56 |
| Hex | 4D | CF | 74 | 3F | 0 | 2C | 13 | 8A | 3A | 38 |
| Octal | 115 | 317 | 164 | 77 | 0 | 54 | 23 | 212 | 72 | 70 |
| Binary | 1001101 | 11001111 | 1110100 | 111111 | 0 | 101100 | 10011 | 10001010 | 111010 | 111000 |
Color Harmonies of #4DCF74
Complementary color
Monochromatic Colors of #4DCF74
Black with #4DCF74
Text Example
Text Example
White with #4DCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF74; }
p { color: rgb(77,207,116); }
H1.HeaderClassName
{
color: #4DCF74;
}
.AnyTagClassName
{
color: #4DCF74;
}
</style>
background-color css
<style>
a { background-color: #4DCF74; }
a { background-color: rgb(77,207,116); }
div.DivClassName
{
background-color: #4DCF74;
}
.BgClassName
{
background-color: #4DCF74;
}
</style>
border-color css
<style>
span { border-color: #4DCF74; }
span { border-color: rgb(77,207,116); }
td.TdClassName
{
border-color: #4DCF74;
}
.TagClassName
{
border-color: #4DCF74;
}
</style>