Shades of Emerald #3BD980
Tints of Emerald #3BD980
RGB
CMYK
RGB Variations
Color information
#3BD980 (or 0x3BD980) is known color: Emerald. HEX triplet: 3B, D9 and 80. RGB value is (59,217,128). Sum of RGB (Red+Green+Blue) = 59+217+128=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD980 is #C4267F. Grayscale: #9F9F9F. Windows color (decimal): -12854912 or 8444219. OLE color: 8444219.
HSL color Cylindrical-coordinate representation of color #3BD980: hue angle of 146.2º 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 #3BD980 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 128 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.15 |
| HSL | 146.2º | 0.68% | 0.54% | - |
| HSV(B) | 146.2º | 0.73% | 0.85% | - |
| XYZ | 30.51 | 52.11 | 28.87 | - |
| YUV | 159.61 | 110.15 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 128 | 0.73 | 0 | 0.41 | 0.15 | 146.2 | 0.68 | 0.54 |
| Hex | 3B | D9 | 80 | 49 | 0 | 29 | F | 92 | 44 | 36 |
| Octal | 73 | 331 | 200 | 111 | 0 | 51 | 17 | 222 | 104 | 66 |
| Binary | 111011 | 11011001 | 10000000 | 1001001 | 0 | 101001 | 1111 | 10010010 | 1000100 | 110110 |
Color Harmonies of #3BD980
Complementary color
Monochromatic Colors of #3BD980
Black with #3BD980
Text Example
Text Example
White with #3BD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD980; }
p { color: rgb(59,217,128); }
H1.HeaderClassName
{
color: #3BD980;
}
.AnyTagClassName
{
color: #3BD980;
}
</style>
background-color css
<style>
a { background-color: #3BD980; }
a { background-color: rgb(59,217,128); }
div.DivClassName
{
background-color: #3BD980;
}
.BgClassName
{
background-color: #3BD980;
}
</style>
border-color css
<style>
span { border-color: #3BD980; }
span { border-color: rgb(59,217,128); }
td.TdClassName
{
border-color: #3BD980;
}
.TagClassName
{
border-color: #3BD980;
}
</style>