Shades of Emerald #3DDF6D
Tints of Emerald #3DDF6D
RGB
CMYK
RGB Variations
Color information
#3DDF6D (or 0x3DDF6D) is known color: Emerald. HEX triplet: 3D, DF and 6D. RGB value is (61,223,109). Sum of RGB (Red+Green+Blue) = 61+223+109=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF6D is #C22092. Grayscale: #A1A1A1. Windows color (decimal): -12722323 or 7200573. OLE color: 7200573.
HSL color Cylindrical-coordinate representation of color #3DDF6D: hue angle of 137.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF6D is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 109 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.13 |
| HSL | 137.78º | 0.72% | 0.56% | - |
| HSV(B) | 137.78º | 0.73% | 0.87% | - |
| XYZ | 31.07 | 54.87 | 23.42 | - |
| YUV | 161.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 109 | 0.73 | 0 | 0.51 | 0.13 | 137.78 | 0.72 | 0.56 |
| Hex | 3D | DF | 6D | 49 | 0 | 33 | D | 8A | 48 | 38 |
| Octal | 75 | 337 | 155 | 111 | 0 | 63 | 15 | 212 | 110 | 70 |
| Binary | 111101 | 11011111 | 1101101 | 1001001 | 0 | 110011 | 1101 | 10001010 | 1001000 | 111000 |
Color Harmonies of #3DDF6D
Complementary color
Monochromatic Colors of #3DDF6D
Black with #3DDF6D
Text Example
Text Example
White with #3DDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF6D; }
p { color: rgb(61,223,109); }
H1.HeaderClassName
{
color: #3DDF6D;
}
.AnyTagClassName
{
color: #3DDF6D;
}
</style>
background-color css
<style>
a { background-color: #3DDF6D; }
a { background-color: rgb(61,223,109); }
div.DivClassName
{
background-color: #3DDF6D;
}
.BgClassName
{
background-color: #3DDF6D;
}
</style>
border-color css
<style>
span { border-color: #3DDF6D; }
span { border-color: rgb(61,223,109); }
td.TdClassName
{
border-color: #3DDF6D;
}
.TagClassName
{
border-color: #3DDF6D;
}
</style>