Shades of Emerald #4DD669
Tints of Emerald #4DD669
RGB
CMYK
RGB Variations
Color information
#4DD669 (or 0x4DD669) is known color: Emerald. HEX triplet: 4D, D6 and 69. RGB value is (77,214,105). Sum of RGB (Red+Green+Blue) = 77+214+105=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD669 is #B22996. Grayscale: #A0A0A0. Windows color (decimal): -11676055 or 6936141. OLE color: 6936141.
HSL color Cylindrical-coordinate representation of color #4DD669: hue angle of 132.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD669 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 105 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.16 |
| HSL | 132.26º | 0.63% | 0.57% | - |
| HSV(B) | 132.26º | 0.64% | 0.84% | - |
| XYZ | 29.66 | 50.69 | 21.59 | - |
| YUV | 160.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 105 | 0.64 | 0 | 0.51 | 0.16 | 132.26 | 0.63 | 0.57 |
| Hex | 4D | D6 | 69 | 40 | 0 | 33 | 10 | 84 | 3F | 39 |
| Octal | 115 | 326 | 151 | 100 | 0 | 63 | 20 | 204 | 77 | 71 |
| Binary | 1001101 | 11010110 | 1101001 | 1000000 | 0 | 110011 | 10000 | 10000100 | 111111 | 111001 |
Color Harmonies of #4DD669
Complementary color
Monochromatic Colors of #4DD669
Black with #4DD669
Text Example
Text Example
White with #4DD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD669; }
p { color: rgb(77,214,105); }
H1.HeaderClassName
{
color: #4DD669;
}
.AnyTagClassName
{
color: #4DD669;
}
</style>
background-color css
<style>
a { background-color: #4DD669; }
a { background-color: rgb(77,214,105); }
div.DivClassName
{
background-color: #4DD669;
}
.BgClassName
{
background-color: #4DD669;
}
</style>
border-color css
<style>
span { border-color: #4DD669; }
span { border-color: rgb(77,214,105); }
td.TdClassName
{
border-color: #4DD669;
}
.TagClassName
{
border-color: #4DD669;
}
</style>