Shades of Emerald #3DDA76
Tints of Emerald #3DDA76
RGB
CMYK
RGB Variations
Color information
#3DDA76 (or 0x3DDA76) is known color: Emerald. HEX triplet: 3D, DA and 76. RGB value is (61,218,118). Sum of RGB (Red+Green+Blue) = 61+218+118=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA76 is #C22589. Grayscale: #9F9F9F. Windows color (decimal): -12723594 or 7789117. OLE color: 7789117.
HSL color Cylindrical-coordinate representation of color #3DDA76: hue angle of 141.78º 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 #3DDA76 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 118 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.15 |
| HSL | 141.78º | 0.68% | 0.55% | - |
| HSV(B) | 141.78º | 0.72% | 0.85% | - |
| XYZ | 30.27 | 52.44 | 25.67 | - |
| YUV | 159.66 | 104.49 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 118 | 0.72 | 0 | 0.46 | 0.15 | 141.78 | 0.68 | 0.55 |
| Hex | 3D | DA | 76 | 48 | 0 | 2E | F | 8E | 44 | 37 |
| Octal | 75 | 332 | 166 | 110 | 0 | 56 | 17 | 216 | 104 | 67 |
| Binary | 111101 | 11011010 | 1110110 | 1001000 | 0 | 101110 | 1111 | 10001110 | 1000100 | 110111 |
Color Harmonies of #3DDA76
Complementary color
Monochromatic Colors of #3DDA76
Black with #3DDA76
Text Example
Text Example
White with #3DDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA76; }
p { color: rgb(61,218,118); }
H1.HeaderClassName
{
color: #3DDA76;
}
.AnyTagClassName
{
color: #3DDA76;
}
</style>
background-color css
<style>
a { background-color: #3DDA76; }
a { background-color: rgb(61,218,118); }
div.DivClassName
{
background-color: #3DDA76;
}
.BgClassName
{
background-color: #3DDA76;
}
</style>
border-color css
<style>
span { border-color: #3DDA76; }
span { border-color: rgb(61,218,118); }
td.TdClassName
{
border-color: #3DDA76;
}
.TagClassName
{
border-color: #3DDA76;
}
</style>