Shades of Emerald #4DC06F
Tints of Emerald #4DC06F
RGB
CMYK
RGB Variations
Color information
#4DC06F (or 0x4DC06F) is known color: Emerald. HEX triplet: 4D, C0 and 6F. RGB value is (77,192,111). Sum of RGB (Red+Green+Blue) = 77+192+111=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC06F is #B23F90. Grayscale: #949494. Windows color (decimal): -11681681 or 7323725. OLE color: 7323725.
HSL color Cylindrical-coordinate representation of color #4DC06F: hue angle of 137.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC06F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 111 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.25 |
| HSL | 137.74º | 0.48% | 0.53% | - |
| HSV(B) | 137.74º | 0.6% | 0.75% | - |
| XYZ | 24.78 | 40.42 | 21.54 | - |
| YUV | 148.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 111 | 0.60 | 0 | 0.42 | 0.25 | 137.74 | 0.48 | 0.53 |
| Hex | 4D | C0 | 6F | 3C | 0 | 2A | 19 | 8A | 30 | 35 |
| Octal | 115 | 300 | 157 | 74 | 0 | 52 | 31 | 212 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1101111 | 111100 | 0 | 101010 | 11001 | 10001010 | 110000 | 110101 |
Color Harmonies of #4DC06F
Complementary color
Monochromatic Colors of #4DC06F
Black with #4DC06F
Text Example
Text Example
White with #4DC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC06F; }
p { color: rgb(77,192,111); }
H1.HeaderClassName
{
color: #4DC06F;
}
.AnyTagClassName
{
color: #4DC06F;
}
</style>
background-color css
<style>
a { background-color: #4DC06F; }
a { background-color: rgb(77,192,111); }
div.DivClassName
{
background-color: #4DC06F;
}
.BgClassName
{
background-color: #4DC06F;
}
</style>
border-color css
<style>
span { border-color: #4DC06F; }
span { border-color: rgb(77,192,111); }
td.TdClassName
{
border-color: #4DC06F;
}
.TagClassName
{
border-color: #4DC06F;
}
</style>