Shades of Emerald #4DBE83
Tints of Emerald #4DBE83
RGB
CMYK
RGB Variations
Color information
#4DBE83 (or 0x4DBE83) is known color: Emerald. HEX triplet: 4D, BE and 83. RGB value is (77,190,131). Sum of RGB (Red+Green+Blue) = 77+190+131=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE83 is #B2417C. Grayscale: #959595. Windows color (decimal): -11682173 or 8633933. OLE color: 8633933.
HSL color Cylindrical-coordinate representation of color #4DBE83: hue angle of 148.67º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE83 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 131 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.25 |
| HSL | 148.67º | 0.47% | 0.52% | - |
| HSV(B) | 148.67º | 0.59% | 0.75% | - |
| XYZ | 25.57 | 40.04 | 27.85 | - |
| YUV | 149.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 131 | 0.59 | 0 | 0.31 | 0.25 | 148.67 | 0.47 | 0.52 |
| Hex | 4D | BE | 83 | 3B | 0 | 1F | 19 | 95 | 2F | 34 |
| Octal | 115 | 276 | 203 | 73 | 0 | 37 | 31 | 225 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10000011 | 111011 | 0 | 11111 | 11001 | 10010101 | 101111 | 110100 |
Color Harmonies of #4DBE83
Complementary color
Monochromatic Colors of #4DBE83
Black with #4DBE83
Text Example
Text Example
White with #4DBE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE83; }
p { color: rgb(77,190,131); }
H1.HeaderClassName
{
color: #4DBE83;
}
.AnyTagClassName
{
color: #4DBE83;
}
</style>
background-color css
<style>
a { background-color: #4DBE83; }
a { background-color: rgb(77,190,131); }
div.DivClassName
{
background-color: #4DBE83;
}
.BgClassName
{
background-color: #4DBE83;
}
</style>
border-color css
<style>
span { border-color: #4DBE83; }
span { border-color: rgb(77,190,131); }
td.TdClassName
{
border-color: #4DBE83;
}
.TagClassName
{
border-color: #4DBE83;
}
</style>