Shades of Emerald #3BDC6A
Tints of Emerald #3BDC6A
RGB
CMYK
RGB Variations
Color information
#3BDC6A (or 0x3BDC6A) is known color: Emerald. HEX triplet: 3B, DC and 6A. RGB value is (59,220,106). Sum of RGB (Red+Green+Blue) = 59+220+106=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC6A is #C42395. Grayscale: #9F9F9F. Windows color (decimal): -12854166 or 7003195. OLE color: 7003195.
HSL color Cylindrical-coordinate representation of color #3BDC6A: hue angle of 137.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC6A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 106 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.14 |
| HSL | 137.52º | 0.7% | 0.55% | - |
| HSV(B) | 137.52º | 0.73% | 0.86% | - |
| XYZ | 30 | 53.16 | 22.31 | - |
| YUV | 158.87 | 98.16 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 106 | 0.73 | 0 | 0.52 | 0.14 | 137.52 | 0.7 | 0.55 |
| Hex | 3B | DC | 6A | 49 | 0 | 34 | E | 8A | 46 | 37 |
| Octal | 73 | 334 | 152 | 111 | 0 | 64 | 16 | 212 | 106 | 67 |
| Binary | 111011 | 11011100 | 1101010 | 1001001 | 0 | 110100 | 1110 | 10001010 | 1000110 | 110111 |
Color Harmonies of #3BDC6A
Complementary color
Monochromatic Colors of #3BDC6A
Black with #3BDC6A
Text Example
Text Example
White with #3BDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC6A; }
p { color: rgb(59,220,106); }
H1.HeaderClassName
{
color: #3BDC6A;
}
.AnyTagClassName
{
color: #3BDC6A;
}
</style>
background-color css
<style>
a { background-color: #3BDC6A; }
a { background-color: rgb(59,220,106); }
div.DivClassName
{
background-color: #3BDC6A;
}
.BgClassName
{
background-color: #3BDC6A;
}
</style>
border-color css
<style>
span { border-color: #3BDC6A; }
span { border-color: rgb(59,220,106); }
td.TdClassName
{
border-color: #3BDC6A;
}
.TagClassName
{
border-color: #3BDC6A;
}
</style>