Shades of Emerald #3BD880
Tints of Emerald #3BD880
RGB
CMYK
RGB Variations
Color information
#3BD880 (or 0x3BD880) is known color: Emerald. HEX triplet: 3B, D8 and 80. RGB value is (59,216,128). Sum of RGB (Red+Green+Blue) = 59+216+128=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD880 is #C4277F. Grayscale: #9F9F9F. Windows color (decimal): -12855168 or 8443963. OLE color: 8443963.
HSL color Cylindrical-coordinate representation of color #3BD880: hue angle of 146.37º degrees, saturation: 0.67, 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 #3BD880 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 216 | 128 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.15 |
| HSL | 146.37º | 0.67% | 0.54% | - |
| HSV(B) | 146.37º | 0.73% | 0.85% | - |
| XYZ | 30.26 | 51.6 | 28.79 | - |
| YUV | 159.03 | 110.49 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 216 | 128 | 0.73 | 0 | 0.41 | 0.15 | 146.37 | 0.67 | 0.54 |
| Hex | 3B | D8 | 80 | 49 | 0 | 29 | F | 92 | 43 | 36 |
| Octal | 73 | 330 | 200 | 111 | 0 | 51 | 17 | 222 | 103 | 66 |
| Binary | 111011 | 11011000 | 10000000 | 1001001 | 0 | 101001 | 1111 | 10010010 | 1000011 | 110110 |
Color Harmonies of #3BD880
Complementary color
Monochromatic Colors of #3BD880
Black with #3BD880
Text Example
Text Example
White with #3BD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD880; }
p { color: rgb(59,216,128); }
H1.HeaderClassName
{
color: #3BD880;
}
.AnyTagClassName
{
color: #3BD880;
}
</style>
background-color css
<style>
a { background-color: #3BD880; }
a { background-color: rgb(59,216,128); }
div.DivClassName
{
background-color: #3BD880;
}
.BgClassName
{
background-color: #3BD880;
}
</style>
border-color css
<style>
span { border-color: #3BD880; }
span { border-color: rgb(59,216,128); }
td.TdClassName
{
border-color: #3BD880;
}
.TagClassName
{
border-color: #3BD880;
}
</style>