Shades of Emerald #4DDE67
Tints of Emerald #4DDE67
RGB
CMYK
RGB Variations
Color information
#4DDE67 (or 0x4DDE67) is known color: Emerald. HEX triplet: 4D, DE and 67. RGB value is (77,222,103). Sum of RGB (Red+Green+Blue) = 77+222+103=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDE67 is #B22198. Grayscale: #A5A5A5. Windows color (decimal): -11674009 or 6807117. OLE color: 6807117.
HSL color Cylindrical-coordinate representation of color #4DDE67: hue angle of 130.76º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDE67 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 103 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.13 |
| HSL | 130.76º | 0.69% | 0.59% | - |
| HSV(B) | 130.76º | 0.65% | 0.87% | - |
| XYZ | 31.63 | 54.8 | 21.74 | - |
| YUV | 165.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 103 | 0.65 | 0 | 0.54 | 0.13 | 130.76 | 0.69 | 0.59 |
| Hex | 4D | DE | 67 | 41 | 0 | 36 | D | 83 | 45 | 3B |
| Octal | 115 | 336 | 147 | 101 | 0 | 66 | 15 | 203 | 105 | 73 |
| Binary | 1001101 | 11011110 | 1100111 | 1000001 | 0 | 110110 | 1101 | 10000011 | 1000101 | 111011 |
Color Harmonies of #4DDE67
Complementary color
Monochromatic Colors of #4DDE67
Black with #4DDE67
Text Example
Text Example
White with #4DDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE67; }
p { color: rgb(77,222,103); }
H1.HeaderClassName
{
color: #4DDE67;
}
.AnyTagClassName
{
color: #4DDE67;
}
</style>
background-color css
<style>
a { background-color: #4DDE67; }
a { background-color: rgb(77,222,103); }
div.DivClassName
{
background-color: #4DDE67;
}
.BgClassName
{
background-color: #4DDE67;
}
</style>
border-color css
<style>
span { border-color: #4DDE67; }
span { border-color: rgb(77,222,103); }
td.TdClassName
{
border-color: #4DDE67;
}
.TagClassName
{
border-color: #4DDE67;
}
</style>