Shades of Emerald #3ED85A
Tints of Emerald #3ED85A
RGB
CMYK
RGB Variations
Color information
#3ED85A (or 0x3ED85A) is known color: Emerald. HEX triplet: 3E, D8 and 5A. RGB value is (62,216,90). Sum of RGB (Red+Green+Blue) = 62+216+90=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED85A is #C127A5. Grayscale: #9B9B9B. Windows color (decimal): -12658598 or 5953598. OLE color: 5953598.
HSL color Cylindrical-coordinate representation of color #3ED85A: hue angle of 130.91º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED85A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 90 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.15 |
| HSL | 130.91º | 0.66% | 0.55% | - |
| HSV(B) | 130.91º | 0.71% | 0.85% | - |
| XYZ | 28.39 | 50.87 | 18 | - |
| YUV | 155.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 90 | 0.71 | 0 | 0.58 | 0.15 | 130.91 | 0.66 | 0.55 |
| Hex | 3E | D8 | 5A | 47 | 0 | 3A | F | 83 | 42 | 37 |
| Octal | 76 | 330 | 132 | 107 | 0 | 72 | 17 | 203 | 102 | 67 |
| Binary | 111110 | 11011000 | 1011010 | 1000111 | 0 | 111010 | 1111 | 10000011 | 1000010 | 110111 |
Color Harmonies of #3ED85A
Complementary color
Monochromatic Colors of #3ED85A
Black with #3ED85A
Text Example
Text Example
White with #3ED85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED85A; }
p { color: rgb(62,216,90); }
H1.HeaderClassName
{
color: #3ED85A;
}
.AnyTagClassName
{
color: #3ED85A;
}
</style>
background-color css
<style>
a { background-color: #3ED85A; }
a { background-color: rgb(62,216,90); }
div.DivClassName
{
background-color: #3ED85A;
}
.BgClassName
{
background-color: #3ED85A;
}
</style>
border-color css
<style>
span { border-color: #3ED85A; }
span { border-color: rgb(62,216,90); }
td.TdClassName
{
border-color: #3ED85A;
}
.TagClassName
{
border-color: #3ED85A;
}
</style>