Shades of Emerald #3BCD70
Tints of Emerald #3BCD70
RGB
CMYK
RGB Variations
Color information
#3BCD70 (or 0x3BCD70) is known color: Emerald. HEX triplet: 3B, CD and 70. RGB value is (59,205,112). Sum of RGB (Red+Green+Blue) = 59+205+112=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD70 is #C4328F. Grayscale: #969696. Windows color (decimal): -12858000 or 7392571. OLE color: 7392571.
HSL color Cylindrical-coordinate representation of color #3BCD70: hue angle of 141.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD70 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 112 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.20 |
| HSL | 141.78º | 0.59% | 0.52% | - |
| HSV(B) | 141.78º | 0.71% | 0.8% | - |
| XYZ | 26.56 | 45.76 | 22.76 | - |
| YUV | 150.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 112 | 0.71 | 0 | 0.45 | 0.20 | 141.78 | 0.59 | 0.52 |
| Hex | 3B | CD | 70 | 47 | 0 | 2D | 14 | 8E | 3B | 34 |
| Octal | 73 | 315 | 160 | 107 | 0 | 55 | 24 | 216 | 73 | 64 |
| Binary | 111011 | 11001101 | 1110000 | 1000111 | 0 | 101101 | 10100 | 10001110 | 111011 | 110100 |
Color Harmonies of #3BCD70
Complementary color
Monochromatic Colors of #3BCD70
Black with #3BCD70
Text Example
Text Example
White with #3BCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD70; }
p { color: rgb(59,205,112); }
H1.HeaderClassName
{
color: #3BCD70;
}
.AnyTagClassName
{
color: #3BCD70;
}
</style>
background-color css
<style>
a { background-color: #3BCD70; }
a { background-color: rgb(59,205,112); }
div.DivClassName
{
background-color: #3BCD70;
}
.BgClassName
{
background-color: #3BCD70;
}
</style>
border-color css
<style>
span { border-color: #3BCD70; }
span { border-color: rgb(59,205,112); }
td.TdClassName
{
border-color: #3BCD70;
}
.TagClassName
{
border-color: #3BCD70;
}
</style>