Shades of Emerald #3DD77B
Tints of Emerald #3DD77B
RGB
CMYK
RGB Variations
Color information
#3DD77B (or 0x3DD77B) is known color: Emerald. HEX triplet: 3D, D7 and 7B. RGB value is (61,215,123). Sum of RGB (Red+Green+Blue) = 61+215+123=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD77B is #C22884. Grayscale: #9E9E9E. Windows color (decimal): -12724357 or 8116029. OLE color: 8116029.
HSL color Cylindrical-coordinate representation of color #3DD77B: hue angle of 144.16º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD77B is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 123 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.16 |
| HSL | 144.16º | 0.66% | 0.54% | - |
| HSV(B) | 144.16º | 0.72% | 0.84% | - |
| XYZ | 29.8 | 51.02 | 27.02 | - |
| YUV | 158.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 123 | 0.72 | 0 | 0.43 | 0.16 | 144.16 | 0.66 | 0.54 |
| Hex | 3D | D7 | 7B | 48 | 0 | 2B | 10 | 90 | 42 | 36 |
| Octal | 75 | 327 | 173 | 110 | 0 | 53 | 20 | 220 | 102 | 66 |
| Binary | 111101 | 11010111 | 1111011 | 1001000 | 0 | 101011 | 10000 | 10010000 | 1000010 | 110110 |
Color Harmonies of #3DD77B
Complementary color
Monochromatic Colors of #3DD77B
Black with #3DD77B
Text Example
Text Example
White with #3DD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD77B; }
p { color: rgb(61,215,123); }
H1.HeaderClassName
{
color: #3DD77B;
}
.AnyTagClassName
{
color: #3DD77B;
}
</style>
background-color css
<style>
a { background-color: #3DD77B; }
a { background-color: rgb(61,215,123); }
div.DivClassName
{
background-color: #3DD77B;
}
.BgClassName
{
background-color: #3DD77B;
}
</style>
border-color css
<style>
span { border-color: #3DD77B; }
span { border-color: rgb(61,215,123); }
td.TdClassName
{
border-color: #3DD77B;
}
.TagClassName
{
border-color: #3DD77B;
}
</style>