Shades of Emerald #4DFB90
Tints of Emerald #4DFB90
RGB
CMYK
RGB Variations
Color information
#4DFB90 (or 0x4DFB90) is known color: Emerald. HEX triplet: 4D, FB and 90. RGB value is (77,251,144). Sum of RGB (Red+Green+Blue) = 77+251+144=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB90 is #B2046F. Grayscale: #BBBBBB. Windows color (decimal): -11666544 or 9501517. OLE color: 9501517.
HSL color Cylindrical-coordinate representation of color #4DFB90: hue angle of 143.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFB90 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 144 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.02 |
| HSL | 143.1º | 0.96% | 0.64% | - |
| HSV(B) | 143.1º | 0.69% | 0.98% | - |
| XYZ | 42.59 | 72.59 | 38.15 | - |
| YUV | 186.78 | 103.85 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 144 | 0.69 | 0 | 0.43 | 0.02 | 143.1 | 0.96 | 0.64 |
| Hex | 4D | FB | 90 | 45 | 0 | 2B | 2 | 8F | 60 | 40 |
| Octal | 115 | 373 | 220 | 105 | 0 | 53 | 2 | 217 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10010000 | 1000101 | 0 | 101011 | 10 | 10001111 | 1100000 | 1000000 |
Color Harmonies of #4DFB90
Complementary color
Monochromatic Colors of #4DFB90
Black with #4DFB90
Text Example
Text Example
White with #4DFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB90; }
p { color: rgb(77,251,144); }
H1.HeaderClassName
{
color: #4DFB90;
}
.AnyTagClassName
{
color: #4DFB90;
}
</style>
background-color css
<style>
a { background-color: #4DFB90; }
a { background-color: rgb(77,251,144); }
div.DivClassName
{
background-color: #4DFB90;
}
.BgClassName
{
background-color: #4DFB90;
}
</style>
border-color css
<style>
span { border-color: #4DFB90; }
span { border-color: rgb(77,251,144); }
td.TdClassName
{
border-color: #4DFB90;
}
.TagClassName
{
border-color: #4DFB90;
}
</style>