Shades of Shamrock #37BF8C
Tints of Shamrock #37BF8C
RGB
CMYK
RGB Variations
Color information
#37BF8C (or 0x37BF8C) is known color: Shamrock. HEX triplet: 37, BF and 8C. RGB value is (55,191,140). Sum of RGB (Red+Green+Blue) = 55+191+140=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #37BF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BF8C is #C84073. Grayscale: #909090. Windows color (decimal): -13123700 or 9223991. OLE color: 9223991.
HSL color Cylindrical-coordinate representation of color #37BF8C: hue angle of 157.5º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BF8C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 140 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.25 |
| HSL | 157.5º | 0.55% | 0.48% | - |
| HSV(B) | 157.5º | 0.71% | 0.75% | - |
| XYZ | 24.94 | 39.97 | 31.21 | - |
| YUV | 144.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 140 | 0.71 | 0 | 0.27 | 0.25 | 157.5 | 0.55 | 0.48 |
| Hex | 37 | BF | 8C | 47 | 0 | 1B | 19 | 9E | 37 | 30 |
| Octal | 67 | 277 | 214 | 107 | 0 | 33 | 31 | 236 | 67 | 60 |
| Binary | 110111 | 10111111 | 10001100 | 1000111 | 0 | 11011 | 11001 | 10011110 | 110111 | 110000 |
Color Harmonies of #37BF8C
Complementary color
Monochromatic Colors of #37BF8C
Black with #37BF8C
Text Example
Text Example
White with #37BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BF8C; }
p { color: rgb(55,191,140); }
H1.HeaderClassName
{
color: #37BF8C;
}
.AnyTagClassName
{
color: #37BF8C;
}
</style>
background-color css
<style>
a { background-color: #37BF8C; }
a { background-color: rgb(55,191,140); }
div.DivClassName
{
background-color: #37BF8C;
}
.BgClassName
{
background-color: #37BF8C;
}
</style>
border-color css
<style>
span { border-color: #37BF8C; }
span { border-color: rgb(55,191,140); }
td.TdClassName
{
border-color: #37BF8C;
}
.TagClassName
{
border-color: #37BF8C;
}
</style>