Shades of Emerald #3BDF7D
Tints of Emerald #3BDF7D
RGB
CMYK
RGB Variations
Color information
#3BDF7D (or 0x3BDF7D) is known color: Emerald. HEX triplet: 3B, DF and 7D. RGB value is (59,223,125). Sum of RGB (Red+Green+Blue) = 59+223+125=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF7D is #C42082. Grayscale: #A3A3A3. Windows color (decimal): -12853379 or 8249147. OLE color: 8249147.
HSL color Cylindrical-coordinate representation of color #3BDF7D: hue angle of 144.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF7D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 125 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.13 |
| HSL | 144.15º | 0.72% | 0.55% | - |
| HSV(B) | 144.15º | 0.74% | 0.87% | - |
| XYZ | 31.89 | 55.19 | 28.37 | - |
| YUV | 162.79 | 106.67 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 125 | 0.74 | 0 | 0.44 | 0.13 | 144.15 | 0.72 | 0.55 |
| Hex | 3B | DF | 7D | 4A | 0 | 2C | D | 90 | 48 | 37 |
| Octal | 73 | 337 | 175 | 112 | 0 | 54 | 15 | 220 | 110 | 67 |
| Binary | 111011 | 11011111 | 1111101 | 1001010 | 0 | 101100 | 1101 | 10010000 | 1001000 | 110111 |
Color Harmonies of #3BDF7D
Complementary color
Monochromatic Colors of #3BDF7D
Black with #3BDF7D
Text Example
Text Example
White with #3BDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF7D; }
p { color: rgb(59,223,125); }
H1.HeaderClassName
{
color: #3BDF7D;
}
.AnyTagClassName
{
color: #3BDF7D;
}
</style>
background-color css
<style>
a { background-color: #3BDF7D; }
a { background-color: rgb(59,223,125); }
div.DivClassName
{
background-color: #3BDF7D;
}
.BgClassName
{
background-color: #3BDF7D;
}
</style>
border-color css
<style>
span { border-color: #3BDF7D; }
span { border-color: rgb(59,223,125); }
td.TdClassName
{
border-color: #3BDF7D;
}
.TagClassName
{
border-color: #3BDF7D;
}
</style>