Shades of Emerald #3DD55B
Tints of Emerald #3DD55B
RGB
CMYK
RGB Variations
Color information
#3DD55B (or 0x3DD55B) is known color: Emerald. HEX triplet: 3D, D5 and 5B. RGB value is (61,213,91). Sum of RGB (Red+Green+Blue) = 61+213+91=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD55B is #C22AA4. Grayscale: #999999. Windows color (decimal): -12724901 or 6018365. OLE color: 6018365.
HSL color Cylindrical-coordinate representation of color #3DD55B: hue angle of 131.84º 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 #3DD55B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 91 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.16 |
| HSL | 131.84º | 0.64% | 0.54% | - |
| HSV(B) | 131.84º | 0.71% | 0.84% | - |
| XYZ | 27.61 | 49.34 | 17.97 | - |
| YUV | 153.64 | 92.64 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 91 | 0.71 | 0 | 0.57 | 0.16 | 131.84 | 0.64 | 0.54 |
| Hex | 3D | D5 | 5B | 47 | 0 | 39 | 10 | 84 | 40 | 36 |
| Octal | 75 | 325 | 133 | 107 | 0 | 71 | 20 | 204 | 100 | 66 |
| Binary | 111101 | 11010101 | 1011011 | 1000111 | 0 | 111001 | 10000 | 10000100 | 1000000 | 110110 |
Color Harmonies of #3DD55B
Complementary color
Monochromatic Colors of #3DD55B
Black with #3DD55B
Text Example
Text Example
White with #3DD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD55B; }
p { color: rgb(61,213,91); }
H1.HeaderClassName
{
color: #3DD55B;
}
.AnyTagClassName
{
color: #3DD55B;
}
</style>
background-color css
<style>
a { background-color: #3DD55B; }
a { background-color: rgb(61,213,91); }
div.DivClassName
{
background-color: #3DD55B;
}
.BgClassName
{
background-color: #3DD55B;
}
</style>
border-color css
<style>
span { border-color: #3DD55B; }
span { border-color: rgb(61,213,91); }
td.TdClassName
{
border-color: #3DD55B;
}
.TagClassName
{
border-color: #3DD55B;
}
</style>