Shades of Emerald #4DD068
Tints of Emerald #4DD068
RGB
CMYK
RGB Variations
Color information
#4DD068 (or 0x4DD068) is known color: Emerald. HEX triplet: 4D, D0 and 68. RGB value is (77,208,104). Sum of RGB (Red+Green+Blue) = 77+208+104=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD068 is #B22F97. Grayscale: #9D9D9D. Windows color (decimal): -11677592 or 6869069. OLE color: 6869069.
HSL color Cylindrical-coordinate representation of color #4DD068: hue angle of 132.37º 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 #4DD068 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 104 | - |
| CMYK | 0.63 | 0 | 0.5 | 0.18 |
| HSL | 132.37º | 0.58% | 0.56% | - |
| HSV(B) | 132.37º | 0.63% | 0.82% | - |
| XYZ | 28.12 | 47.69 | 20.82 | - |
| YUV | 156.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 104 | 0.63 | 0 | 0.5 | 0.18 | 132.37 | 0.58 | 0.56 |
| Hex | 4D | D0 | 68 | 3F | 0 | 32 | 12 | 84 | 3A | 38 |
| Octal | 115 | 320 | 150 | 77 | 0 | 62 | 22 | 204 | 72 | 70 |
| Binary | 1001101 | 11010000 | 1101000 | 111111 | 0 | 110010 | 10010 | 10000100 | 111010 | 111000 |
Color Harmonies of #4DD068
Complementary color
Monochromatic Colors of #4DD068
Black with #4DD068
Text Example
Text Example
White with #4DD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD068; }
p { color: rgb(77,208,104); }
H1.HeaderClassName
{
color: #4DD068;
}
.AnyTagClassName
{
color: #4DD068;
}
</style>
background-color css
<style>
a { background-color: #4DD068; }
a { background-color: rgb(77,208,104); }
div.DivClassName
{
background-color: #4DD068;
}
.BgClassName
{
background-color: #4DD068;
}
</style>
border-color css
<style>
span { border-color: #4DD068; }
span { border-color: rgb(77,208,104); }
td.TdClassName
{
border-color: #4DD068;
}
.TagClassName
{
border-color: #4DD068;
}
</style>