Shades of Emerald #4DD06C
Tints of Emerald #4DD06C
RGB
CMYK
RGB Variations
Color information
#4DD06C (or 0x4DD06C) is known color: Emerald. HEX triplet: 4D, D0 and 6C. RGB value is (77,208,108). Sum of RGB (Red+Green+Blue) = 77+208+108=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD06C is #B22F93. Grayscale: #9D9D9D. Windows color (decimal): -11677588 or 7131213. OLE color: 7131213.
HSL color Cylindrical-coordinate representation of color #4DD06C: hue angle of 134.2º degrees, saturation: 0.58, 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 #4DD06C is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 108 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.18 |
| HSL | 134.2º | 0.58% | 0.56% | - |
| HSV(B) | 134.2º | 0.63% | 0.82% | - |
| XYZ | 28.32 | 47.77 | 21.92 | - |
| YUV | 157.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 108 | 0.63 | 0 | 0.48 | 0.18 | 134.2 | 0.58 | 0.56 |
| Hex | 4D | D0 | 6C | 3F | 0 | 30 | 12 | 86 | 3A | 38 |
| Octal | 115 | 320 | 154 | 77 | 0 | 60 | 22 | 206 | 72 | 70 |
| Binary | 1001101 | 11010000 | 1101100 | 111111 | 0 | 110000 | 10010 | 10000110 | 111010 | 111000 |
Color Harmonies of #4DD06C
Complementary color
Monochromatic Colors of #4DD06C
Black with #4DD06C
Text Example
Text Example
White with #4DD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD06C; }
p { color: rgb(77,208,108); }
H1.HeaderClassName
{
color: #4DD06C;
}
.AnyTagClassName
{
color: #4DD06C;
}
</style>
background-color css
<style>
a { background-color: #4DD06C; }
a { background-color: rgb(77,208,108); }
div.DivClassName
{
background-color: #4DD06C;
}
.BgClassName
{
background-color: #4DD06C;
}
</style>
border-color css
<style>
span { border-color: #4DD06C; }
span { border-color: rgb(77,208,108); }
td.TdClassName
{
border-color: #4DD06C;
}
.TagClassName
{
border-color: #4DD06C;
}
</style>