Shades of Shamrock #37BF85
Tints of Shamrock #37BF85
RGB
CMYK
RGB Variations
Color information
#37BF85 (or 0x37BF85) is known color: Shamrock. HEX triplet: 37, BF and 85. RGB value is (55,191,133). Sum of RGB (Red+Green+Blue) = 55+191+133=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #37BF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BF85 is #C8407A. Grayscale: #8F8F8F. Windows color (decimal): -13123707 or 8765239. OLE color: 8765239.
HSL color Cylindrical-coordinate representation of color #37BF85: hue angle of 154.41º 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 #37BF85 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 133 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.25 |
| HSL | 154.41º | 0.55% | 0.48% | - |
| HSV(B) | 154.41º | 0.71% | 0.75% | - |
| XYZ | 24.44 | 39.77 | 28.58 | - |
| YUV | 143.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 133 | 0.71 | 0 | 0.30 | 0.25 | 154.41 | 0.55 | 0.48 |
| Hex | 37 | BF | 85 | 47 | 0 | 1E | 19 | 9A | 37 | 30 |
| Octal | 67 | 277 | 205 | 107 | 0 | 36 | 31 | 232 | 67 | 60 |
| Binary | 110111 | 10111111 | 10000101 | 1000111 | 0 | 11110 | 11001 | 10011010 | 110111 | 110000 |
Color Harmonies of #37BF85
Complementary color
Monochromatic Colors of #37BF85
Black with #37BF85
Text Example
Text Example
White with #37BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BF85; }
p { color: rgb(55,191,133); }
H1.HeaderClassName
{
color: #37BF85;
}
.AnyTagClassName
{
color: #37BF85;
}
</style>
background-color css
<style>
a { background-color: #37BF85; }
a { background-color: rgb(55,191,133); }
div.DivClassName
{
background-color: #37BF85;
}
.BgClassName
{
background-color: #37BF85;
}
</style>
border-color css
<style>
span { border-color: #37BF85; }
span { border-color: rgb(55,191,133); }
td.TdClassName
{
border-color: #37BF85;
}
.TagClassName
{
border-color: #37BF85;
}
</style>