Shades of Emerald #3BDD7F
Tints of Emerald #3BDD7F
RGB
CMYK
RGB Variations
Color information
#3BDD7F (or 0x3BDD7F) is known color: Emerald. HEX triplet: 3B, DD and 7F. RGB value is (59,221,127). Sum of RGB (Red+Green+Blue) = 59+221+127=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD7F is #C42280. Grayscale: #A2A2A2. Windows color (decimal): -12853889 or 8379707. OLE color: 8379707.
HSL color Cylindrical-coordinate representation of color #3BDD7F: hue angle of 145.19º 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 #3BDD7F is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 127 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.13 |
| HSL | 145.19º | 0.7% | 0.55% | - |
| HSV(B) | 145.19º | 0.73% | 0.87% | - |
| XYZ | 31.49 | 54.18 | 28.88 | - |
| YUV | 161.85 | 108.33 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 127 | 0.73 | 0 | 0.43 | 0.13 | 145.19 | 0.7 | 0.55 |
| Hex | 3B | DD | 7F | 49 | 0 | 2B | D | 91 | 46 | 37 |
| Octal | 73 | 335 | 177 | 111 | 0 | 53 | 15 | 221 | 106 | 67 |
| Binary | 111011 | 11011101 | 1111111 | 1001001 | 0 | 101011 | 1101 | 10010001 | 1000110 | 110111 |
Color Harmonies of #3BDD7F
Complementary color
Monochromatic Colors of #3BDD7F
Black with #3BDD7F
Text Example
Text Example
White with #3BDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD7F; }
p { color: rgb(59,221,127); }
H1.HeaderClassName
{
color: #3BDD7F;
}
.AnyTagClassName
{
color: #3BDD7F;
}
</style>
background-color css
<style>
a { background-color: #3BDD7F; }
a { background-color: rgb(59,221,127); }
div.DivClassName
{
background-color: #3BDD7F;
}
.BgClassName
{
background-color: #3BDD7F;
}
</style>
border-color css
<style>
span { border-color: #3BDD7F; }
span { border-color: rgb(59,221,127); }
td.TdClassName
{
border-color: #3BDD7F;
}
.TagClassName
{
border-color: #3BDD7F;
}
</style>