Shades of Emerald #3BDD7D
Tints of Emerald #3BDD7D
RGB
CMYK
RGB Variations
Color information
#3BDD7D (or 0x3BDD7D) is known color: Emerald. HEX triplet: 3B, DD and 7D. RGB value is (59,221,125). Sum of RGB (Red+Green+Blue) = 59+221+125=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD7D is #C42282. Grayscale: #A1A1A1. Windows color (decimal): -12853891 or 8248635. OLE color: 8248635.
HSL color Cylindrical-coordinate representation of color #3BDD7D: hue angle of 144.44º 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 #3BDD7D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 125 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.13 |
| HSL | 144.44º | 0.7% | 0.55% | - |
| HSV(B) | 144.44º | 0.73% | 0.87% | - |
| XYZ | 31.36 | 54.12 | 28.2 | - |
| YUV | 161.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 125 | 0.73 | 0 | 0.43 | 0.13 | 144.44 | 0.7 | 0.55 |
| Hex | 3B | DD | 7D | 49 | 0 | 2B | D | 90 | 46 | 37 |
| Octal | 73 | 335 | 175 | 111 | 0 | 53 | 15 | 220 | 106 | 67 |
| Binary | 111011 | 11011101 | 1111101 | 1001001 | 0 | 101011 | 1101 | 10010000 | 1000110 | 110111 |
Color Harmonies of #3BDD7D
Complementary color
Monochromatic Colors of #3BDD7D
Black with #3BDD7D
Text Example
Text Example
White with #3BDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD7D; }
p { color: rgb(59,221,125); }
H1.HeaderClassName
{
color: #3BDD7D;
}
.AnyTagClassName
{
color: #3BDD7D;
}
</style>
background-color css
<style>
a { background-color: #3BDD7D; }
a { background-color: rgb(59,221,125); }
div.DivClassName
{
background-color: #3BDD7D;
}
.BgClassName
{
background-color: #3BDD7D;
}
</style>
border-color css
<style>
span { border-color: #3BDD7D; }
span { border-color: rgb(59,221,125); }
td.TdClassName
{
border-color: #3BDD7D;
}
.TagClassName
{
border-color: #3BDD7D;
}
</style>