Shades of Emerald #3EE461
Tints of Emerald #3EE461
RGB
CMYK
RGB Variations
Color information
#3EE461 (or 0x3EE461) is known color: Emerald. HEX triplet: 3E, E4 and 61. RGB value is (62,228,97). Sum of RGB (Red+Green+Blue) = 62+228+97=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 228 (89.45% from 255 or 58.91% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE461 is #C11B9E. Grayscale: #A3A3A3. Windows color (decimal): -12655519 or 6415422. OLE color: 6415422.
HSL color Cylindrical-coordinate representation of color #3EE461: hue angle of 132.65º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE461 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 97 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.11 |
| HSL | 132.65º | 0.75% | 0.57% | - |
| HSV(B) | 132.65º | 0.73% | 0.89% | - |
| XYZ | 31.89 | 57.37 | 20.7 | - |
| YUV | 163.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 97 | 0.73 | 0 | 0.57 | 0.11 | 132.65 | 0.75 | 0.57 |
| Hex | 3E | E4 | 61 | 49 | 0 | 39 | B | 85 | 4B | 39 |
| Octal | 76 | 344 | 141 | 111 | 0 | 71 | 13 | 205 | 113 | 71 |
| Binary | 111110 | 11100100 | 1100001 | 1001001 | 0 | 111001 | 1011 | 10000101 | 1001011 | 111001 |
Color Harmonies of #3EE461
Complementary color
Monochromatic Colors of #3EE461
Black with #3EE461
Text Example
Text Example
White with #3EE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE461; }
p { color: rgb(62,228,97); }
H1.HeaderClassName
{
color: #3EE461;
}
.AnyTagClassName
{
color: #3EE461;
}
</style>
background-color css
<style>
a { background-color: #3EE461; }
a { background-color: rgb(62,228,97); }
div.DivClassName
{
background-color: #3EE461;
}
.BgClassName
{
background-color: #3EE461;
}
</style>
border-color css
<style>
span { border-color: #3EE461; }
span { border-color: rgb(62,228,97); }
td.TdClassName
{
border-color: #3EE461;
}
.TagClassName
{
border-color: #3EE461;
}
</style>