Shades of Emerald #4DFA90
Tints of Emerald #4DFA90
RGB
CMYK
RGB Variations
Color information
#4DFA90 (or 0x4DFA90) is known color: Emerald. HEX triplet: 4D, FA and 90. RGB value is (77,250,144). Sum of RGB (Red+Green+Blue) = 77+250+144=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFA90 is #B2056F. Grayscale: #BABABA. Windows color (decimal): -11666800 or 9501261. OLE color: 9501261.
HSL color Cylindrical-coordinate representation of color #4DFA90: hue angle of 143.24º degrees, saturation: 0.95, 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 #4DFA90 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 144 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.02 |
| HSL | 143.24º | 0.95% | 0.64% | - |
| HSV(B) | 143.24º | 0.69% | 0.98% | - |
| XYZ | 42.28 | 71.96 | 38.05 | - |
| YUV | 186.19 | 104.19 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 144 | 0.69 | 0 | 0.42 | 0.02 | 143.24 | 0.95 | 0.64 |
| Hex | 4D | FA | 90 | 45 | 0 | 2A | 2 | 8F | 5F | 40 |
| Octal | 115 | 372 | 220 | 105 | 0 | 52 | 2 | 217 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10010000 | 1000101 | 0 | 101010 | 10 | 10001111 | 1011111 | 1000000 |
Color Harmonies of #4DFA90
Complementary color
Monochromatic Colors of #4DFA90
Black with #4DFA90
Text Example
Text Example
White with #4DFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA90; }
p { color: rgb(77,250,144); }
H1.HeaderClassName
{
color: #4DFA90;
}
.AnyTagClassName
{
color: #4DFA90;
}
</style>
background-color css
<style>
a { background-color: #4DFA90; }
a { background-color: rgb(77,250,144); }
div.DivClassName
{
background-color: #4DFA90;
}
.BgClassName
{
background-color: #4DFA90;
}
</style>
border-color css
<style>
span { border-color: #4DFA90; }
span { border-color: rgb(77,250,144); }
td.TdClassName
{
border-color: #4DFA90;
}
.TagClassName
{
border-color: #4DFA90;
}
</style>