Shades of Emerald #3DD56A
Tints of Emerald #3DD56A
RGB
CMYK
RGB Variations
Color information
#3DD56A (or 0x3DD56A) is known color: Emerald. HEX triplet: 3D, D5 and 6A. RGB value is (61,213,106). Sum of RGB (Red+Green+Blue) = 61+213+106=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD56A is #C22A95. Grayscale: #9B9B9B. Windows color (decimal): -12724886 or 7001405. OLE color: 7001405.
HSL color Cylindrical-coordinate representation of color #3DD56A: hue angle of 137.76º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD56A is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 106 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.16 |
| HSL | 137.76º | 0.64% | 0.54% | - |
| HSV(B) | 137.76º | 0.71% | 0.84% | - |
| XYZ | 28.32 | 49.62 | 21.72 | - |
| YUV | 155.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 106 | 0.71 | 0 | 0.50 | 0.16 | 137.76 | 0.64 | 0.54 |
| Hex | 3D | D5 | 6A | 47 | 0 | 32 | 10 | 8A | 40 | 36 |
| Octal | 75 | 325 | 152 | 107 | 0 | 62 | 20 | 212 | 100 | 66 |
| Binary | 111101 | 11010101 | 1101010 | 1000111 | 0 | 110010 | 10000 | 10001010 | 1000000 | 110110 |
Color Harmonies of #3DD56A
Complementary color
Monochromatic Colors of #3DD56A
Black with #3DD56A
Text Example
Text Example
White with #3DD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD56A; }
p { color: rgb(61,213,106); }
H1.HeaderClassName
{
color: #3DD56A;
}
.AnyTagClassName
{
color: #3DD56A;
}
</style>
background-color css
<style>
a { background-color: #3DD56A; }
a { background-color: rgb(61,213,106); }
div.DivClassName
{
background-color: #3DD56A;
}
.BgClassName
{
background-color: #3DD56A;
}
</style>
border-color css
<style>
span { border-color: #3DD56A; }
span { border-color: rgb(61,213,106); }
td.TdClassName
{
border-color: #3DD56A;
}
.TagClassName
{
border-color: #3DD56A;
}
</style>