Shades of Emerald #3BD381
Tints of Emerald #3BD381
RGB
CMYK
RGB Variations
Color information
#3BD381 (or 0x3BD381) is known color: Emerald. HEX triplet: 3B, D3 and 81. RGB value is (59,211,129). Sum of RGB (Red+Green+Blue) = 59+211+129=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD381 is #C42C7E. Grayscale: #9C9C9C. Windows color (decimal): -12856447 or 8508219. OLE color: 8508219.
HSL color Cylindrical-coordinate representation of color #3BD381: hue angle of 147.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD381 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 129 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.17 |
| HSL | 147.63º | 0.63% | 0.53% | - |
| HSV(B) | 147.63º | 0.72% | 0.83% | - |
| XYZ | 29.06 | 49.1 | 28.72 | - |
| YUV | 156.2 | 112.64 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 129 | 0.72 | 0 | 0.39 | 0.17 | 147.63 | 0.63 | 0.53 |
| Hex | 3B | D3 | 81 | 48 | 0 | 27 | 11 | 94 | 3F | 35 |
| Octal | 73 | 323 | 201 | 110 | 0 | 47 | 21 | 224 | 77 | 65 |
| Binary | 111011 | 11010011 | 10000001 | 1001000 | 0 | 100111 | 10001 | 10010100 | 111111 | 110101 |
Color Harmonies of #3BD381
Complementary color
Monochromatic Colors of #3BD381
Black with #3BD381
Text Example
Text Example
White with #3BD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD381; }
p { color: rgb(59,211,129); }
H1.HeaderClassName
{
color: #3BD381;
}
.AnyTagClassName
{
color: #3BD381;
}
</style>
background-color css
<style>
a { background-color: #3BD381; }
a { background-color: rgb(59,211,129); }
div.DivClassName
{
background-color: #3BD381;
}
.BgClassName
{
background-color: #3BD381;
}
</style>
border-color css
<style>
span { border-color: #3BD381; }
span { border-color: rgb(59,211,129); }
td.TdClassName
{
border-color: #3BD381;
}
.TagClassName
{
border-color: #3BD381;
}
</style>