Shades of Emerald #3DDD7A
Tints of Emerald #3DDD7A
RGB
CMYK
RGB Variations
Color information
#3DDD7A (or 0x3DDD7A) is known color: Emerald. HEX triplet: 3D, DD and 7A. RGB value is (61,221,122). Sum of RGB (Red+Green+Blue) = 61+221+122=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD7A is #C22285. Grayscale: #A2A2A2. Windows color (decimal): -12722822 or 8052029. OLE color: 8052029.
HSL color Cylindrical-coordinate representation of color #3DDD7A: hue angle of 142.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD7A is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 122 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.13 |
| HSL | 142.88º | 0.7% | 0.55% | - |
| HSV(B) | 142.88º | 0.72% | 0.87% | - |
| XYZ | 31.29 | 54.11 | 27.21 | - |
| YUV | 161.87 | 105.49 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 122 | 0.72 | 0 | 0.45 | 0.13 | 142.88 | 0.7 | 0.55 |
| Hex | 3D | DD | 7A | 48 | 0 | 2D | D | 8F | 46 | 37 |
| Octal | 75 | 335 | 172 | 110 | 0 | 55 | 15 | 217 | 106 | 67 |
| Binary | 111101 | 11011101 | 1111010 | 1001000 | 0 | 101101 | 1101 | 10001111 | 1000110 | 110111 |
Color Harmonies of #3DDD7A
Complementary color
Monochromatic Colors of #3DDD7A
Black with #3DDD7A
Text Example
Text Example
White with #3DDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD7A; }
p { color: rgb(61,221,122); }
H1.HeaderClassName
{
color: #3DDD7A;
}
.AnyTagClassName
{
color: #3DDD7A;
}
</style>
background-color css
<style>
a { background-color: #3DDD7A; }
a { background-color: rgb(61,221,122); }
div.DivClassName
{
background-color: #3DDD7A;
}
.BgClassName
{
background-color: #3DDD7A;
}
</style>
border-color css
<style>
span { border-color: #3DDD7A; }
span { border-color: rgb(61,221,122); }
td.TdClassName
{
border-color: #3DDD7A;
}
.TagClassName
{
border-color: #3DDD7A;
}
</style>