Shades of Emerald #3DDF7C
Tints of Emerald #3DDF7C
RGB
CMYK
RGB Variations
Color information
#3DDF7C (or 0x3DDF7C) is known color: Emerald. HEX triplet: 3D, DF and 7C. RGB value is (61,223,124). Sum of RGB (Red+Green+Blue) = 61+223+124=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF7C is #C22083. Grayscale: #A3A3A3. Windows color (decimal): -12722308 or 8183613. OLE color: 8183613.
HSL color Cylindrical-coordinate representation of color #3DDF7C: hue angle of 143.33º 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 #3DDF7C is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 124 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.13 |
| HSL | 143.33º | 0.72% | 0.56% | - |
| HSV(B) | 143.33º | 0.73% | 0.87% | - |
| XYZ | 31.95 | 55.22 | 28.04 | - |
| YUV | 163.28 | 105.83 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 124 | 0.73 | 0 | 0.44 | 0.13 | 143.33 | 0.72 | 0.56 |
| Hex | 3D | DF | 7C | 49 | 0 | 2C | D | 8F | 48 | 38 |
| Octal | 75 | 337 | 174 | 111 | 0 | 54 | 15 | 217 | 110 | 70 |
| Binary | 111101 | 11011111 | 1111100 | 1001001 | 0 | 101100 | 1101 | 10001111 | 1001000 | 111000 |
Color Harmonies of #3DDF7C
Complementary color
Monochromatic Colors of #3DDF7C
Black with #3DDF7C
Text Example
Text Example
White with #3DDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF7C; }
p { color: rgb(61,223,124); }
H1.HeaderClassName
{
color: #3DDF7C;
}
.AnyTagClassName
{
color: #3DDF7C;
}
</style>
background-color css
<style>
a { background-color: #3DDF7C; }
a { background-color: rgb(61,223,124); }
div.DivClassName
{
background-color: #3DDF7C;
}
.BgClassName
{
background-color: #3DDF7C;
}
</style>
border-color css
<style>
span { border-color: #3DDF7C; }
span { border-color: rgb(61,223,124); }
td.TdClassName
{
border-color: #3DDF7C;
}
.TagClassName
{
border-color: #3DDF7C;
}
</style>