Shades of Emerald #3BD662
Tints of Emerald #3BD662
RGB
CMYK
RGB Variations
Color information
#3BD662 (or 0x3BD662) is known color: Emerald. HEX triplet: 3B, D6 and 62. RGB value is (59,214,98). Sum of RGB (Red+Green+Blue) = 59+214+98=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD662 is #C4299D. Grayscale: #9A9A9A. Windows color (decimal): -12855710 or 6477371. OLE color: 6477371.
HSL color Cylindrical-coordinate representation of color #3BD662: hue angle of 135.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD662 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 98 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.16 |
| HSL | 135.1º | 0.65% | 0.54% | - |
| HSV(B) | 135.1º | 0.72% | 0.84% | - |
| XYZ | 28.05 | 49.9 | 19.71 | - |
| YUV | 154.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 98 | 0.72 | 0 | 0.54 | 0.16 | 135.1 | 0.65 | 0.54 |
| Hex | 3B | D6 | 62 | 48 | 0 | 36 | 10 | 87 | 41 | 36 |
| Octal | 73 | 326 | 142 | 110 | 0 | 66 | 20 | 207 | 101 | 66 |
| Binary | 111011 | 11010110 | 1100010 | 1001000 | 0 | 110110 | 10000 | 10000111 | 1000001 | 110110 |
Color Harmonies of #3BD662
Complementary color
Monochromatic Colors of #3BD662
Black with #3BD662
Text Example
Text Example
White with #3BD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD662; }
p { color: rgb(59,214,98); }
H1.HeaderClassName
{
color: #3BD662;
}
.AnyTagClassName
{
color: #3BD662;
}
</style>
background-color css
<style>
a { background-color: #3BD662; }
a { background-color: rgb(59,214,98); }
div.DivClassName
{
background-color: #3BD662;
}
.BgClassName
{
background-color: #3BD662;
}
</style>
border-color css
<style>
span { border-color: #3BD662; }
span { border-color: rgb(59,214,98); }
td.TdClassName
{
border-color: #3BD662;
}
.TagClassName
{
border-color: #3BD662;
}
</style>