Shades of Emerald #4DFC92
Tints of Emerald #4DFC92
RGB
CMYK
RGB Variations
Color information
#4DFC92 (or 0x4DFC92) is known color: Emerald. HEX triplet: 4D, FC and 92. RGB value is (77,252,146). Sum of RGB (Red+Green+Blue) = 77+252+146=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFC92 is #B2036D. Grayscale: #BBBBBB. Windows color (decimal): -11666286 or 9632845. OLE color: 9632845.
HSL color Cylindrical-coordinate representation of color #4DFC92: hue angle of 143.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFC92 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 146 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.01 |
| HSL | 143.66º | 0.97% | 0.65% | - |
| HSV(B) | 143.66º | 0.69% | 0.99% | - |
| XYZ | 43.06 | 73.27 | 39.07 | - |
| YUV | 187.59 | 104.52 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 146 | 0.69 | 0 | 0.42 | 0.01 | 143.66 | 0.97 | 0.65 |
| Hex | 4D | FC | 92 | 45 | 0 | 2A | 1 | 90 | 61 | 41 |
| Octal | 115 | 374 | 222 | 105 | 0 | 52 | 1 | 220 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10010010 | 1000101 | 0 | 101010 | 1 | 10010000 | 1100001 | 1000001 |
Color Harmonies of #4DFC92
Complementary color
Monochromatic Colors of #4DFC92
Black with #4DFC92
Text Example
Text Example
White with #4DFC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC92; }
p { color: rgb(77,252,146); }
H1.HeaderClassName
{
color: #4DFC92;
}
.AnyTagClassName
{
color: #4DFC92;
}
</style>
background-color css
<style>
a { background-color: #4DFC92; }
a { background-color: rgb(77,252,146); }
div.DivClassName
{
background-color: #4DFC92;
}
.BgClassName
{
background-color: #4DFC92;
}
</style>
border-color css
<style>
span { border-color: #4DFC92; }
span { border-color: rgb(77,252,146); }
td.TdClassName
{
border-color: #4DFC92;
}
.TagClassName
{
border-color: #4DFC92;
}
</style>