Shades of Emerald #3DD55A
Tints of Emerald #3DD55A
RGB
CMYK
RGB Variations
Color information
#3DD55A (or 0x3DD55A) is known color: Emerald. HEX triplet: 3D, D5 and 5A. RGB value is (61,213,90). Sum of RGB (Red+Green+Blue) = 61+213+90=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD55A is #C22AA5. Grayscale: #999999. Windows color (decimal): -12724902 or 5952829. OLE color: 5952829.
HSL color Cylindrical-coordinate representation of color #3DD55A: hue angle of 131.45º 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 #3DD55A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 90 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.16 |
| HSL | 131.45º | 0.64% | 0.54% | - |
| HSV(B) | 131.45º | 0.71% | 0.84% | - |
| XYZ | 27.56 | 49.32 | 17.74 | - |
| YUV | 153.53 | 92.14 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 90 | 0.71 | 0 | 0.58 | 0.16 | 131.45 | 0.64 | 0.54 |
| Hex | 3D | D5 | 5A | 47 | 0 | 3A | 10 | 83 | 40 | 36 |
| Octal | 75 | 325 | 132 | 107 | 0 | 72 | 20 | 203 | 100 | 66 |
| Binary | 111101 | 11010101 | 1011010 | 1000111 | 0 | 111010 | 10000 | 10000011 | 1000000 | 110110 |
Color Harmonies of #3DD55A
Complementary color
Monochromatic Colors of #3DD55A
Black with #3DD55A
Text Example
Text Example
White with #3DD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD55A; }
p { color: rgb(61,213,90); }
H1.HeaderClassName
{
color: #3DD55A;
}
.AnyTagClassName
{
color: #3DD55A;
}
</style>
background-color css
<style>
a { background-color: #3DD55A; }
a { background-color: rgb(61,213,90); }
div.DivClassName
{
background-color: #3DD55A;
}
.BgClassName
{
background-color: #3DD55A;
}
</style>
border-color css
<style>
span { border-color: #3DD55A; }
span { border-color: rgb(61,213,90); }
td.TdClassName
{
border-color: #3DD55A;
}
.TagClassName
{
border-color: #3DD55A;
}
</style>