Shades of Emerald #3DD077
Tints of Emerald #3DD077
RGB
CMYK
RGB Variations
Color information
#3DD077 (or 0x3DD077) is known color: Emerald. HEX triplet: 3D, D0 and 77. RGB value is (61,208,119). Sum of RGB (Red+Green+Blue) = 61+208+119=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD077 is #C22F88. Grayscale: #9A9A9A. Windows color (decimal): -12726153 or 7852093. OLE color: 7852093.
HSL color Cylindrical-coordinate representation of color #3DD077: hue angle of 143.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD077 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 119 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.18 |
| HSL | 143.67º | 0.61% | 0.53% | - |
| HSV(B) | 143.67º | 0.71% | 0.82% | - |
| XYZ | 27.81 | 47.44 | 25.14 | - |
| YUV | 153.9 | 108.3 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 119 | 0.71 | 0 | 0.43 | 0.18 | 143.67 | 0.61 | 0.53 |
| Hex | 3D | D0 | 77 | 47 | 0 | 2B | 12 | 90 | 3D | 35 |
| Octal | 75 | 320 | 167 | 107 | 0 | 53 | 22 | 220 | 75 | 65 |
| Binary | 111101 | 11010000 | 1110111 | 1000111 | 0 | 101011 | 10010 | 10010000 | 111101 | 110101 |
Color Harmonies of #3DD077
Complementary color
Monochromatic Colors of #3DD077
Black with #3DD077
Text Example
Text Example
White with #3DD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD077; }
p { color: rgb(61,208,119); }
H1.HeaderClassName
{
color: #3DD077;
}
.AnyTagClassName
{
color: #3DD077;
}
</style>
background-color css
<style>
a { background-color: #3DD077; }
a { background-color: rgb(61,208,119); }
div.DivClassName
{
background-color: #3DD077;
}
.BgClassName
{
background-color: #3DD077;
}
</style>
border-color css
<style>
span { border-color: #3DD077; }
span { border-color: rgb(61,208,119); }
td.TdClassName
{
border-color: #3DD077;
}
.TagClassName
{
border-color: #3DD077;
}
</style>