Shades of Emerald #37D97D
Tints of Emerald #37D97D
RGB
CMYK
RGB Variations
Color information
#37D97D (or 0x37D97D) is known color: Emerald. HEX triplet: 37, D9 and 7D. RGB value is (55,217,125). Sum of RGB (Red+Green+Blue) = 55+217+125=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #37D97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D97D is #C82682. Grayscale: #9E9E9E. Windows color (decimal): -13117059 or 8247607. OLE color: 8247607.
HSL color Cylindrical-coordinate representation of color #37D97D: hue angle of 145.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D97D is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 217 | 125 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.15 |
| HSL | 145.93º | 0.68% | 0.53% | - |
| HSV(B) | 145.93º | 0.75% | 0.85% | - |
| XYZ | 30.09 | 51.92 | 27.84 | - |
| YUV | 158.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 217 | 125 | 0.75 | 0 | 0.42 | 0.15 | 145.93 | 0.68 | 0.53 |
| Hex | 37 | D9 | 7D | 4B | 0 | 2A | F | 92 | 44 | 35 |
| Octal | 67 | 331 | 175 | 113 | 0 | 52 | 17 | 222 | 104 | 65 |
| Binary | 110111 | 11011001 | 1111101 | 1001011 | 0 | 101010 | 1111 | 10010010 | 1000100 | 110101 |
Color Harmonies of #37D97D
Complementary color
Monochromatic Colors of #37D97D
Black with #37D97D
Text Example
Text Example
White with #37D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D97D; }
p { color: rgb(55,217,125); }
H1.HeaderClassName
{
color: #37D97D;
}
.AnyTagClassName
{
color: #37D97D;
}
</style>
background-color css
<style>
a { background-color: #37D97D; }
a { background-color: rgb(55,217,125); }
div.DivClassName
{
background-color: #37D97D;
}
.BgClassName
{
background-color: #37D97D;
}
</style>
border-color css
<style>
span { border-color: #37D97D; }
span { border-color: rgb(55,217,125); }
td.TdClassName
{
border-color: #37D97D;
}
.TagClassName
{
border-color: #37D97D;
}
</style>