Shades of Emerald #3DD27C
Tints of Emerald #3DD27C
RGB
CMYK
RGB Variations
Color information
#3DD27C (or 0x3DD27C) is known color: Emerald. HEX triplet: 3D, D2 and 7C. RGB value is (61,210,124). Sum of RGB (Red+Green+Blue) = 61+210+124=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD27C is #C22D83. Grayscale: #9B9B9B. Windows color (decimal): -12725636 or 8180285. OLE color: 8180285.
HSL color Cylindrical-coordinate representation of color #3DD27C: hue angle of 145.37º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD27C is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 124 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.18 |
| HSL | 145.37º | 0.62% | 0.53% | - |
| HSV(B) | 145.37º | 0.71% | 0.82% | - |
| XYZ | 28.61 | 48.54 | 26.93 | - |
| YUV | 155.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 124 | 0.71 | 0 | 0.41 | 0.18 | 145.37 | 0.62 | 0.53 |
| Hex | 3D | D2 | 7C | 47 | 0 | 29 | 12 | 91 | 3E | 35 |
| Octal | 75 | 322 | 174 | 107 | 0 | 51 | 22 | 221 | 76 | 65 |
| Binary | 111101 | 11010010 | 1111100 | 1000111 | 0 | 101001 | 10010 | 10010001 | 111110 | 110101 |
Color Harmonies of #3DD27C
Complementary color
Monochromatic Colors of #3DD27C
Black with #3DD27C
Text Example
Text Example
White with #3DD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD27C; }
p { color: rgb(61,210,124); }
H1.HeaderClassName
{
color: #3DD27C;
}
.AnyTagClassName
{
color: #3DD27C;
}
</style>
background-color css
<style>
a { background-color: #3DD27C; }
a { background-color: rgb(61,210,124); }
div.DivClassName
{
background-color: #3DD27C;
}
.BgClassName
{
background-color: #3DD27C;
}
</style>
border-color css
<style>
span { border-color: #3DD27C; }
span { border-color: rgb(61,210,124); }
td.TdClassName
{
border-color: #3DD27C;
}
.TagClassName
{
border-color: #3DD27C;
}
</style>