Shades of Emerald #3BCE7D
Tints of Emerald #3BCE7D
RGB
CMYK
RGB Variations
Color information
#3BCE7D (or 0x3BCE7D) is known color: Emerald. HEX triplet: 3B, CE and 7D. RGB value is (59,206,125). Sum of RGB (Red+Green+Blue) = 59+206+125=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCE7D is #C43182. Grayscale: #989898. Windows color (decimal): -12857731 or 8244795. OLE color: 8244795.
HSL color Cylindrical-coordinate representation of color #3BCE7D: hue angle of 146.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCE7D is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 125 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.19 |
| HSL | 146.94º | 0.6% | 0.52% | - |
| HSV(B) | 146.94º | 0.71% | 0.81% | - |
| XYZ | 27.58 | 46.55 | 26.93 | - |
| YUV | 152.81 | 112.3 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 125 | 0.71 | 0 | 0.39 | 0.19 | 146.94 | 0.6 | 0.52 |
| Hex | 3B | CE | 7D | 47 | 0 | 27 | 13 | 93 | 3C | 34 |
| Octal | 73 | 316 | 175 | 107 | 0 | 47 | 23 | 223 | 74 | 64 |
| Binary | 111011 | 11001110 | 1111101 | 1000111 | 0 | 100111 | 10011 | 10010011 | 111100 | 110100 |
Color Harmonies of #3BCE7D
Complementary color
Monochromatic Colors of #3BCE7D
Black with #3BCE7D
Text Example
Text Example
White with #3BCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE7D; }
p { color: rgb(59,206,125); }
H1.HeaderClassName
{
color: #3BCE7D;
}
.AnyTagClassName
{
color: #3BCE7D;
}
</style>
background-color css
<style>
a { background-color: #3BCE7D; }
a { background-color: rgb(59,206,125); }
div.DivClassName
{
background-color: #3BCE7D;
}
.BgClassName
{
background-color: #3BCE7D;
}
</style>
border-color css
<style>
span { border-color: #3BCE7D; }
span { border-color: rgb(59,206,125); }
td.TdClassName
{
border-color: #3BCE7D;
}
.TagClassName
{
border-color: #3BCE7D;
}
</style>