Shades of Emerald #4DC65F
Tints of Emerald #4DC65F
RGB
CMYK
RGB Variations
Color information
#4DC65F (or 0x4DC65F) is known color: Emerald. HEX triplet: 4D, C6 and 5F. RGB value is (77,198,95). Sum of RGB (Red+Green+Blue) = 77+198+95=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC65F is #B239A0. Grayscale: #969696. Windows color (decimal): -11680161 or 6276685. OLE color: 6276685.
HSL color Cylindrical-coordinate representation of color #4DC65F: hue angle of 128.93º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC65F is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 95 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.22 |
| HSL | 128.93º | 0.51% | 0.54% | - |
| HSV(B) | 128.93º | 0.61% | 0.78% | - |
| XYZ | 25.32 | 42.79 | 17.75 | - |
| YUV | 150.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 95 | 0.61 | 0 | 0.52 | 0.22 | 128.93 | 0.51 | 0.54 |
| Hex | 4D | C6 | 5F | 3D | 0 | 34 | 16 | 81 | 33 | 36 |
| Octal | 115 | 306 | 137 | 75 | 0 | 64 | 26 | 201 | 63 | 66 |
| Binary | 1001101 | 11000110 | 1011111 | 111101 | 0 | 110100 | 10110 | 10000001 | 110011 | 110110 |
Color Harmonies of #4DC65F
Complementary color
Monochromatic Colors of #4DC65F
Black with #4DC65F
Text Example
Text Example
White with #4DC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC65F; }
p { color: rgb(77,198,95); }
H1.HeaderClassName
{
color: #4DC65F;
}
.AnyTagClassName
{
color: #4DC65F;
}
</style>
background-color css
<style>
a { background-color: #4DC65F; }
a { background-color: rgb(77,198,95); }
div.DivClassName
{
background-color: #4DC65F;
}
.BgClassName
{
background-color: #4DC65F;
}
</style>
border-color css
<style>
span { border-color: #4DC65F; }
span { border-color: rgb(77,198,95); }
td.TdClassName
{
border-color: #4DC65F;
}
.TagClassName
{
border-color: #4DC65F;
}
</style>