Shades of Emerald #3ED05C
Tints of Emerald #3ED05C
RGB
CMYK
RGB Variations
Color information
#3ED05C (or 0x3ED05C) is known color: Emerald. HEX triplet: 3E, D0 and 5C. RGB value is (62,208,92). Sum of RGB (Red+Green+Blue) = 62+208+92=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED05C is #C12FA3. Grayscale: #979797. Windows color (decimal): -12660644 or 6082622. OLE color: 6082622.
HSL color Cylindrical-coordinate representation of color #3ED05C: hue angle of 132.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED05C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 92 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.18 |
| HSL | 132.33º | 0.61% | 0.53% | - |
| HSV(B) | 132.33º | 0.7% | 0.82% | - |
| XYZ | 26.47 | 46.91 | 17.78 | - |
| YUV | 151.12 | 94.63 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 92 | 0.70 | 0 | 0.56 | 0.18 | 132.33 | 0.61 | 0.53 |
| Hex | 3E | D0 | 5C | 46 | 0 | 38 | 12 | 84 | 3D | 35 |
| Octal | 76 | 320 | 134 | 106 | 0 | 70 | 22 | 204 | 75 | 65 |
| Binary | 111110 | 11010000 | 1011100 | 1000110 | 0 | 111000 | 10010 | 10000100 | 111101 | 110101 |
Color Harmonies of #3ED05C
Complementary color
Monochromatic Colors of #3ED05C
Black with #3ED05C
Text Example
Text Example
White with #3ED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED05C; }
p { color: rgb(62,208,92); }
H1.HeaderClassName
{
color: #3ED05C;
}
.AnyTagClassName
{
color: #3ED05C;
}
</style>
background-color css
<style>
a { background-color: #3ED05C; }
a { background-color: rgb(62,208,92); }
div.DivClassName
{
background-color: #3ED05C;
}
.BgClassName
{
background-color: #3ED05C;
}
</style>
border-color css
<style>
span { border-color: #3ED05C; }
span { border-color: rgb(62,208,92); }
td.TdClassName
{
border-color: #3ED05C;
}
.TagClassName
{
border-color: #3ED05C;
}
</style>