Shades of Emerald #4DF483
Tints of Emerald #4DF483
RGB
CMYK
RGB Variations
Color information
#4DF483 (or 0x4DF483) is known color: Emerald. HEX triplet: 4D, F4 and 83. RGB value is (77,244,131). Sum of RGB (Red+Green+Blue) = 77+244+131=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 244 (95.70% from 255 or 53.98% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF483 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF483 is #B20B7C. Grayscale: #B5B5B5. Windows color (decimal): -11668349 or 8647757. OLE color: 8647757.
HSL color Cylindrical-coordinate representation of color #4DF483: hue angle of 139.4º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF483 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 131 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.04 |
| HSL | 139.4º | 0.88% | 0.63% | - |
| HSV(B) | 139.4º | 0.68% | 0.96% | - |
| XYZ | 39.51 | 67.92 | 32.5 | - |
| YUV | 181.19 | 99.67 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 131 | 0.68 | 0 | 0.46 | 0.04 | 139.4 | 0.88 | 0.63 |
| Hex | 4D | F4 | 83 | 44 | 0 | 2E | 4 | 8B | 58 | 3F |
| Octal | 115 | 364 | 203 | 104 | 0 | 56 | 4 | 213 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10000011 | 1000100 | 0 | 101110 | 100 | 10001011 | 1011000 | 111111 |
Color Harmonies of #4DF483
Complementary color
Monochromatic Colors of #4DF483
Black with #4DF483
Text Example
Text Example
White with #4DF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF483; }
p { color: rgb(77,244,131); }
H1.HeaderClassName
{
color: #4DF483;
}
.AnyTagClassName
{
color: #4DF483;
}
</style>
background-color css
<style>
a { background-color: #4DF483; }
a { background-color: rgb(77,244,131); }
div.DivClassName
{
background-color: #4DF483;
}
.BgClassName
{
background-color: #4DF483;
}
</style>
border-color css
<style>
span { border-color: #4DF483; }
span { border-color: rgb(77,244,131); }
td.TdClassName
{
border-color: #4DF483;
}
.TagClassName
{
border-color: #4DF483;
}
</style>