Shades of Emerald #3EE65D
Tints of Emerald #3EE65D
RGB
CMYK
RGB Variations
Color information
#3EE65D (or 0x3EE65D) is known color: Emerald. HEX triplet: 3E, E6 and 5D. RGB value is (62,230,93). Sum of RGB (Red+Green+Blue) = 62+230+93=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 230 (90.23% from 255 or 59.74% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EE65D is #C119A2. Grayscale: #A4A4A4. Windows color (decimal): -12655011 or 6153790. OLE color: 6153790.
HSL color Cylindrical-coordinate representation of color #3EE65D: hue angle of 131.07º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE65D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 93 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.10 |
| HSL | 131.07º | 0.77% | 0.57% | - |
| HSV(B) | 131.07º | 0.73% | 0.9% | - |
| XYZ | 32.26 | 58.41 | 19.93 | - |
| YUV | 164.15 | 87.84 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 93 | 0.73 | 0 | 0.60 | 0.10 | 131.07 | 0.77 | 0.57 |
| Hex | 3E | E6 | 5D | 49 | 0 | 3C | A | 83 | 4D | 39 |
| Octal | 76 | 346 | 135 | 111 | 0 | 74 | 12 | 203 | 115 | 71 |
| Binary | 111110 | 11100110 | 1011101 | 1001001 | 0 | 111100 | 1010 | 10000011 | 1001101 | 111001 |
Color Harmonies of #3EE65D
Complementary color
Monochromatic Colors of #3EE65D
Black with #3EE65D
Text Example
Text Example
White with #3EE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE65D; }
p { color: rgb(62,230,93); }
H1.HeaderClassName
{
color: #3EE65D;
}
.AnyTagClassName
{
color: #3EE65D;
}
</style>
background-color css
<style>
a { background-color: #3EE65D; }
a { background-color: rgb(62,230,93); }
div.DivClassName
{
background-color: #3EE65D;
}
.BgClassName
{
background-color: #3EE65D;
}
</style>
border-color css
<style>
span { border-color: #3EE65D; }
span { border-color: rgb(62,230,93); }
td.TdClassName
{
border-color: #3EE65D;
}
.TagClassName
{
border-color: #3EE65D;
}
</style>