Shades of Emerald #3DDA6D
Tints of Emerald #3DDA6D
RGB
CMYK
RGB Variations
Color information
#3DDA6D (or 0x3DDA6D) is known color: Emerald. HEX triplet: 3D, DA and 6D. RGB value is (61,218,109). Sum of RGB (Red+Green+Blue) = 61+218+109=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA6D is #C22592. Grayscale: #9E9E9E. Windows color (decimal): -12723603 or 7199293. OLE color: 7199293.
HSL color Cylindrical-coordinate representation of color #3DDA6D: hue angle of 138.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA6D is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 109 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.15 |
| HSL | 138.34º | 0.68% | 0.55% | - |
| HSV(B) | 138.34º | 0.72% | 0.85% | - |
| XYZ | 29.76 | 52.24 | 22.98 | - |
| YUV | 158.63 | 99.99 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 109 | 0.72 | 0 | 0.5 | 0.15 | 138.34 | 0.68 | 0.55 |
| Hex | 3D | DA | 6D | 48 | 0 | 32 | F | 8A | 44 | 37 |
| Octal | 75 | 332 | 155 | 110 | 0 | 62 | 17 | 212 | 104 | 67 |
| Binary | 111101 | 11011010 | 1101101 | 1001000 | 0 | 110010 | 1111 | 10001010 | 1000100 | 110111 |
Color Harmonies of #3DDA6D
Complementary color
Monochromatic Colors of #3DDA6D
Black with #3DDA6D
Text Example
Text Example
White with #3DDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA6D; }
p { color: rgb(61,218,109); }
H1.HeaderClassName
{
color: #3DDA6D;
}
.AnyTagClassName
{
color: #3DDA6D;
}
</style>
background-color css
<style>
a { background-color: #3DDA6D; }
a { background-color: rgb(61,218,109); }
div.DivClassName
{
background-color: #3DDA6D;
}
.BgClassName
{
background-color: #3DDA6D;
}
</style>
border-color css
<style>
span { border-color: #3DDA6D; }
span { border-color: rgb(61,218,109); }
td.TdClassName
{
border-color: #3DDA6D;
}
.TagClassName
{
border-color: #3DDA6D;
}
</style>