Shades of Emerald #3BDA5B
Tints of Emerald #3BDA5B
RGB
CMYK
RGB Variations
Color information
#3BDA5B (or 0x3BDA5B) is known color: Emerald. HEX triplet: 3B, DA and 5B. RGB value is (59,218,91). Sum of RGB (Red+Green+Blue) = 59+218+91=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDA5B is #C425A4. Grayscale: #9C9C9C. Windows color (decimal): -12854693 or 6019643. OLE color: 6019643.
HSL color Cylindrical-coordinate representation of color #3BDA5B: hue angle of 132.08º 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 #3BDA5B is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 91 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.15 |
| HSL | 132.08º | 0.68% | 0.54% | - |
| HSV(B) | 132.08º | 0.73% | 0.85% | - |
| XYZ | 28.76 | 51.83 | 18.39 | - |
| YUV | 155.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 91 | 0.73 | 0 | 0.58 | 0.15 | 132.08 | 0.68 | 0.54 |
| Hex | 3B | DA | 5B | 49 | 0 | 3A | F | 84 | 44 | 36 |
| Octal | 73 | 332 | 133 | 111 | 0 | 72 | 17 | 204 | 104 | 66 |
| Binary | 111011 | 11011010 | 1011011 | 1001001 | 0 | 111010 | 1111 | 10000100 | 1000100 | 110110 |
Color Harmonies of #3BDA5B
Complementary color
Monochromatic Colors of #3BDA5B
Black with #3BDA5B
Text Example
Text Example
White with #3BDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA5B; }
p { color: rgb(59,218,91); }
H1.HeaderClassName
{
color: #3BDA5B;
}
.AnyTagClassName
{
color: #3BDA5B;
}
</style>
background-color css
<style>
a { background-color: #3BDA5B; }
a { background-color: rgb(59,218,91); }
div.DivClassName
{
background-color: #3BDA5B;
}
.BgClassName
{
background-color: #3BDA5B;
}
</style>
border-color css
<style>
span { border-color: #3BDA5B; }
span { border-color: rgb(59,218,91); }
td.TdClassName
{
border-color: #3BDA5B;
}
.TagClassName
{
border-color: #3BDA5B;
}
</style>