Shades of Emerald #3BCA70
Tints of Emerald #3BCA70
RGB
CMYK
RGB Variations
Color information
#3BCA70 (or 0x3BCA70) is known color: Emerald. HEX triplet: 3B, CA and 70. RGB value is (59,202,112). Sum of RGB (Red+Green+Blue) = 59+202+112=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA70 is #C4358F. Grayscale: #959595. Windows color (decimal): -12858768 or 7391803. OLE color: 7391803.
HSL color Cylindrical-coordinate representation of color #3BCA70: hue angle of 142.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA70 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 112 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.21 |
| HSL | 142.24º | 0.57% | 0.51% | - |
| HSV(B) | 142.24º | 0.71% | 0.79% | - |
| XYZ | 25.85 | 44.34 | 22.53 | - |
| YUV | 148.98 | 107.12 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 112 | 0.71 | 0 | 0.45 | 0.21 | 142.24 | 0.57 | 0.51 |
| Hex | 3B | CA | 70 | 47 | 0 | 2D | 15 | 8E | 39 | 33 |
| Octal | 73 | 312 | 160 | 107 | 0 | 55 | 25 | 216 | 71 | 63 |
| Binary | 111011 | 11001010 | 1110000 | 1000111 | 0 | 101101 | 10101 | 10001110 | 111001 | 110011 |
Color Harmonies of #3BCA70
Complementary color
Monochromatic Colors of #3BCA70
Black with #3BCA70
Text Example
Text Example
White with #3BCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCA70; }
p { color: rgb(59,202,112); }
H1.HeaderClassName
{
color: #3BCA70;
}
.AnyTagClassName
{
color: #3BCA70;
}
</style>
background-color css
<style>
a { background-color: #3BCA70; }
a { background-color: rgb(59,202,112); }
div.DivClassName
{
background-color: #3BCA70;
}
.BgClassName
{
background-color: #3BCA70;
}
</style>
border-color css
<style>
span { border-color: #3BCA70; }
span { border-color: rgb(59,202,112); }
td.TdClassName
{
border-color: #3BCA70;
}
.TagClassName
{
border-color: #3BCA70;
}
</style>