Shades of Emerald #3BDD6E
Tints of Emerald #3BDD6E
RGB
CMYK
RGB Variations
Color information
#3BDD6E (or 0x3BDD6E) is known color: Emerald. HEX triplet: 3B, DD and 6E. RGB value is (59,221,110). Sum of RGB (Red+Green+Blue) = 59+221+110=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD6E is #C42291. Grayscale: #A0A0A0. Windows color (decimal): -12853906 or 7265595. OLE color: 7265595.
HSL color Cylindrical-coordinate representation of color #3BDD6E: hue angle of 138.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD6E is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 110 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.13 |
| HSL | 138.89º | 0.7% | 0.55% | - |
| HSV(B) | 138.89º | 0.73% | 0.87% | - |
| XYZ | 30.47 | 53.77 | 23.52 | - |
| YUV | 159.91 | 99.83 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 110 | 0.73 | 0 | 0.50 | 0.13 | 138.89 | 0.7 | 0.55 |
| Hex | 3B | DD | 6E | 49 | 0 | 32 | D | 8B | 46 | 37 |
| Octal | 73 | 335 | 156 | 111 | 0 | 62 | 15 | 213 | 106 | 67 |
| Binary | 111011 | 11011101 | 1101110 | 1001001 | 0 | 110010 | 1101 | 10001011 | 1000110 | 110111 |
Color Harmonies of #3BDD6E
Complementary color
Monochromatic Colors of #3BDD6E
Black with #3BDD6E
Text Example
Text Example
White with #3BDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD6E; }
p { color: rgb(59,221,110); }
H1.HeaderClassName
{
color: #3BDD6E;
}
.AnyTagClassName
{
color: #3BDD6E;
}
</style>
background-color css
<style>
a { background-color: #3BDD6E; }
a { background-color: rgb(59,221,110); }
div.DivClassName
{
background-color: #3BDD6E;
}
.BgClassName
{
background-color: #3BDD6E;
}
</style>
border-color css
<style>
span { border-color: #3BDD6E; }
span { border-color: rgb(59,221,110); }
td.TdClassName
{
border-color: #3BDD6E;
}
.TagClassName
{
border-color: #3BDD6E;
}
</style>