Shades of Emerald #3DD55C
Tints of Emerald #3DD55C
RGB
CMYK
RGB Variations
Color information
#3DD55C (or 0x3DD55C) is known color: Emerald. HEX triplet: 3D, D5 and 5C. RGB value is (61,213,92). Sum of RGB (Red+Green+Blue) = 61+213+92=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD55C is #C22AA3. Grayscale: #9A9A9A. Windows color (decimal): -12724900 or 6083901. OLE color: 6083901.
HSL color Cylindrical-coordinate representation of color #3DD55C: hue angle of 132.24º 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 #3DD55C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 92 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.16 |
| HSL | 132.24º | 0.64% | 0.54% | - |
| HSV(B) | 132.24º | 0.71% | 0.84% | - |
| XYZ | 27.65 | 49.35 | 18.19 | - |
| YUV | 153.76 | 93.14 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 92 | 0.71 | 0 | 0.57 | 0.16 | 132.24 | 0.64 | 0.54 |
| Hex | 3D | D5 | 5C | 47 | 0 | 39 | 10 | 84 | 40 | 36 |
| Octal | 75 | 325 | 134 | 107 | 0 | 71 | 20 | 204 | 100 | 66 |
| Binary | 111101 | 11010101 | 1011100 | 1000111 | 0 | 111001 | 10000 | 10000100 | 1000000 | 110110 |
Color Harmonies of #3DD55C
Complementary color
Monochromatic Colors of #3DD55C
Black with #3DD55C
Text Example
Text Example
White with #3DD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD55C; }
p { color: rgb(61,213,92); }
H1.HeaderClassName
{
color: #3DD55C;
}
.AnyTagClassName
{
color: #3DD55C;
}
</style>
background-color css
<style>
a { background-color: #3DD55C; }
a { background-color: rgb(61,213,92); }
div.DivClassName
{
background-color: #3DD55C;
}
.BgClassName
{
background-color: #3DD55C;
}
</style>
border-color css
<style>
span { border-color: #3DD55C; }
span { border-color: rgb(61,213,92); }
td.TdClassName
{
border-color: #3DD55C;
}
.TagClassName
{
border-color: #3DD55C;
}
</style>