Shades of Emerald #3DDB84
Tints of Emerald #3DDB84
RGB
CMYK
RGB Variations
Color information
#3DDB84 (or 0x3DDB84) is known color: Emerald. HEX triplet: 3D, DB and 84. RGB value is (61,219,132). Sum of RGB (Red+Green+Blue) = 61+219+132=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDB84 is #C2247B. Grayscale: #A2A2A2. Windows color (decimal): -12723324 or 8706877. OLE color: 8706877.
HSL color Cylindrical-coordinate representation of color #3DDB84: hue angle of 146.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB84 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 132 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.14 |
| HSL | 146.96º | 0.69% | 0.55% | - |
| HSV(B) | 146.96º | 0.72% | 0.86% | - |
| XYZ | 31.42 | 53.32 | 30.47 | - |
| YUV | 161.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 132 | 0.72 | 0 | 0.40 | 0.14 | 146.96 | 0.69 | 0.55 |
| Hex | 3D | DB | 84 | 48 | 0 | 28 | E | 93 | 45 | 37 |
| Octal | 75 | 333 | 204 | 110 | 0 | 50 | 16 | 223 | 105 | 67 |
| Binary | 111101 | 11011011 | 10000100 | 1001000 | 0 | 101000 | 1110 | 10010011 | 1000101 | 110111 |
Color Harmonies of #3DDB84
Complementary color
Monochromatic Colors of #3DDB84
Black with #3DDB84
Text Example
Text Example
White with #3DDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB84; }
p { color: rgb(61,219,132); }
H1.HeaderClassName
{
color: #3DDB84;
}
.AnyTagClassName
{
color: #3DDB84;
}
</style>
background-color css
<style>
a { background-color: #3DDB84; }
a { background-color: rgb(61,219,132); }
div.DivClassName
{
background-color: #3DDB84;
}
.BgClassName
{
background-color: #3DDB84;
}
</style>
border-color css
<style>
span { border-color: #3DDB84; }
span { border-color: rgb(61,219,132); }
td.TdClassName
{
border-color: #3DDB84;
}
.TagClassName
{
border-color: #3DDB84;
}
</style>