Shades of Emerald #3BDA7D
Tints of Emerald #3BDA7D
RGB
CMYK
RGB Variations
Color information
#3BDA7D (or 0x3BDA7D) is known color: Emerald. HEX triplet: 3B, DA and 7D. RGB value is (59,218,125). Sum of RGB (Red+Green+Blue) = 59+218+125=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDA7D is #C42582. Grayscale: #A0A0A0. Windows color (decimal): -12854659 or 8247867. OLE color: 8247867.
HSL color Cylindrical-coordinate representation of color #3BDA7D: hue angle of 144.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDA7D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 125 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.15 |
| HSL | 144.91º | 0.68% | 0.54% | - |
| HSV(B) | 144.91º | 0.73% | 0.85% | - |
| XYZ | 30.58 | 52.55 | 27.93 | - |
| YUV | 159.86 | 108.32 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 125 | 0.73 | 0 | 0.43 | 0.15 | 144.91 | 0.68 | 0.54 |
| Hex | 3B | DA | 7D | 49 | 0 | 2B | F | 91 | 44 | 36 |
| Octal | 73 | 332 | 175 | 111 | 0 | 53 | 17 | 221 | 104 | 66 |
| Binary | 111011 | 11011010 | 1111101 | 1001001 | 0 | 101011 | 1111 | 10010001 | 1000100 | 110110 |
Color Harmonies of #3BDA7D
Complementary color
Monochromatic Colors of #3BDA7D
Black with #3BDA7D
Text Example
Text Example
White with #3BDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA7D; }
p { color: rgb(59,218,125); }
H1.HeaderClassName
{
color: #3BDA7D;
}
.AnyTagClassName
{
color: #3BDA7D;
}
</style>
background-color css
<style>
a { background-color: #3BDA7D; }
a { background-color: rgb(59,218,125); }
div.DivClassName
{
background-color: #3BDA7D;
}
.BgClassName
{
background-color: #3BDA7D;
}
</style>
border-color css
<style>
span { border-color: #3BDA7D; }
span { border-color: rgb(59,218,125); }
td.TdClassName
{
border-color: #3BDA7D;
}
.TagClassName
{
border-color: #3BDA7D;
}
</style>