Shades of Emerald #3BD978
Tints of Emerald #3BD978
RGB
CMYK
RGB Variations
Color information
#3BD978 (or 0x3BD978) is known color: Emerald. HEX triplet: 3B, D9 and 78. RGB value is (59,217,120). Sum of RGB (Red+Green+Blue) = 59+217+120=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD978 is #C42687. Grayscale: #9E9E9E. Windows color (decimal): -12854920 or 7919931. OLE color: 7919931.
HSL color Cylindrical-coordinate representation of color #3BD978: hue angle of 143.16º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD978 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 120 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.15 |
| HSL | 143.16º | 0.68% | 0.54% | - |
| HSV(B) | 143.16º | 0.73% | 0.85% | - |
| XYZ | 30.01 | 51.91 | 26.21 | - |
| YUV | 158.7 | 106.15 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 120 | 0.73 | 0 | 0.45 | 0.15 | 143.16 | 0.68 | 0.54 |
| Hex | 3B | D9 | 78 | 49 | 0 | 2D | F | 8F | 44 | 36 |
| Octal | 73 | 331 | 170 | 111 | 0 | 55 | 17 | 217 | 104 | 66 |
| Binary | 111011 | 11011001 | 1111000 | 1001001 | 0 | 101101 | 1111 | 10001111 | 1000100 | 110110 |
Color Harmonies of #3BD978
Complementary color
Monochromatic Colors of #3BD978
Black with #3BD978
Text Example
Text Example
White with #3BD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD978; }
p { color: rgb(59,217,120); }
H1.HeaderClassName
{
color: #3BD978;
}
.AnyTagClassName
{
color: #3BD978;
}
</style>
background-color css
<style>
a { background-color: #3BD978; }
a { background-color: rgb(59,217,120); }
div.DivClassName
{
background-color: #3BD978;
}
.BgClassName
{
background-color: #3BD978;
}
</style>
border-color css
<style>
span { border-color: #3BD978; }
span { border-color: rgb(59,217,120); }
td.TdClassName
{
border-color: #3BD978;
}
.TagClassName
{
border-color: #3BD978;
}
</style>