Shades of Emerald #3EE85F
Tints of Emerald #3EE85F
RGB
CMYK
RGB Variations
Color information
#3EE85F (or 0x3EE85F) is known color: Emerald. HEX triplet: 3E, E8 and 5F. RGB value is (62,232,95). Sum of RGB (Red+Green+Blue) = 62+232+95=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EE85F is #C117A0. Grayscale: #A5A5A5. Windows color (decimal): -12654497 or 6285374. OLE color: 6285374.
HSL color Cylindrical-coordinate representation of color #3EE85F: hue angle of 131.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE85F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 95 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.09 |
| HSL | 131.65º | 0.79% | 0.58% | - |
| HSV(B) | 131.65º | 0.73% | 0.91% | - |
| XYZ | 32.91 | 59.56 | 20.59 | - |
| YUV | 165.55 | 88.18 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 95 | 0.73 | 0 | 0.59 | 0.09 | 131.65 | 0.79 | 0.58 |
| Hex | 3E | E8 | 5F | 49 | 0 | 3B | 9 | 84 | 4F | 3A |
| Octal | 76 | 350 | 137 | 111 | 0 | 73 | 11 | 204 | 117 | 72 |
| Binary | 111110 | 11101000 | 1011111 | 1001001 | 0 | 111011 | 1001 | 10000100 | 1001111 | 111010 |
Color Harmonies of #3EE85F
Complementary color
Monochromatic Colors of #3EE85F
Black with #3EE85F
Text Example
Text Example
White with #3EE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE85F; }
p { color: rgb(62,232,95); }
H1.HeaderClassName
{
color: #3EE85F;
}
.AnyTagClassName
{
color: #3EE85F;
}
</style>
background-color css
<style>
a { background-color: #3EE85F; }
a { background-color: rgb(62,232,95); }
div.DivClassName
{
background-color: #3EE85F;
}
.BgClassName
{
background-color: #3EE85F;
}
</style>
border-color css
<style>
span { border-color: #3EE85F; }
span { border-color: rgb(62,232,95); }
td.TdClassName
{
border-color: #3EE85F;
}
.TagClassName
{
border-color: #3EE85F;
}
</style>