Shades of Emerald #37DC5C
Tints of Emerald #37DC5C
RGB
CMYK
RGB Variations
Color information
#37DC5C (or 0x37DC5C) is known color: Emerald. HEX triplet: 37, DC and 5C. RGB value is (55,220,92). Sum of RGB (Red+Green+Blue) = 55+220+92=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DC5C is #C823A3. Grayscale: #9C9C9C. Windows color (decimal): -13116324 or 6085687. OLE color: 6085687.
HSL color Cylindrical-coordinate representation of color #37DC5C: hue angle of 133.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC5C is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 92 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.14 |
| HSL | 133.45º | 0.7% | 0.54% | - |
| HSV(B) | 133.45º | 0.75% | 0.86% | - |
| XYZ | 29.1 | 52.77 | 18.78 | - |
| YUV | 156.07 | 91.84 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 92 | 0.75 | 0 | 0.58 | 0.14 | 133.45 | 0.7 | 0.54 |
| Hex | 37 | DC | 5C | 4B | 0 | 3A | E | 85 | 46 | 36 |
| Octal | 67 | 334 | 134 | 113 | 0 | 72 | 16 | 205 | 106 | 66 |
| Binary | 110111 | 11011100 | 1011100 | 1001011 | 0 | 111010 | 1110 | 10000101 | 1000110 | 110110 |
Color Harmonies of #37DC5C
Complementary color
Monochromatic Colors of #37DC5C
Black with #37DC5C
Text Example
Text Example
White with #37DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC5C; }
p { color: rgb(55,220,92); }
H1.HeaderClassName
{
color: #37DC5C;
}
.AnyTagClassName
{
color: #37DC5C;
}
</style>
background-color css
<style>
a { background-color: #37DC5C; }
a { background-color: rgb(55,220,92); }
div.DivClassName
{
background-color: #37DC5C;
}
.BgClassName
{
background-color: #37DC5C;
}
</style>
border-color css
<style>
span { border-color: #37DC5C; }
span { border-color: rgb(55,220,92); }
td.TdClassName
{
border-color: #37DC5C;
}
.TagClassName
{
border-color: #37DC5C;
}
</style>