Shades of Emerald #3BDD5B
Tints of Emerald #3BDD5B
RGB
CMYK
RGB Variations
Color information
#3BDD5B (or 0x3BDD5B) is known color: Emerald. HEX triplet: 3B, DD and 5B. RGB value is (59,221,91). Sum of RGB (Red+Green+Blue) = 59+221+91=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD5B is #C422A4. Grayscale: #9E9E9E. Windows color (decimal): -12853925 or 6020411. OLE color: 6020411.
HSL color Cylindrical-coordinate representation of color #3BDD5B: hue angle of 131.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD5B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 91 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.13 |
| HSL | 131.85º | 0.7% | 0.55% | - |
| HSV(B) | 131.85º | 0.73% | 0.87% | - |
| XYZ | 29.55 | 53.4 | 18.65 | - |
| YUV | 157.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 91 | 0.73 | 0 | 0.59 | 0.13 | 131.85 | 0.7 | 0.55 |
| Hex | 3B | DD | 5B | 49 | 0 | 3B | D | 84 | 46 | 37 |
| Octal | 73 | 335 | 133 | 111 | 0 | 73 | 15 | 204 | 106 | 67 |
| Binary | 111011 | 11011101 | 1011011 | 1001001 | 0 | 111011 | 1101 | 10000100 | 1000110 | 110111 |
Color Harmonies of #3BDD5B
Complementary color
Monochromatic Colors of #3BDD5B
Black with #3BDD5B
Text Example
Text Example
White with #3BDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD5B; }
p { color: rgb(59,221,91); }
H1.HeaderClassName
{
color: #3BDD5B;
}
.AnyTagClassName
{
color: #3BDD5B;
}
</style>
background-color css
<style>
a { background-color: #3BDD5B; }
a { background-color: rgb(59,221,91); }
div.DivClassName
{
background-color: #3BDD5B;
}
.BgClassName
{
background-color: #3BDD5B;
}
</style>
border-color css
<style>
span { border-color: #3BDD5B; }
span { border-color: rgb(59,221,91); }
td.TdClassName
{
border-color: #3BDD5B;
}
.TagClassName
{
border-color: #3BDD5B;
}
</style>