Shades of Emerald #3EDD83
Tints of Emerald #3EDD83
RGB
CMYK
RGB Variations
Color information
#3EDD83 (or 0x3EDD83) is known color: Emerald. HEX triplet: 3E, DD and 83. RGB value is (62,221,131). Sum of RGB (Red+Green+Blue) = 62+221+131=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDD83 is #C1227C. Grayscale: #A3A3A3. Windows color (decimal): -12657277 or 8641854. OLE color: 8641854.
HSL color Cylindrical-coordinate representation of color #3EDD83: hue angle of 146.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD83 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 131 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.13 |
| HSL | 146.04º | 0.7% | 0.55% | - |
| HSV(B) | 146.04º | 0.72% | 0.87% | - |
| XYZ | 31.94 | 54.38 | 30.28 | - |
| YUV | 163.2 | 109.82 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 131 | 0.72 | 0 | 0.41 | 0.13 | 146.04 | 0.7 | 0.55 |
| Hex | 3E | DD | 83 | 48 | 0 | 29 | D | 92 | 46 | 37 |
| Octal | 76 | 335 | 203 | 110 | 0 | 51 | 15 | 222 | 106 | 67 |
| Binary | 111110 | 11011101 | 10000011 | 1001000 | 0 | 101001 | 1101 | 10010010 | 1000110 | 110111 |
Color Harmonies of #3EDD83
Complementary color
Monochromatic Colors of #3EDD83
Black with #3EDD83
Text Example
Text Example
White with #3EDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD83; }
p { color: rgb(62,221,131); }
H1.HeaderClassName
{
color: #3EDD83;
}
.AnyTagClassName
{
color: #3EDD83;
}
</style>
background-color css
<style>
a { background-color: #3EDD83; }
a { background-color: rgb(62,221,131); }
div.DivClassName
{
background-color: #3EDD83;
}
.BgClassName
{
background-color: #3EDD83;
}
</style>
border-color css
<style>
span { border-color: #3EDD83; }
span { border-color: rgb(62,221,131); }
td.TdClassName
{
border-color: #3EDD83;
}
.TagClassName
{
border-color: #3EDD83;
}
</style>