Shades of Emerald #3DDD73
Tints of Emerald #3DDD73
RGB
CMYK
RGB Variations
Color information
#3DDD73 (or 0x3DDD73) is known color: Emerald. HEX triplet: 3D, DD and 73. RGB value is (61,221,115). Sum of RGB (Red+Green+Blue) = 61+221+115=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD73 is #C2228C. Grayscale: #A1A1A1. Windows color (decimal): -12722829 or 7593277. OLE color: 7593277.
HSL color Cylindrical-coordinate representation of color #3DDD73: hue angle of 140.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD73 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 115 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.13 |
| HSL | 140.25º | 0.7% | 0.55% | - |
| HSV(B) | 140.25º | 0.72% | 0.87% | - |
| XYZ | 30.88 | 53.94 | 25 | - |
| YUV | 161.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 115 | 0.72 | 0 | 0.48 | 0.13 | 140.25 | 0.7 | 0.55 |
| Hex | 3D | DD | 73 | 48 | 0 | 30 | D | 8C | 46 | 37 |
| Octal | 75 | 335 | 163 | 110 | 0 | 60 | 15 | 214 | 106 | 67 |
| Binary | 111101 | 11011101 | 1110011 | 1001000 | 0 | 110000 | 1101 | 10001100 | 1000110 | 110111 |
Color Harmonies of #3DDD73
Complementary color
Monochromatic Colors of #3DDD73
Black with #3DDD73
Text Example
Text Example
White with #3DDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD73; }
p { color: rgb(61,221,115); }
H1.HeaderClassName
{
color: #3DDD73;
}
.AnyTagClassName
{
color: #3DDD73;
}
</style>
background-color css
<style>
a { background-color: #3DDD73; }
a { background-color: rgb(61,221,115); }
div.DivClassName
{
background-color: #3DDD73;
}
.BgClassName
{
background-color: #3DDD73;
}
</style>
border-color css
<style>
span { border-color: #3DDD73; }
span { border-color: rgb(61,221,115); }
td.TdClassName
{
border-color: #3DDD73;
}
.TagClassName
{
border-color: #3DDD73;
}
</style>