Shades of Emerald #3BDE7A
Tints of Emerald #3BDE7A
RGB
CMYK
RGB Variations
Color information
#3BDE7A (or 0x3BDE7A) is known color: Emerald. HEX triplet: 3B, DE and 7A. RGB value is (59,222,122). Sum of RGB (Red+Green+Blue) = 59+222+122=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDE7A is #C42185. Grayscale: #A2A2A2. Windows color (decimal): -12853638 or 8052283. OLE color: 8052283.
HSL color Cylindrical-coordinate representation of color #3BDE7A: hue angle of 143.19º degrees, saturation: 0.71, 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 #3BDE7A is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 122 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.13 |
| HSL | 143.19º | 0.71% | 0.55% | - |
| HSV(B) | 143.19º | 0.73% | 0.87% | - |
| XYZ | 31.44 | 54.58 | 27.29 | - |
| YUV | 161.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 122 | 0.73 | 0 | 0.45 | 0.13 | 143.19 | 0.71 | 0.55 |
| Hex | 3B | DE | 7A | 49 | 0 | 2D | D | 8F | 47 | 37 |
| Octal | 73 | 336 | 172 | 111 | 0 | 55 | 15 | 217 | 107 | 67 |
| Binary | 111011 | 11011110 | 1111010 | 1001001 | 0 | 101101 | 1101 | 10001111 | 1000111 | 110111 |
Color Harmonies of #3BDE7A
Complementary color
Monochromatic Colors of #3BDE7A
Black with #3BDE7A
Text Example
Text Example
White with #3BDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDE7A; }
p { color: rgb(59,222,122); }
H1.HeaderClassName
{
color: #3BDE7A;
}
.AnyTagClassName
{
color: #3BDE7A;
}
</style>
background-color css
<style>
a { background-color: #3BDE7A; }
a { background-color: rgb(59,222,122); }
div.DivClassName
{
background-color: #3BDE7A;
}
.BgClassName
{
background-color: #3BDE7A;
}
</style>
border-color css
<style>
span { border-color: #3BDE7A; }
span { border-color: rgb(59,222,122); }
td.TdClassName
{
border-color: #3BDE7A;
}
.TagClassName
{
border-color: #3BDE7A;
}
</style>