Shades of Emerald #3BD67D
Tints of Emerald #3BD67D
RGB
CMYK
RGB Variations
Color information
#3BD67D (or 0x3BD67D) is known color: Emerald. HEX triplet: 3B, D6 and 7D. RGB value is (59,214,125). Sum of RGB (Red+Green+Blue) = 59+214+125=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD67D is #C42982. Grayscale: #9D9D9D. Windows color (decimal): -12855683 or 8246843. OLE color: 8246843.
HSL color Cylindrical-coordinate representation of color #3BD67D: hue angle of 145.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD67D is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 125 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.16 |
| HSL | 145.55º | 0.65% | 0.54% | - |
| HSV(B) | 145.55º | 0.72% | 0.84% | - |
| XYZ | 29.55 | 50.5 | 27.59 | - |
| YUV | 157.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 125 | 0.72 | 0 | 0.42 | 0.16 | 145.55 | 0.65 | 0.54 |
| Hex | 3B | D6 | 7D | 48 | 0 | 2A | 10 | 92 | 41 | 36 |
| Octal | 73 | 326 | 175 | 110 | 0 | 52 | 20 | 222 | 101 | 66 |
| Binary | 111011 | 11010110 | 1111101 | 1001000 | 0 | 101010 | 10000 | 10010010 | 1000001 | 110110 |
Color Harmonies of #3BD67D
Complementary color
Monochromatic Colors of #3BD67D
Black with #3BD67D
Text Example
Text Example
White with #3BD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD67D; }
p { color: rgb(59,214,125); }
H1.HeaderClassName
{
color: #3BD67D;
}
.AnyTagClassName
{
color: #3BD67D;
}
</style>
background-color css
<style>
a { background-color: #3BD67D; }
a { background-color: rgb(59,214,125); }
div.DivClassName
{
background-color: #3BD67D;
}
.BgClassName
{
background-color: #3BD67D;
}
</style>
border-color css
<style>
span { border-color: #3BD67D; }
span { border-color: rgb(59,214,125); }
td.TdClassName
{
border-color: #3BD67D;
}
.TagClassName
{
border-color: #3BD67D;
}
</style>