Shades of Emerald #3EDB83
Tints of Emerald #3EDB83
RGB
CMYK
RGB Variations
Color information
#3EDB83 (or 0x3EDB83) is known color: Emerald. HEX triplet: 3E, DB and 83. RGB value is (62,219,131). Sum of RGB (Red+Green+Blue) = 62+219+131=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDB83 is #C1247C. Grayscale: #A2A2A2. Windows color (decimal): -12657789 or 8641342. OLE color: 8641342.
HSL color Cylindrical-coordinate representation of color #3EDB83: hue angle of 146.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDB83 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 131 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.14 |
| HSL | 146.37º | 0.69% | 0.55% | - |
| HSV(B) | 146.37º | 0.72% | 0.86% | - |
| XYZ | 31.41 | 53.33 | 30.11 | - |
| YUV | 162.03 | 110.49 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 131 | 0.72 | 0 | 0.40 | 0.14 | 146.37 | 0.69 | 0.55 |
| Hex | 3E | DB | 83 | 48 | 0 | 28 | E | 92 | 45 | 37 |
| Octal | 76 | 333 | 203 | 110 | 0 | 50 | 16 | 222 | 105 | 67 |
| Binary | 111110 | 11011011 | 10000011 | 1001000 | 0 | 101000 | 1110 | 10010010 | 1000101 | 110111 |
Color Harmonies of #3EDB83
Complementary color
Monochromatic Colors of #3EDB83
Black with #3EDB83
Text Example
Text Example
White with #3EDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDB83; }
p { color: rgb(62,219,131); }
H1.HeaderClassName
{
color: #3EDB83;
}
.AnyTagClassName
{
color: #3EDB83;
}
</style>
background-color css
<style>
a { background-color: #3EDB83; }
a { background-color: rgb(62,219,131); }
div.DivClassName
{
background-color: #3EDB83;
}
.BgClassName
{
background-color: #3EDB83;
}
</style>
border-color css
<style>
span { border-color: #3EDB83; }
span { border-color: rgb(62,219,131); }
td.TdClassName
{
border-color: #3EDB83;
}
.TagClassName
{
border-color: #3EDB83;
}
</style>