Shades of Emerald #4DFB93
Tints of Emerald #4DFB93
RGB
CMYK
RGB Variations
Color information
#4DFB93 (or 0x4DFB93) is known color: Emerald. HEX triplet: 4D, FB and 93. RGB value is (77,251,147). Sum of RGB (Red+Green+Blue) = 77+251+147=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB93 is #B2046C. Grayscale: #BBBBBB. Windows color (decimal): -11666541 or 9698125. OLE color: 9698125.
HSL color Cylindrical-coordinate representation of color #4DFB93: hue angle of 144.14º 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 #4DFB93 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 147 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.02 |
| HSL | 144.14º | 0.96% | 0.64% | - |
| HSV(B) | 144.14º | 0.69% | 0.98% | - |
| XYZ | 42.82 | 72.68 | 39.38 | - |
| YUV | 187.12 | 105.35 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 147 | 0.69 | 0 | 0.41 | 0.02 | 144.14 | 0.96 | 0.64 |
| Hex | 4D | FB | 93 | 45 | 0 | 29 | 2 | 90 | 60 | 40 |
| Octal | 115 | 373 | 223 | 105 | 0 | 51 | 2 | 220 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10010011 | 1000101 | 0 | 101001 | 10 | 10010000 | 1100000 | 1000000 |
Color Harmonies of #4DFB93
Complementary color
Monochromatic Colors of #4DFB93
Black with #4DFB93
Text Example
Text Example
White with #4DFB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB93; }
p { color: rgb(77,251,147); }
H1.HeaderClassName
{
color: #4DFB93;
}
.AnyTagClassName
{
color: #4DFB93;
}
</style>
background-color css
<style>
a { background-color: #4DFB93; }
a { background-color: rgb(77,251,147); }
div.DivClassName
{
background-color: #4DFB93;
}
.BgClassName
{
background-color: #4DFB93;
}
</style>
border-color css
<style>
span { border-color: #4DFB93; }
span { border-color: rgb(77,251,147); }
td.TdClassName
{
border-color: #4DFB93;
}
.TagClassName
{
border-color: #4DFB93;
}
</style>