Shades of Emerald #3DED6E
Tints of Emerald #3DED6E
RGB
CMYK
RGB Variations
Color information
#3DED6E (or 0x3DED6E) is known color: Emerald. HEX triplet: 3D, ED and 6E. RGB value is (61,237,110). Sum of RGB (Red+Green+Blue) = 61+237+110=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DED6E is #C21291. Grayscale: #AAAAAA. Windows color (decimal): -12718738 or 7269693. OLE color: 7269693.
HSL color Cylindrical-coordinate representation of color #3DED6E: hue angle of 136.7º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED6E is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 110 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.07 |
| HSL | 136.7º | 0.83% | 0.58% | - |
| HSV(B) | 136.7º | 0.74% | 0.93% | - |
| XYZ | 35.02 | 62.69 | 25.01 | - |
| YUV | 169.9 | 94.19 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 110 | 0.74 | 0 | 0.54 | 0.07 | 136.7 | 0.83 | 0.58 |
| Hex | 3D | ED | 6E | 4A | 0 | 36 | 7 | 89 | 53 | 3A |
| Octal | 75 | 355 | 156 | 112 | 0 | 66 | 7 | 211 | 123 | 72 |
| Binary | 111101 | 11101101 | 1101110 | 1001010 | 0 | 110110 | 111 | 10001001 | 1010011 | 111010 |
Color Harmonies of #3DED6E
Complementary color
Monochromatic Colors of #3DED6E
Black with #3DED6E
Text Example
Text Example
White with #3DED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED6E; }
p { color: rgb(61,237,110); }
H1.HeaderClassName
{
color: #3DED6E;
}
.AnyTagClassName
{
color: #3DED6E;
}
</style>
background-color css
<style>
a { background-color: #3DED6E; }
a { background-color: rgb(61,237,110); }
div.DivClassName
{
background-color: #3DED6E;
}
.BgClassName
{
background-color: #3DED6E;
}
</style>
border-color css
<style>
span { border-color: #3DED6E; }
span { border-color: rgb(61,237,110); }
td.TdClassName
{
border-color: #3DED6E;
}
.TagClassName
{
border-color: #3DED6E;
}
</style>