Shades of Emerald #3BD66E
Tints of Emerald #3BD66E
RGB
CMYK
RGB Variations
Color information
#3BD66E (or 0x3BD66E) is known color: Emerald. HEX triplet: 3B, D6 and 6E. RGB value is (59,214,110). Sum of RGB (Red+Green+Blue) = 59+214+110=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD66E is #C42991. Grayscale: #9C9C9C. Windows color (decimal): -12855698 or 7263803. OLE color: 7263803.
HSL color Cylindrical-coordinate representation of color #3BD66E: hue angle of 139.74º 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 #3BD66E is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 110 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.16 |
| HSL | 139.74º | 0.65% | 0.54% | - |
| HSV(B) | 139.74º | 0.72% | 0.84% | - |
| XYZ | 28.66 | 50.15 | 22.92 | - |
| YUV | 155.8 | 102.15 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 110 | 0.72 | 0 | 0.49 | 0.16 | 139.74 | 0.65 | 0.54 |
| Hex | 3B | D6 | 6E | 48 | 0 | 31 | 10 | 8C | 41 | 36 |
| Octal | 73 | 326 | 156 | 110 | 0 | 61 | 20 | 214 | 101 | 66 |
| Binary | 111011 | 11010110 | 1101110 | 1001000 | 0 | 110001 | 10000 | 10001100 | 1000001 | 110110 |
Color Harmonies of #3BD66E
Complementary color
Monochromatic Colors of #3BD66E
Black with #3BD66E
Text Example
Text Example
White with #3BD66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD66E; }
p { color: rgb(59,214,110); }
H1.HeaderClassName
{
color: #3BD66E;
}
.AnyTagClassName
{
color: #3BD66E;
}
</style>
background-color css
<style>
a { background-color: #3BD66E; }
a { background-color: rgb(59,214,110); }
div.DivClassName
{
background-color: #3BD66E;
}
.BgClassName
{
background-color: #3BD66E;
}
</style>
border-color css
<style>
span { border-color: #3BD66E; }
span { border-color: rgb(59,214,110); }
td.TdClassName
{
border-color: #3BD66E;
}
.TagClassName
{
border-color: #3BD66E;
}
</style>