Shades of Emerald #3BD077
Tints of Emerald #3BD077
RGB
CMYK
RGB Variations
Color information
#3BD077 (or 0x3BD077) is known color: Emerald. HEX triplet: 3B, D0 and 77. RGB value is (59,208,119). Sum of RGB (Red+Green+Blue) = 59+208+119=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD077 is #C42F88. Grayscale: #999999. Windows color (decimal): -12857225 or 7852091. OLE color: 7852091.
HSL color Cylindrical-coordinate representation of color #3BD077: hue angle of 144.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD077 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 119 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.18 |
| HSL | 144.16º | 0.61% | 0.52% | - |
| HSV(B) | 144.16º | 0.72% | 0.82% | - |
| XYZ | 27.69 | 47.37 | 25.14 | - |
| YUV | 153.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 119 | 0.72 | 0 | 0.43 | 0.18 | 144.16 | 0.61 | 0.52 |
| Hex | 3B | D0 | 77 | 48 | 0 | 2B | 12 | 90 | 3D | 34 |
| Octal | 73 | 320 | 167 | 110 | 0 | 53 | 22 | 220 | 75 | 64 |
| Binary | 111011 | 11010000 | 1110111 | 1001000 | 0 | 101011 | 10010 | 10010000 | 111101 | 110100 |
Color Harmonies of #3BD077
Complementary color
Monochromatic Colors of #3BD077
Black with #3BD077
Text Example
Text Example
White with #3BD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD077; }
p { color: rgb(59,208,119); }
H1.HeaderClassName
{
color: #3BD077;
}
.AnyTagClassName
{
color: #3BD077;
}
</style>
background-color css
<style>
a { background-color: #3BD077; }
a { background-color: rgb(59,208,119); }
div.DivClassName
{
background-color: #3BD077;
}
.BgClassName
{
background-color: #3BD077;
}
</style>
border-color css
<style>
span { border-color: #3BD077; }
span { border-color: rgb(59,208,119); }
td.TdClassName
{
border-color: #3BD077;
}
.TagClassName
{
border-color: #3BD077;
}
</style>