Shades of Emerald #3BD65D
Tints of Emerald #3BD65D
RGB
CMYK
RGB Variations
Color information
#3BD65D (or 0x3BD65D) is known color: Emerald. HEX triplet: 3B, D6 and 5D. RGB value is (59,214,93). Sum of RGB (Red+Green+Blue) = 59+214+93=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD65D is #C429A2. Grayscale: #9A9A9A. Windows color (decimal): -12855715 or 6149691. OLE color: 6149691.
HSL color Cylindrical-coordinate representation of color #3BD65D: hue angle of 133.16º 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 #3BD65D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 93 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.16 |
| HSL | 133.16º | 0.65% | 0.54% | - |
| HSV(B) | 133.16º | 0.72% | 0.84% | - |
| XYZ | 27.83 | 49.81 | 18.5 | - |
| YUV | 153.86 | 93.65 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 93 | 0.72 | 0 | 0.57 | 0.16 | 133.16 | 0.65 | 0.54 |
| Hex | 3B | D6 | 5D | 48 | 0 | 39 | 10 | 85 | 41 | 36 |
| Octal | 73 | 326 | 135 | 110 | 0 | 71 | 20 | 205 | 101 | 66 |
| Binary | 111011 | 11010110 | 1011101 | 1001000 | 0 | 111001 | 10000 | 10000101 | 1000001 | 110110 |
Color Harmonies of #3BD65D
Complementary color
Monochromatic Colors of #3BD65D
Black with #3BD65D
Text Example
Text Example
White with #3BD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD65D; }
p { color: rgb(59,214,93); }
H1.HeaderClassName
{
color: #3BD65D;
}
.AnyTagClassName
{
color: #3BD65D;
}
</style>
background-color css
<style>
a { background-color: #3BD65D; }
a { background-color: rgb(59,214,93); }
div.DivClassName
{
background-color: #3BD65D;
}
.BgClassName
{
background-color: #3BD65D;
}
</style>
border-color css
<style>
span { border-color: #3BD65D; }
span { border-color: rgb(59,214,93); }
td.TdClassName
{
border-color: #3BD65D;
}
.TagClassName
{
border-color: #3BD65D;
}
</style>