Shades of Emerald #4DC27D
Tints of Emerald #4DC27D
RGB
CMYK
RGB Variations
Color information
#4DC27D (or 0x4DC27D) is known color: Emerald. HEX triplet: 4D, C2 and 7D. RGB value is (77,194,125). Sum of RGB (Red+Green+Blue) = 77+194+125=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC27D is #B23D82. Grayscale: #979797. Windows color (decimal): -11681155 or 8241741. OLE color: 8241741.
HSL color Cylindrical-coordinate representation of color #4DC27D: hue angle of 144.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC27D is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 125 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.24 |
| HSL | 144.62º | 0.49% | 0.53% | - |
| HSV(B) | 144.62º | 0.6% | 0.76% | - |
| XYZ | 26.05 | 41.64 | 26.07 | - |
| YUV | 151.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 125 | 0.60 | 0 | 0.36 | 0.24 | 144.62 | 0.49 | 0.53 |
| Hex | 4D | C2 | 7D | 3C | 0 | 24 | 18 | 91 | 31 | 35 |
| Octal | 115 | 302 | 175 | 74 | 0 | 44 | 30 | 221 | 61 | 65 |
| Binary | 1001101 | 11000010 | 1111101 | 111100 | 0 | 100100 | 11000 | 10010001 | 110001 | 110101 |
Color Harmonies of #4DC27D
Complementary color
Monochromatic Colors of #4DC27D
Black with #4DC27D
Text Example
Text Example
White with #4DC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC27D; }
p { color: rgb(77,194,125); }
H1.HeaderClassName
{
color: #4DC27D;
}
.AnyTagClassName
{
color: #4DC27D;
}
</style>
background-color css
<style>
a { background-color: #4DC27D; }
a { background-color: rgb(77,194,125); }
div.DivClassName
{
background-color: #4DC27D;
}
.BgClassName
{
background-color: #4DC27D;
}
</style>
border-color css
<style>
span { border-color: #4DC27D; }
span { border-color: rgb(77,194,125); }
td.TdClassName
{
border-color: #4DC27D;
}
.TagClassName
{
border-color: #4DC27D;
}
</style>