Shades of Emerald #4DCD8D
Tints of Emerald #4DCD8D
RGB
CMYK
RGB Variations
Color information
#4DCD8D (or 0x4DCD8D) is known color: Emerald. HEX triplet: 4D, CD and 8D. RGB value is (77,205,141). Sum of RGB (Red+Green+Blue) = 77+205+141=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD8D is #B23272. Grayscale: #9F9F9F. Windows color (decimal): -11678323 or 9293133. OLE color: 9293133.
HSL color Cylindrical-coordinate representation of color #4DCD8D: hue angle of 150º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD8D is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
RGB | 77 | 205 | 141 | - |
CMYK | 0.62 | 0 | 0.31 | 0.20 |
HSL | 150º | 0.56% | 0.55% | - |
HSV(B) | 150º | 0.62% | 0.8% | - |
XYZ | 29.7 | 47.16 | 32.74 | - |
YUV | 159.43 | 117.59 | 69.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 205 | 141 | 0.62 | 0 | 0.31 | 0.20 | 150 | 0.56 | 0.55 |
Hex | 4D | CD | 8D | 3E | 0 | 1F | 14 | 96 | 38 | 37 |
Octal | 115 | 315 | 215 | 76 | 0 | 37 | 24 | 226 | 70 | 67 |
Binary | 1001101 | 11001101 | 10001101 | 111110 | 0 | 11111 | 10100 | 10010110 | 111000 | 110111 |
Color Harmonies of #4DCD8D
Complementary color
Monochromatic Colors of #4DCD8D
Black with #4DCD8D
Text Example
Text Example
White with #4DCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD8D; }
p { color: rgb(77,205,141); }
H1.HeaderClassName
{
color: #4DCD8D;
}
.AnyTagClassName
{
color: #4DCD8D;
}
</style>
background-color css
<style>
a { background-color: #4DCD8D; }
a { background-color: rgb(77,205,141); }
div.DivClassName
{
background-color: #4DCD8D;
}
.BgClassName
{
background-color: #4DCD8D;
}
</style>
border-color css
<style>
span { border-color: #4DCD8D; }
span { border-color: rgb(77,205,141); }
td.TdClassName
{
border-color: #4DCD8D;
}
.TagClassName
{
border-color: #4DCD8D;
}
</style>