Shades of Emerald #3BDF73
Tints of Emerald #3BDF73
RGB
CMYK
RGB Variations
Color information
#3BDF73 (or 0x3BDF73) is known color: Emerald. HEX triplet: 3B, DF and 73. RGB value is (59,223,115). Sum of RGB (Red+Green+Blue) = 59+223+115=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF73 is #C4208C. Grayscale: #A1A1A1. Windows color (decimal): -12853389 or 7593787. OLE color: 7593787.
HSL color Cylindrical-coordinate representation of color #3BDF73: hue angle of 140.49º 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 #3BDF73 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 115 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.13 |
| HSL | 140.49º | 0.72% | 0.55% | - |
| HSV(B) | 140.49º | 0.74% | 0.87% | - |
| XYZ | 31.29 | 54.94 | 25.18 | - |
| YUV | 161.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 115 | 0.74 | 0 | 0.48 | 0.13 | 140.49 | 0.72 | 0.55 |
| Hex | 3B | DF | 73 | 4A | 0 | 30 | D | 8C | 48 | 37 |
| Octal | 73 | 337 | 163 | 112 | 0 | 60 | 15 | 214 | 110 | 67 |
| Binary | 111011 | 11011111 | 1110011 | 1001010 | 0 | 110000 | 1101 | 10001100 | 1001000 | 110111 |
Color Harmonies of #3BDF73
Complementary color
Monochromatic Colors of #3BDF73
Black with #3BDF73
Text Example
Text Example
White with #3BDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF73; }
p { color: rgb(59,223,115); }
H1.HeaderClassName
{
color: #3BDF73;
}
.AnyTagClassName
{
color: #3BDF73;
}
</style>
background-color css
<style>
a { background-color: #3BDF73; }
a { background-color: rgb(59,223,115); }
div.DivClassName
{
background-color: #3BDF73;
}
.BgClassName
{
background-color: #3BDF73;
}
</style>
border-color css
<style>
span { border-color: #3BDF73; }
span { border-color: rgb(59,223,115); }
td.TdClassName
{
border-color: #3BDF73;
}
.TagClassName
{
border-color: #3BDF73;
}
</style>