Shades of Emerald #3BDD81
Tints of Emerald #3BDD81
RGB
CMYK
RGB Variations
Color information
#3BDD81 (or 0x3BDD81) is known color: Emerald. HEX triplet: 3B, DD and 81. RGB value is (59,221,129). Sum of RGB (Red+Green+Blue) = 59+221+129=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDD81 is #C4227E. Grayscale: #A2A2A2. Windows color (decimal): -12853887 or 8510779. OLE color: 8510779.
HSL color Cylindrical-coordinate representation of color #3BDD81: hue angle of 145.93º 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 #3BDD81 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 129 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.13 |
| HSL | 145.93º | 0.7% | 0.55% | - |
| HSV(B) | 145.93º | 0.73% | 0.87% | - |
| XYZ | 31.62 | 54.23 | 29.57 | - |
| YUV | 162.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 129 | 0.73 | 0 | 0.42 | 0.13 | 145.93 | 0.7 | 0.55 |
| Hex | 3B | DD | 81 | 49 | 0 | 2A | D | 92 | 46 | 37 |
| Octal | 73 | 335 | 201 | 111 | 0 | 52 | 15 | 222 | 106 | 67 |
| Binary | 111011 | 11011101 | 10000001 | 1001001 | 0 | 101010 | 1101 | 10010010 | 1000110 | 110111 |
Color Harmonies of #3BDD81
Complementary color
Monochromatic Colors of #3BDD81
Black with #3BDD81
Text Example
Text Example
White with #3BDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD81; }
p { color: rgb(59,221,129); }
H1.HeaderClassName
{
color: #3BDD81;
}
.AnyTagClassName
{
color: #3BDD81;
}
</style>
background-color css
<style>
a { background-color: #3BDD81; }
a { background-color: rgb(59,221,129); }
div.DivClassName
{
background-color: #3BDD81;
}
.BgClassName
{
background-color: #3BDD81;
}
</style>
border-color css
<style>
span { border-color: #3BDD81; }
span { border-color: rgb(59,221,129); }
td.TdClassName
{
border-color: #3BDD81;
}
.TagClassName
{
border-color: #3BDD81;
}
</style>