Shades of Emerald #3BD77F
Tints of Emerald #3BD77F
RGB
CMYK
RGB Variations
Color information
#3BD77F (or 0x3BD77F) is known color: Emerald. HEX triplet: 3B, D7 and 7F. RGB value is (59,215,127). Sum of RGB (Red+Green+Blue) = 59+215+127=401 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.71% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD77F is #C42880. Grayscale: #9E9E9E. Windows color (decimal): -12855425 or 8378171. OLE color: 8378171.
HSL color Cylindrical-coordinate representation of color #3BD77F: hue angle of 146.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD77F is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 127 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.16 |
| HSL | 146.15º | 0.66% | 0.54% | - |
| HSV(B) | 146.15º | 0.73% | 0.84% | - |
| XYZ | 29.93 | 51.06 | 28.36 | - |
| YUV | 158.32 | 110.32 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 127 | 0.73 | 0 | 0.41 | 0.16 | 146.15 | 0.66 | 0.54 |
| Hex | 3B | D7 | 7F | 49 | 0 | 29 | 10 | 92 | 42 | 36 |
| Octal | 73 | 327 | 177 | 111 | 0 | 51 | 20 | 222 | 102 | 66 |
| Binary | 111011 | 11010111 | 1111111 | 1001001 | 0 | 101001 | 10000 | 10010010 | 1000010 | 110110 |
Color Harmonies of #3BD77F
Complementary color
Monochromatic Colors of #3BD77F
Black with #3BD77F
Text Example
Text Example
White with #3BD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD77F; }
p { color: rgb(59,215,127); }
H1.HeaderClassName
{
color: #3BD77F;
}
.AnyTagClassName
{
color: #3BD77F;
}
</style>
background-color css
<style>
a { background-color: #3BD77F; }
a { background-color: rgb(59,215,127); }
div.DivClassName
{
background-color: #3BD77F;
}
.BgClassName
{
background-color: #3BD77F;
}
</style>
border-color css
<style>
span { border-color: #3BD77F; }
span { border-color: rgb(59,215,127); }
td.TdClassName
{
border-color: #3BD77F;
}
.TagClassName
{
border-color: #3BD77F;
}
</style>