Shades of Emerald #3ED96C
Tints of Emerald #3ED96C
RGB
CMYK
RGB Variations
Color information
#3ED96C (or 0x3ED96C) is known color: Emerald. HEX triplet: 3E, D9 and 6C. RGB value is (62,217,108). Sum of RGB (Red+Green+Blue) = 62+217+108=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED96C is #C12693. Grayscale: #9E9E9E. Windows color (decimal): -12658324 or 7133502. OLE color: 7133502.
HSL color Cylindrical-coordinate representation of color #3ED96C: hue angle of 137.81º degrees, saturation: 0.67, 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 #3ED96C is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 217 | 108 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.15 |
| HSL | 137.81º | 0.67% | 0.55% | - |
| HSV(B) | 137.81º | 0.71% | 0.85% | - |
| XYZ | 29.51 | 51.73 | 22.62 | - |
| YUV | 158.23 | 99.65 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 108 | 0.71 | 0 | 0.50 | 0.15 | 137.81 | 0.67 | 0.55 |
| Hex | 3E | D9 | 6C | 47 | 0 | 32 | F | 8A | 43 | 37 |
| Octal | 76 | 331 | 154 | 107 | 0 | 62 | 17 | 212 | 103 | 67 |
| Binary | 111110 | 11011001 | 1101100 | 1000111 | 0 | 110010 | 1111 | 10001010 | 1000011 | 110111 |
Color Harmonies of #3ED96C
Complementary color
Monochromatic Colors of #3ED96C
Black with #3ED96C
Text Example
Text Example
White with #3ED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED96C; }
p { color: rgb(62,217,108); }
H1.HeaderClassName
{
color: #3ED96C;
}
.AnyTagClassName
{
color: #3ED96C;
}
</style>
background-color css
<style>
a { background-color: #3ED96C; }
a { background-color: rgb(62,217,108); }
div.DivClassName
{
background-color: #3ED96C;
}
.BgClassName
{
background-color: #3ED96C;
}
</style>
border-color css
<style>
span { border-color: #3ED96C; }
span { border-color: rgb(62,217,108); }
td.TdClassName
{
border-color: #3ED96C;
}
.TagClassName
{
border-color: #3ED96C;
}
</style>