Shades of Emerald #3DD15C
Tints of Emerald #3DD15C
RGB
CMYK
RGB Variations
Color information
#3DD15C (or 0x3DD15C) is known color: Emerald. HEX triplet: 3D, D1 and 5C. RGB value is (61,209,92). Sum of RGB (Red+Green+Blue) = 61+209+92=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD15C is #C22EA3. Grayscale: #979797. Windows color (decimal): -12725924 or 6082877. OLE color: 6082877.
HSL color Cylindrical-coordinate representation of color #3DD15C: hue angle of 132.57º 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 #3DD15C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 92 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.18 |
| HSL | 132.57º | 0.62% | 0.53% | - |
| HSV(B) | 132.57º | 0.71% | 0.82% | - |
| XYZ | 26.66 | 47.37 | 17.86 | - |
| YUV | 151.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 92 | 0.71 | 0 | 0.56 | 0.18 | 132.57 | 0.62 | 0.53 |
| Hex | 3D | D1 | 5C | 47 | 0 | 38 | 12 | 85 | 3E | 35 |
| Octal | 75 | 321 | 134 | 107 | 0 | 70 | 22 | 205 | 76 | 65 |
| Binary | 111101 | 11010001 | 1011100 | 1000111 | 0 | 111000 | 10010 | 10000101 | 111110 | 110101 |
Color Harmonies of #3DD15C
Complementary color
Monochromatic Colors of #3DD15C
Black with #3DD15C
Text Example
Text Example
White with #3DD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD15C; }
p { color: rgb(61,209,92); }
H1.HeaderClassName
{
color: #3DD15C;
}
.AnyTagClassName
{
color: #3DD15C;
}
</style>
background-color css
<style>
a { background-color: #3DD15C; }
a { background-color: rgb(61,209,92); }
div.DivClassName
{
background-color: #3DD15C;
}
.BgClassName
{
background-color: #3DD15C;
}
</style>
border-color css
<style>
span { border-color: #3DD15C; }
span { border-color: rgb(61,209,92); }
td.TdClassName
{
border-color: #3DD15C;
}
.TagClassName
{
border-color: #3DD15C;
}
</style>