Shades of Emerald #3BD770
Tints of Emerald #3BD770
RGB
CMYK
RGB Variations
Color information
#3BD770 (or 0x3BD770) is known color: Emerald. HEX triplet: 3B, D7 and 70. RGB value is (59,215,112). Sum of RGB (Red+Green+Blue) = 59+215+112=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD770 is #C4288F. Grayscale: #9C9C9C. Windows color (decimal): -12855440 or 7395131. OLE color: 7395131.
HSL color Cylindrical-coordinate representation of color #3BD770: hue angle of 140.38º 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 #3BD770 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 112 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.16 |
| HSL | 140.38º | 0.66% | 0.54% | - |
| HSV(B) | 140.38º | 0.73% | 0.84% | - |
| XYZ | 29.03 | 50.7 | 23.59 | - |
| YUV | 156.61 | 102.82 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 112 | 0.73 | 0 | 0.48 | 0.16 | 140.38 | 0.66 | 0.54 |
| Hex | 3B | D7 | 70 | 49 | 0 | 30 | 10 | 8C | 42 | 36 |
| Octal | 73 | 327 | 160 | 111 | 0 | 60 | 20 | 214 | 102 | 66 |
| Binary | 111011 | 11010111 | 1110000 | 1001001 | 0 | 110000 | 10000 | 10001100 | 1000010 | 110110 |
Color Harmonies of #3BD770
Complementary color
Monochromatic Colors of #3BD770
Black with #3BD770
Text Example
Text Example
White with #3BD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD770; }
p { color: rgb(59,215,112); }
H1.HeaderClassName
{
color: #3BD770;
}
.AnyTagClassName
{
color: #3BD770;
}
</style>
background-color css
<style>
a { background-color: #3BD770; }
a { background-color: rgb(59,215,112); }
div.DivClassName
{
background-color: #3BD770;
}
.BgClassName
{
background-color: #3BD770;
}
</style>
border-color css
<style>
span { border-color: #3BD770; }
span { border-color: rgb(59,215,112); }
td.TdClassName
{
border-color: #3BD770;
}
.TagClassName
{
border-color: #3BD770;
}
</style>