Shades of Emerald #4CD06D
Tints of Emerald #4CD06D
RGB
CMYK
RGB Variations
Color information
#4CD06D (or 0x4CD06D) is known color: Emerald. HEX triplet: 4C, D0 and 6D. RGB value is (76,208,109). Sum of RGB (Red+Green+Blue) = 76+208+109=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD06D is #B32F92. Grayscale: #9D9D9D. Windows color (decimal): -11743123 or 7196748. OLE color: 7196748.
HSL color Cylindrical-coordinate representation of color #4CD06D: hue angle of 135º 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 #4CD06D is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 208 | 109 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.18 |
| HSL | 135º | 0.58% | 0.56% | - |
| HSV(B) | 135º | 0.63% | 0.82% | - |
| XYZ | 28.3 | 47.75 | 22.19 | - |
| YUV | 157.25 | 100.77 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 208 | 109 | 0.63 | 0 | 0.48 | 0.18 | 135 | 0.58 | 0.56 |
| Hex | 4C | D0 | 6D | 3F | 0 | 30 | 12 | 87 | 3A | 38 |
| Octal | 114 | 320 | 155 | 77 | 0 | 60 | 22 | 207 | 72 | 70 |
| Binary | 1001100 | 11010000 | 1101101 | 111111 | 0 | 110000 | 10010 | 10000111 | 111010 | 111000 |
Color Harmonies of #4CD06D
Complementary color
Monochromatic Colors of #4CD06D
Black with #4CD06D
Text Example
Text Example
White with #4CD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD06D; }
p { color: rgb(76,208,109); }
H1.HeaderClassName
{
color: #4CD06D;
}
.AnyTagClassName
{
color: #4CD06D;
}
</style>
background-color css
<style>
a { background-color: #4CD06D; }
a { background-color: rgb(76,208,109); }
div.DivClassName
{
background-color: #4CD06D;
}
.BgClassName
{
background-color: #4CD06D;
}
</style>
border-color css
<style>
span { border-color: #4CD06D; }
span { border-color: rgb(76,208,109); }
td.TdClassName
{
border-color: #4CD06D;
}
.TagClassName
{
border-color: #4CD06D;
}
</style>