Shades of Emerald #3DDA84
Tints of Emerald #3DDA84
RGB
CMYK
RGB Variations
Color information
#3DDA84 (or 0x3DDA84) is known color: Emerald. HEX triplet: 3D, DA and 84. RGB value is (61,218,132). Sum of RGB (Red+Green+Blue) = 61+218+132=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDA84 is #C2257B. Grayscale: #A1A1A1. Windows color (decimal): -12723580 or 8706621. OLE color: 8706621.
HSL color Cylindrical-coordinate representation of color #3DDA84: hue angle of 147.13º 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 #3DDA84 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 132 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.15 |
| HSL | 147.13º | 0.68% | 0.55% | - |
| HSV(B) | 147.13º | 0.72% | 0.85% | - |
| XYZ | 31.16 | 52.8 | 30.38 | - |
| YUV | 161.25 | 111.49 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 132 | 0.72 | 0 | 0.39 | 0.15 | 147.13 | 0.68 | 0.55 |
| Hex | 3D | DA | 84 | 48 | 0 | 27 | F | 93 | 44 | 37 |
| Octal | 75 | 332 | 204 | 110 | 0 | 47 | 17 | 223 | 104 | 67 |
| Binary | 111101 | 11011010 | 10000100 | 1001000 | 0 | 100111 | 1111 | 10010011 | 1000100 | 110111 |
Color Harmonies of #3DDA84
Complementary color
Monochromatic Colors of #3DDA84
Black with #3DDA84
Text Example
Text Example
White with #3DDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA84; }
p { color: rgb(61,218,132); }
H1.HeaderClassName
{
color: #3DDA84;
}
.AnyTagClassName
{
color: #3DDA84;
}
</style>
background-color css
<style>
a { background-color: #3DDA84; }
a { background-color: rgb(61,218,132); }
div.DivClassName
{
background-color: #3DDA84;
}
.BgClassName
{
background-color: #3DDA84;
}
</style>
border-color css
<style>
span { border-color: #3DDA84; }
span { border-color: rgb(61,218,132); }
td.TdClassName
{
border-color: #3DDA84;
}
.TagClassName
{
border-color: #3DDA84;
}
</style>