Shades of Emerald #3BDC5A
Tints of Emerald #3BDC5A
RGB
CMYK
RGB Variations
Color information
#3BDC5A (or 0x3BDC5A) is known color: Emerald. HEX triplet: 3B, DC and 5A. RGB value is (59,220,90). Sum of RGB (Red+Green+Blue) = 59+220+90=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC5A is #C423A5. Grayscale: #9D9D9D. Windows color (decimal): -12854182 or 5954619. OLE color: 5954619.
HSL color Cylindrical-coordinate representation of color #3BDC5A: hue angle of 131.55º 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 #3BDC5A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 90 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.14 |
| HSL | 131.55º | 0.7% | 0.55% | - |
| HSV(B) | 131.55º | 0.73% | 0.86% | - |
| XYZ | 29.24 | 52.85 | 18.33 | - |
| YUV | 157.04 | 90.16 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 90 | 0.73 | 0 | 0.59 | 0.14 | 131.55 | 0.7 | 0.55 |
| Hex | 3B | DC | 5A | 49 | 0 | 3B | E | 84 | 46 | 37 |
| Octal | 73 | 334 | 132 | 111 | 0 | 73 | 16 | 204 | 106 | 67 |
| Binary | 111011 | 11011100 | 1011010 | 1001001 | 0 | 111011 | 1110 | 10000100 | 1000110 | 110111 |
Color Harmonies of #3BDC5A
Complementary color
Monochromatic Colors of #3BDC5A
Black with #3BDC5A
Text Example
Text Example
White with #3BDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC5A; }
p { color: rgb(59,220,90); }
H1.HeaderClassName
{
color: #3BDC5A;
}
.AnyTagClassName
{
color: #3BDC5A;
}
</style>
background-color css
<style>
a { background-color: #3BDC5A; }
a { background-color: rgb(59,220,90); }
div.DivClassName
{
background-color: #3BDC5A;
}
.BgClassName
{
background-color: #3BDC5A;
}
</style>
border-color css
<style>
span { border-color: #3BDC5A; }
span { border-color: rgb(59,220,90); }
td.TdClassName
{
border-color: #3BDC5A;
}
.TagClassName
{
border-color: #3BDC5A;
}
</style>