Shades of Emerald #3DD35D
Tints of Emerald #3DD35D
RGB
CMYK
RGB Variations
Color information
#3DD35D (or 0x3DD35D) is known color: Emerald. HEX triplet: 3D, D3 and 5D. RGB value is (61,211,93). Sum of RGB (Red+Green+Blue) = 61+211+93=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD35D is #C22CA2. Grayscale: #999999. Windows color (decimal): -12725411 or 6148925. OLE color: 6148925.
HSL color Cylindrical-coordinate representation of color #3DD35D: hue angle of 132.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD35D is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 211 | 93 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.17 |
| HSL | 132.8º | 0.63% | 0.53% | - |
| HSV(B) | 132.8º | 0.71% | 0.83% | - |
| XYZ | 27.19 | 48.37 | 18.26 | - |
| YUV | 152.7 | 94.31 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 211 | 93 | 0.71 | 0 | 0.56 | 0.17 | 132.8 | 0.63 | 0.53 |
| Hex | 3D | D3 | 5D | 47 | 0 | 38 | 11 | 85 | 3F | 35 |
| Octal | 75 | 323 | 135 | 107 | 0 | 70 | 21 | 205 | 77 | 65 |
| Binary | 111101 | 11010011 | 1011101 | 1000111 | 0 | 111000 | 10001 | 10000101 | 111111 | 110101 |
Color Harmonies of #3DD35D
Complementary color
Monochromatic Colors of #3DD35D
Black with #3DD35D
Text Example
Text Example
White with #3DD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD35D; }
p { color: rgb(61,211,93); }
H1.HeaderClassName
{
color: #3DD35D;
}
.AnyTagClassName
{
color: #3DD35D;
}
</style>
background-color css
<style>
a { background-color: #3DD35D; }
a { background-color: rgb(61,211,93); }
div.DivClassName
{
background-color: #3DD35D;
}
.BgClassName
{
background-color: #3DD35D;
}
</style>
border-color css
<style>
span { border-color: #3DD35D; }
span { border-color: rgb(61,211,93); }
td.TdClassName
{
border-color: #3DD35D;
}
.TagClassName
{
border-color: #3DD35D;
}
</style>