Shades of Emerald #3BD07D
Tints of Emerald #3BD07D
RGB
CMYK
RGB Variations
Color information
#3BD07D (or 0x3BD07D) is known color: Emerald. HEX triplet: 3B, D0 and 7D. RGB value is (59,208,125). Sum of RGB (Red+Green+Blue) = 59+208+125=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD07D is #C42F82. Grayscale: #9A9A9A. Windows color (decimal): -12857219 or 8245307. OLE color: 8245307.
HSL color Cylindrical-coordinate representation of color #3BD07D: hue angle of 146.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD07D is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 125 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.18 |
| HSL | 146.58º | 0.61% | 0.52% | - |
| HSV(B) | 146.58º | 0.72% | 0.82% | - |
| XYZ | 28.06 | 47.52 | 27.1 | - |
| YUV | 153.99 | 111.64 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 125 | 0.72 | 0 | 0.40 | 0.18 | 146.58 | 0.61 | 0.52 |
| Hex | 3B | D0 | 7D | 48 | 0 | 28 | 12 | 93 | 3D | 34 |
| Octal | 73 | 320 | 175 | 110 | 0 | 50 | 22 | 223 | 75 | 64 |
| Binary | 111011 | 11010000 | 1111101 | 1001000 | 0 | 101000 | 10010 | 10010011 | 111101 | 110100 |
Color Harmonies of #3BD07D
Complementary color
Monochromatic Colors of #3BD07D
Black with #3BD07D
Text Example
Text Example
White with #3BD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD07D; }
p { color: rgb(59,208,125); }
H1.HeaderClassName
{
color: #3BD07D;
}
.AnyTagClassName
{
color: #3BD07D;
}
</style>
background-color css
<style>
a { background-color: #3BD07D; }
a { background-color: rgb(59,208,125); }
div.DivClassName
{
background-color: #3BD07D;
}
.BgClassName
{
background-color: #3BD07D;
}
</style>
border-color css
<style>
span { border-color: #3BD07D; }
span { border-color: rgb(59,208,125); }
td.TdClassName
{
border-color: #3BD07D;
}
.TagClassName
{
border-color: #3BD07D;
}
</style>