Shades of Emerald #4DD765
Tints of Emerald #4DD765
RGB
CMYK
RGB Variations
Color information
#4DD765 (or 0x4DD765) is known color: Emerald. HEX triplet: 4D, D7 and 65. RGB value is (77,215,101). Sum of RGB (Red+Green+Blue) = 77+215+101=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD765 is #B2289A. Grayscale: #A1A1A1. Windows color (decimal): -11675803 or 6674253. OLE color: 6674253.
HSL color Cylindrical-coordinate representation of color #4DD765: hue angle of 130.43º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD765 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 101 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.16 |
| HSL | 130.43º | 0.63% | 0.57% | - |
| HSV(B) | 130.43º | 0.64% | 0.84% | - |
| XYZ | 29.71 | 51.12 | 20.61 | - |
| YUV | 160.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 101 | 0.64 | 0 | 0.53 | 0.16 | 130.43 | 0.63 | 0.57 |
| Hex | 4D | D7 | 65 | 40 | 0 | 35 | 10 | 82 | 3F | 39 |
| Octal | 115 | 327 | 145 | 100 | 0 | 65 | 20 | 202 | 77 | 71 |
| Binary | 1001101 | 11010111 | 1100101 | 1000000 | 0 | 110101 | 10000 | 10000010 | 111111 | 111001 |
Color Harmonies of #4DD765
Complementary color
Monochromatic Colors of #4DD765
Black with #4DD765
Text Example
Text Example
White with #4DD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD765; }
p { color: rgb(77,215,101); }
H1.HeaderClassName
{
color: #4DD765;
}
.AnyTagClassName
{
color: #4DD765;
}
</style>
background-color css
<style>
a { background-color: #4DD765; }
a { background-color: rgb(77,215,101); }
div.DivClassName
{
background-color: #4DD765;
}
.BgClassName
{
background-color: #4DD765;
}
</style>
border-color css
<style>
span { border-color: #4DD765; }
span { border-color: rgb(77,215,101); }
td.TdClassName
{
border-color: #4DD765;
}
.TagClassName
{
border-color: #4DD765;
}
</style>