Shades of Emerald #3DEC6D
Tints of Emerald #3DEC6D
RGB
CMYK
RGB Variations
Color information
#3DEC6D (or 0x3DEC6D) is known color: Emerald. HEX triplet: 3D, EC and 6D. RGB value is (61,236,109). Sum of RGB (Red+Green+Blue) = 61+236+109=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC6D is #C21392. Grayscale: #A9A9A9. Windows color (decimal): -12718995 or 7203901. OLE color: 7203901.
HSL color Cylindrical-coordinate representation of color #3DEC6D: hue angle of 136.46º degrees, saturation: 0.82, 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 #3DEC6D is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 109 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.07 |
| HSL | 136.46º | 0.82% | 0.58% | - |
| HSV(B) | 136.46º | 0.74% | 0.93% | - |
| XYZ | 34.68 | 62.09 | 24.62 | - |
| YUV | 169.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 109 | 0.74 | 0 | 0.54 | 0.07 | 136.46 | 0.82 | 0.58 |
| Hex | 3D | EC | 6D | 4A | 0 | 36 | 7 | 88 | 52 | 3A |
| Octal | 75 | 354 | 155 | 112 | 0 | 66 | 7 | 210 | 122 | 72 |
| Binary | 111101 | 11101100 | 1101101 | 1001010 | 0 | 110110 | 111 | 10001000 | 1010010 | 111010 |
Color Harmonies of #3DEC6D
Complementary color
Monochromatic Colors of #3DEC6D
Black with #3DEC6D
Text Example
Text Example
White with #3DEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC6D; }
p { color: rgb(61,236,109); }
H1.HeaderClassName
{
color: #3DEC6D;
}
.AnyTagClassName
{
color: #3DEC6D;
}
</style>
background-color css
<style>
a { background-color: #3DEC6D; }
a { background-color: rgb(61,236,109); }
div.DivClassName
{
background-color: #3DEC6D;
}
.BgClassName
{
background-color: #3DEC6D;
}
</style>
border-color css
<style>
span { border-color: #3DEC6D; }
span { border-color: rgb(61,236,109); }
td.TdClassName
{
border-color: #3DEC6D;
}
.TagClassName
{
border-color: #3DEC6D;
}
</style>