Shades of Emerald #3DD77A
Tints of Emerald #3DD77A
RGB
CMYK
RGB Variations
Color information
#3DD77A (or 0x3DD77A) is known color: Emerald. HEX triplet: 3D, D7 and 7A. RGB value is (61,215,122). Sum of RGB (Red+Green+Blue) = 61+215+122=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD77A is #C22885. Grayscale: #9E9E9E. Windows color (decimal): -12724358 or 8050493. OLE color: 8050493.
HSL color Cylindrical-coordinate representation of color #3DD77A: hue angle of 143.77º 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 #3DD77A is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 122 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.16 |
| HSL | 143.77º | 0.66% | 0.54% | - |
| HSV(B) | 143.77º | 0.72% | 0.84% | - |
| XYZ | 29.74 | 51 | 26.69 | - |
| YUV | 158.35 | 107.48 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 122 | 0.72 | 0 | 0.43 | 0.16 | 143.77 | 0.66 | 0.54 |
| Hex | 3D | D7 | 7A | 48 | 0 | 2B | 10 | 90 | 42 | 36 |
| Octal | 75 | 327 | 172 | 110 | 0 | 53 | 20 | 220 | 102 | 66 |
| Binary | 111101 | 11010111 | 1111010 | 1001000 | 0 | 101011 | 10000 | 10010000 | 1000010 | 110110 |
Color Harmonies of #3DD77A
Complementary color
Monochromatic Colors of #3DD77A
Black with #3DD77A
Text Example
Text Example
White with #3DD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD77A; }
p { color: rgb(61,215,122); }
H1.HeaderClassName
{
color: #3DD77A;
}
.AnyTagClassName
{
color: #3DD77A;
}
</style>
background-color css
<style>
a { background-color: #3DD77A; }
a { background-color: rgb(61,215,122); }
div.DivClassName
{
background-color: #3DD77A;
}
.BgClassName
{
background-color: #3DD77A;
}
</style>
border-color css
<style>
span { border-color: #3DD77A; }
span { border-color: rgb(61,215,122); }
td.TdClassName
{
border-color: #3DD77A;
}
.TagClassName
{
border-color: #3DD77A;
}
</style>