Shades of Emerald #3BD968
Tints of Emerald #3BD968
RGB
CMYK
RGB Variations
Color information
#3BD968 (or 0x3BD968) is known color: Emerald. HEX triplet: 3B, D9 and 68. RGB value is (59,217,104). Sum of RGB (Red+Green+Blue) = 59+217+104=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD968 is #C42697. Grayscale: #9D9D9D. Windows color (decimal): -12854936 or 6871355. OLE color: 6871355.
HSL color Cylindrical-coordinate representation of color #3BD968: hue angle of 137.09º 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 #3BD968 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 104 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.15 |
| HSL | 137.09º | 0.68% | 0.54% | - |
| HSV(B) | 137.09º | 0.73% | 0.85% | - |
| XYZ | 29.12 | 51.56 | 21.51 | - |
| YUV | 156.88 | 98.15 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 104 | 0.73 | 0 | 0.52 | 0.15 | 137.09 | 0.68 | 0.54 |
| Hex | 3B | D9 | 68 | 49 | 0 | 34 | F | 89 | 44 | 36 |
| Octal | 73 | 331 | 150 | 111 | 0 | 64 | 17 | 211 | 104 | 66 |
| Binary | 111011 | 11011001 | 1101000 | 1001001 | 0 | 110100 | 1111 | 10001001 | 1000100 | 110110 |
Color Harmonies of #3BD968
Complementary color
Monochromatic Colors of #3BD968
Black with #3BD968
Text Example
Text Example
White with #3BD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD968; }
p { color: rgb(59,217,104); }
H1.HeaderClassName
{
color: #3BD968;
}
.AnyTagClassName
{
color: #3BD968;
}
</style>
background-color css
<style>
a { background-color: #3BD968; }
a { background-color: rgb(59,217,104); }
div.DivClassName
{
background-color: #3BD968;
}
.BgClassName
{
background-color: #3BD968;
}
</style>
border-color css
<style>
span { border-color: #3BD968; }
span { border-color: rgb(59,217,104); }
td.TdClassName
{
border-color: #3BD968;
}
.TagClassName
{
border-color: #3BD968;
}
</style>