Shades of Shamrock #37DC91
Tints of Shamrock #37DC91
RGB
CMYK
RGB Variations
Color information
#37DC91 (or 0x37DC91) is known color: Shamrock. HEX triplet: 37, DC and 91. RGB value is (55,220,145). Sum of RGB (Red+Green+Blue) = 55+220+145=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DC91 is #C8236E. Grayscale: #A2A2A2. Windows color (decimal): -13116271 or 9559095. OLE color: 9559095.
HSL color Cylindrical-coordinate representation of color #37DC91: hue angle of 152.73º 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 #37DC91 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 145 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.14 |
| HSL | 152.73º | 0.7% | 0.54% | - |
| HSV(B) | 152.73º | 0.75% | 0.86% | - |
| XYZ | 32.28 | 54.04 | 35.52 | - |
| YUV | 162.12 | 118.34 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 145 | 0.75 | 0 | 0.34 | 0.14 | 152.73 | 0.7 | 0.54 |
| Hex | 37 | DC | 91 | 4B | 0 | 22 | E | 99 | 46 | 36 |
| Octal | 67 | 334 | 221 | 113 | 0 | 42 | 16 | 231 | 106 | 66 |
| Binary | 110111 | 11011100 | 10010001 | 1001011 | 0 | 100010 | 1110 | 10011001 | 1000110 | 110110 |
Color Harmonies of #37DC91
Complementary color
Monochromatic Colors of #37DC91
Black with #37DC91
Text Example
Text Example
White with #37DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC91; }
p { color: rgb(55,220,145); }
H1.HeaderClassName
{
color: #37DC91;
}
.AnyTagClassName
{
color: #37DC91;
}
</style>
background-color css
<style>
a { background-color: #37DC91; }
a { background-color: rgb(55,220,145); }
div.DivClassName
{
background-color: #37DC91;
}
.BgClassName
{
background-color: #37DC91;
}
</style>
border-color css
<style>
span { border-color: #37DC91; }
span { border-color: rgb(55,220,145); }
td.TdClassName
{
border-color: #37DC91;
}
.TagClassName
{
border-color: #37DC91;
}
</style>