Shades of Emerald #3BCE70
Tints of Emerald #3BCE70
RGB
CMYK
RGB Variations
Color information
#3BCE70 (or 0x3BCE70) is known color: Emerald. HEX triplet: 3B, CE and 70. RGB value is (59,206,112). Sum of RGB (Red+Green+Blue) = 59+206+112=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCE70 is #C4318F. Grayscale: #979797. Windows color (decimal): -12857744 or 7392827. OLE color: 7392827.
HSL color Cylindrical-coordinate representation of color #3BCE70: hue angle of 141.63º 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 #3BCE70 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 112 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.19 |
| HSL | 141.63º | 0.6% | 0.52% | - |
| HSV(B) | 141.63º | 0.71% | 0.81% | - |
| XYZ | 26.8 | 46.24 | 22.84 | - |
| YUV | 151.33 | 105.8 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 112 | 0.71 | 0 | 0.46 | 0.19 | 141.63 | 0.6 | 0.52 |
| Hex | 3B | CE | 70 | 47 | 0 | 2E | 13 | 8E | 3C | 34 |
| Octal | 73 | 316 | 160 | 107 | 0 | 56 | 23 | 216 | 74 | 64 |
| Binary | 111011 | 11001110 | 1110000 | 1000111 | 0 | 101110 | 10011 | 10001110 | 111100 | 110100 |
Color Harmonies of #3BCE70
Complementary color
Monochromatic Colors of #3BCE70
Black with #3BCE70
Text Example
Text Example
White with #3BCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE70; }
p { color: rgb(59,206,112); }
H1.HeaderClassName
{
color: #3BCE70;
}
.AnyTagClassName
{
color: #3BCE70;
}
</style>
background-color css
<style>
a { background-color: #3BCE70; }
a { background-color: rgb(59,206,112); }
div.DivClassName
{
background-color: #3BCE70;
}
.BgClassName
{
background-color: #3BCE70;
}
</style>
border-color css
<style>
span { border-color: #3BCE70; }
span { border-color: rgb(59,206,112); }
td.TdClassName
{
border-color: #3BCE70;
}
.TagClassName
{
border-color: #3BCE70;
}
</style>