Shades of Emerald #3DDA5D
Tints of Emerald #3DDA5D
RGB
CMYK
RGB Variations
Color information
#3DDA5D (or 0x3DDA5D) is known color: Emerald. HEX triplet: 3D, DA and 5D. RGB value is (61,218,93). Sum of RGB (Red+Green+Blue) = 61+218+93=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA5D is #C225A2. Grayscale: #9D9D9D. Windows color (decimal): -12723619 or 6150717. OLE color: 6150717.
HSL color Cylindrical-coordinate representation of color #3DDA5D: hue angle of 132.23º 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 #3DDA5D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 93 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.15 |
| HSL | 132.23º | 0.68% | 0.55% | - |
| HSV(B) | 132.23º | 0.72% | 0.85% | - |
| XYZ | 28.97 | 51.93 | 18.85 | - |
| YUV | 156.81 | 91.99 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 93 | 0.72 | 0 | 0.57 | 0.15 | 132.23 | 0.68 | 0.55 |
| Hex | 3D | DA | 5D | 48 | 0 | 39 | F | 84 | 44 | 37 |
| Octal | 75 | 332 | 135 | 110 | 0 | 71 | 17 | 204 | 104 | 67 |
| Binary | 111101 | 11011010 | 1011101 | 1001000 | 0 | 111001 | 1111 | 10000100 | 1000100 | 110111 |
Color Harmonies of #3DDA5D
Complementary color
Monochromatic Colors of #3DDA5D
Black with #3DDA5D
Text Example
Text Example
White with #3DDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA5D; }
p { color: rgb(61,218,93); }
H1.HeaderClassName
{
color: #3DDA5D;
}
.AnyTagClassName
{
color: #3DDA5D;
}
</style>
background-color css
<style>
a { background-color: #3DDA5D; }
a { background-color: rgb(61,218,93); }
div.DivClassName
{
background-color: #3DDA5D;
}
.BgClassName
{
background-color: #3DDA5D;
}
</style>
border-color css
<style>
span { border-color: #3DDA5D; }
span { border-color: rgb(61,218,93); }
td.TdClassName
{
border-color: #3DDA5D;
}
.TagClassName
{
border-color: #3DDA5D;
}
</style>