Shades of Emerald #4DD275
Tints of Emerald #4DD275
RGB
CMYK
RGB Variations
Color information
#4DD275 (or 0x4DD275) is known color: Emerald. HEX triplet: 4D, D2 and 75. RGB value is (77,210,117). Sum of RGB (Red+Green+Blue) = 77+210+117=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD275 is #B22D8A. Grayscale: #9F9F9F. Windows color (decimal): -11677067 or 7721549. OLE color: 7721549.
HSL color Cylindrical-coordinate representation of color #4DD275: hue angle of 138.05º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD275 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 117 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.18 |
| HSL | 138.05º | 0.6% | 0.56% | - |
| HSV(B) | 138.05º | 0.63% | 0.82% | - |
| XYZ | 29.32 | 48.96 | 24.73 | - |
| YUV | 159.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 117 | 0.63 | 0 | 0.44 | 0.18 | 138.05 | 0.6 | 0.56 |
| Hex | 4D | D2 | 75 | 3F | 0 | 2C | 12 | 8A | 3C | 38 |
| Octal | 115 | 322 | 165 | 77 | 0 | 54 | 22 | 212 | 74 | 70 |
| Binary | 1001101 | 11010010 | 1110101 | 111111 | 0 | 101100 | 10010 | 10001010 | 111100 | 111000 |
Color Harmonies of #4DD275
Complementary color
Monochromatic Colors of #4DD275
Black with #4DD275
Text Example
Text Example
White with #4DD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD275; }
p { color: rgb(77,210,117); }
H1.HeaderClassName
{
color: #4DD275;
}
.AnyTagClassName
{
color: #4DD275;
}
</style>
background-color css
<style>
a { background-color: #4DD275; }
a { background-color: rgb(77,210,117); }
div.DivClassName
{
background-color: #4DD275;
}
.BgClassName
{
background-color: #4DD275;
}
</style>
border-color css
<style>
span { border-color: #4DD275; }
span { border-color: rgb(77,210,117); }
td.TdClassName
{
border-color: #4DD275;
}
.TagClassName
{
border-color: #4DD275;
}
</style>