Shades of Emerald #3DDA7D
Tints of Emerald #3DDA7D
RGB
CMYK
RGB Variations
Color information
#3DDA7D (or 0x3DDA7D) is known color: Emerald. HEX triplet: 3D, DA and 7D. RGB value is (61,218,125). Sum of RGB (Red+Green+Blue) = 61+218+125=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA7D is #C22582. Grayscale: #A0A0A0. Windows color (decimal): -12723587 or 8247869. OLE color: 8247869.
HSL color Cylindrical-coordinate representation of color #3DDA7D: hue angle of 144.46º 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 #3DDA7D is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 125 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.15 |
| HSL | 144.46º | 0.68% | 0.55% | - |
| HSV(B) | 144.46º | 0.72% | 0.85% | - |
| XYZ | 30.7 | 52.62 | 27.94 | - |
| YUV | 160.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 125 | 0.72 | 0 | 0.43 | 0.15 | 144.46 | 0.68 | 0.55 |
| Hex | 3D | DA | 7D | 48 | 0 | 2B | F | 90 | 44 | 37 |
| Octal | 75 | 332 | 175 | 110 | 0 | 53 | 17 | 220 | 104 | 67 |
| Binary | 111101 | 11011010 | 1111101 | 1001000 | 0 | 101011 | 1111 | 10010000 | 1000100 | 110111 |
Color Harmonies of #3DDA7D
Complementary color
Monochromatic Colors of #3DDA7D
Black with #3DDA7D
Text Example
Text Example
White with #3DDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA7D; }
p { color: rgb(61,218,125); }
H1.HeaderClassName
{
color: #3DDA7D;
}
.AnyTagClassName
{
color: #3DDA7D;
}
</style>
background-color css
<style>
a { background-color: #3DDA7D; }
a { background-color: rgb(61,218,125); }
div.DivClassName
{
background-color: #3DDA7D;
}
.BgClassName
{
background-color: #3DDA7D;
}
</style>
border-color css
<style>
span { border-color: #3DDA7D; }
span { border-color: rgb(61,218,125); }
td.TdClassName
{
border-color: #3DDA7D;
}
.TagClassName
{
border-color: #3DDA7D;
}
</style>