Shades of Emerald #4ED05C
Tints of Emerald #4ED05C
RGB
CMYK
RGB Variations
Color information
#4ED05C (or 0x4ED05C) is known color: Emerald. HEX triplet: 4E, D0 and 5C. RGB value is (78,208,92). Sum of RGB (Red+Green+Blue) = 78+208+92=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED05C is #B12FA3. Grayscale: #9C9C9C. Windows color (decimal): -11612068 or 6082638. OLE color: 6082638.
HSL color Cylindrical-coordinate representation of color #4ED05C: hue angle of 126.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED05C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 92 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.18 |
| HSL | 126.46º | 0.58% | 0.56% | - |
| HSV(B) | 126.46º | 0.63% | 0.82% | - |
| XYZ | 27.63 | 47.5 | 17.84 | - |
| YUV | 155.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 92 | 0.62 | 0 | 0.56 | 0.18 | 126.46 | 0.58 | 0.56 |
| Hex | 4E | D0 | 5C | 3E | 0 | 38 | 12 | 7E | 3A | 38 |
| Octal | 116 | 320 | 134 | 76 | 0 | 70 | 22 | 176 | 72 | 70 |
| Binary | 1001110 | 11010000 | 1011100 | 111110 | 0 | 111000 | 10010 | 1111110 | 111010 | 111000 |
Color Harmonies of #4ED05C
Complementary color
Monochromatic Colors of #4ED05C
Black with #4ED05C
Text Example
Text Example
White with #4ED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED05C; }
p { color: rgb(78,208,92); }
H1.HeaderClassName
{
color: #4ED05C;
}
.AnyTagClassName
{
color: #4ED05C;
}
</style>
background-color css
<style>
a { background-color: #4ED05C; }
a { background-color: rgb(78,208,92); }
div.DivClassName
{
background-color: #4ED05C;
}
.BgClassName
{
background-color: #4ED05C;
}
</style>
border-color css
<style>
span { border-color: #4ED05C; }
span { border-color: rgb(78,208,92); }
td.TdClassName
{
border-color: #4ED05C;
}
.TagClassName
{
border-color: #4ED05C;
}
</style>