Shades of Emerald #3BD470
Tints of Emerald #3BD470
RGB
CMYK
RGB Variations
Color information
#3BD470 (or 0x3BD470) is known color: Emerald. HEX triplet: 3B, D4 and 70. RGB value is (59,212,112). Sum of RGB (Red+Green+Blue) = 59+212+112=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD470 is #C42B8F. Grayscale: #9B9B9B. Windows color (decimal): -12856208 or 7394363. OLE color: 7394363.
HSL color Cylindrical-coordinate representation of color #3BD470: hue angle of 140.78º degrees, saturation: 0.64, 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 #3BD470 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 112 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.17 |
| HSL | 140.78º | 0.64% | 0.53% | - |
| HSV(B) | 140.78º | 0.72% | 0.83% | - |
| XYZ | 28.27 | 49.19 | 23.33 | - |
| YUV | 154.85 | 103.81 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 112 | 0.72 | 0 | 0.47 | 0.17 | 140.78 | 0.64 | 0.53 |
| Hex | 3B | D4 | 70 | 48 | 0 | 2F | 11 | 8D | 40 | 35 |
| Octal | 73 | 324 | 160 | 110 | 0 | 57 | 21 | 215 | 100 | 65 |
| Binary | 111011 | 11010100 | 1110000 | 1001000 | 0 | 101111 | 10001 | 10001101 | 1000000 | 110101 |
Color Harmonies of #3BD470
Complementary color
Monochromatic Colors of #3BD470
Black with #3BD470
Text Example
Text Example
White with #3BD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD470; }
p { color: rgb(59,212,112); }
H1.HeaderClassName
{
color: #3BD470;
}
.AnyTagClassName
{
color: #3BD470;
}
</style>
background-color css
<style>
a { background-color: #3BD470; }
a { background-color: rgb(59,212,112); }
div.DivClassName
{
background-color: #3BD470;
}
.BgClassName
{
background-color: #3BD470;
}
</style>
border-color css
<style>
span { border-color: #3BD470; }
span { border-color: rgb(59,212,112); }
td.TdClassName
{
border-color: #3BD470;
}
.TagClassName
{
border-color: #3BD470;
}
</style>