Shades of Emerald #3BDE77
Tints of Emerald #3BDE77
RGB
CMYK
RGB Variations
Color information
#3BDE77 (or 0x3BDE77) is known color: Emerald. HEX triplet: 3B, DE and 77. RGB value is (59,222,119). Sum of RGB (Red+Green+Blue) = 59+222+119=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDE77 is #C42188. Grayscale: #A1A1A1. Windows color (decimal): -12853641 or 7855675. OLE color: 7855675.
HSL color Cylindrical-coordinate representation of color #3BDE77: hue angle of 142.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDE77 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 119 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.13 |
| HSL | 142.09º | 0.71% | 0.55% | - |
| HSV(B) | 142.09º | 0.73% | 0.87% | - |
| XYZ | 31.25 | 54.5 | 26.33 | - |
| YUV | 161.52 | 104 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 119 | 0.73 | 0 | 0.46 | 0.13 | 142.09 | 0.71 | 0.55 |
| Hex | 3B | DE | 77 | 49 | 0 | 2E | D | 8E | 47 | 37 |
| Octal | 73 | 336 | 167 | 111 | 0 | 56 | 15 | 216 | 107 | 67 |
| Binary | 111011 | 11011110 | 1110111 | 1001001 | 0 | 101110 | 1101 | 10001110 | 1000111 | 110111 |
Color Harmonies of #3BDE77
Complementary color
Monochromatic Colors of #3BDE77
Black with #3BDE77
Text Example
Text Example
White with #3BDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDE77; }
p { color: rgb(59,222,119); }
H1.HeaderClassName
{
color: #3BDE77;
}
.AnyTagClassName
{
color: #3BDE77;
}
</style>
background-color css
<style>
a { background-color: #3BDE77; }
a { background-color: rgb(59,222,119); }
div.DivClassName
{
background-color: #3BDE77;
}
.BgClassName
{
background-color: #3BDE77;
}
</style>
border-color css
<style>
span { border-color: #3BDE77; }
span { border-color: rgb(59,222,119); }
td.TdClassName
{
border-color: #3BDE77;
}
.TagClassName
{
border-color: #3BDE77;
}
</style>