Shades of Emerald #3EDE65
Tints of Emerald #3EDE65
RGB
CMYK
RGB Variations
Color information
#3EDE65 (or 0x3EDE65) is known color: Emerald. HEX triplet: 3E, DE and 65. RGB value is (62,222,101). Sum of RGB (Red+Green+Blue) = 62+222+101=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDE65 is #C1219A. Grayscale: #A0A0A0. Windows color (decimal): -12657051 or 6676030. OLE color: 6676030.
HSL color Cylindrical-coordinate representation of color #3EDE65: hue angle of 134.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDE65 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 101 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.13 |
| HSL | 134.63º | 0.71% | 0.56% | - |
| HSV(B) | 134.63º | 0.72% | 0.87% | - |
| XYZ | 30.46 | 54.21 | 21.17 | - |
| YUV | 160.37 | 94.49 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 101 | 0.72 | 0 | 0.55 | 0.13 | 134.63 | 0.71 | 0.56 |
| Hex | 3E | DE | 65 | 48 | 0 | 37 | D | 87 | 47 | 38 |
| Octal | 76 | 336 | 145 | 110 | 0 | 67 | 15 | 207 | 107 | 70 |
| Binary | 111110 | 11011110 | 1100101 | 1001000 | 0 | 110111 | 1101 | 10000111 | 1000111 | 111000 |
Color Harmonies of #3EDE65
Complementary color
Monochromatic Colors of #3EDE65
Black with #3EDE65
Text Example
Text Example
White with #3EDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE65; }
p { color: rgb(62,222,101); }
H1.HeaderClassName
{
color: #3EDE65;
}
.AnyTagClassName
{
color: #3EDE65;
}
</style>
background-color css
<style>
a { background-color: #3EDE65; }
a { background-color: rgb(62,222,101); }
div.DivClassName
{
background-color: #3EDE65;
}
.BgClassName
{
background-color: #3EDE65;
}
</style>
border-color css
<style>
span { border-color: #3EDE65; }
span { border-color: rgb(62,222,101); }
td.TdClassName
{
border-color: #3EDE65;
}
.TagClassName
{
border-color: #3EDE65;
}
</style>