Shades of Emerald #3DDF6C
Tints of Emerald #3DDF6C
RGB
CMYK
RGB Variations
Color information
#3DDF6C (or 0x3DDF6C) is known color: Emerald. HEX triplet: 3D, DF and 6C. RGB value is (61,223,108). Sum of RGB (Red+Green+Blue) = 61+223+108=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF6C is #C22093. Grayscale: #A1A1A1. Windows color (decimal): -12722324 or 7135037. OLE color: 7135037.
HSL color Cylindrical-coordinate representation of color #3DDF6C: hue angle of 137.41º 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 #3DDF6C is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 108 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.13 |
| HSL | 137.41º | 0.72% | 0.56% | - |
| HSV(B) | 137.41º | 0.73% | 0.87% | - |
| XYZ | 31.02 | 54.85 | 23.14 | - |
| YUV | 161.45 | 97.83 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 108 | 0.73 | 0 | 0.52 | 0.13 | 137.41 | 0.72 | 0.56 |
| Hex | 3D | DF | 6C | 49 | 0 | 34 | D | 89 | 48 | 38 |
| Octal | 75 | 337 | 154 | 111 | 0 | 64 | 15 | 211 | 110 | 70 |
| Binary | 111101 | 11011111 | 1101100 | 1001001 | 0 | 110100 | 1101 | 10001001 | 1001000 | 111000 |
Color Harmonies of #3DDF6C
Complementary color
Monochromatic Colors of #3DDF6C
Black with #3DDF6C
Text Example
Text Example
White with #3DDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF6C; }
p { color: rgb(61,223,108); }
H1.HeaderClassName
{
color: #3DDF6C;
}
.AnyTagClassName
{
color: #3DDF6C;
}
</style>
background-color css
<style>
a { background-color: #3DDF6C; }
a { background-color: rgb(61,223,108); }
div.DivClassName
{
background-color: #3DDF6C;
}
.BgClassName
{
background-color: #3DDF6C;
}
</style>
border-color css
<style>
span { border-color: #3DDF6C; }
span { border-color: rgb(61,223,108); }
td.TdClassName
{
border-color: #3DDF6C;
}
.TagClassName
{
border-color: #3DDF6C;
}
</style>