Shades of Shamrock #37FF8D
Tints of Shamrock #37FF8D
RGB
CMYK
RGB Variations
Color information
#37FF8D (or 0x37FF8D) is known color: Shamrock. HEX triplet: 37, FF and 8D. RGB value is (55,255,141). Sum of RGB (Red+Green+Blue) = 55+255+141=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FF8D is #C80072. Grayscale: #B6B6B6. Windows color (decimal): -13107315 or 9305911. OLE color: 9305911.
HSL color Cylindrical-coordinate representation of color #37FF8D: hue angle of 145.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FF8D is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 141 | - |
| CMYK | 0.78 | 0 | 0.45 | 0 |
| HSL | 145.8º | 1% | 0.61% | - |
| HSV(B) | 145.8º | 0.78% | 1% | - |
| XYZ | 42.14 | 74.26 | 37.31 | - |
| YUV | 182.2 | 104.74 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 141 | 0.78 | 0 | 0.45 | 0 | 145.8 | 1 | 0.61 |
| Hex | 37 | FF | 8D | 4E | 0 | 2D | 0 | 92 | 64 | 3D |
| Octal | 67 | 377 | 215 | 116 | 0 | 55 | 0 | 222 | 144 | 75 |
| Binary | 110111 | 11111111 | 10001101 | 1001110 | 0 | 101101 | 0 | 10010010 | 1100100 | 111101 |
Color Harmonies of #37FF8D
Complementary color
Monochromatic Colors of #37FF8D
Black with #37FF8D
Text Example
Text Example
White with #37FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF8D; }
p { color: rgb(55,255,141); }
H1.HeaderClassName
{
color: #37FF8D;
}
.AnyTagClassName
{
color: #37FF8D;
}
</style>
background-color css
<style>
a { background-color: #37FF8D; }
a { background-color: rgb(55,255,141); }
div.DivClassName
{
background-color: #37FF8D;
}
.BgClassName
{
background-color: #37FF8D;
}
</style>
border-color css
<style>
span { border-color: #37FF8D; }
span { border-color: rgb(55,255,141); }
td.TdClassName
{
border-color: #37FF8D;
}
.TagClassName
{
border-color: #37FF8D;
}
</style>