Shades of Shamrock #37FF8C
Tints of Shamrock #37FF8C
RGB
CMYK
RGB Variations
Color information
#37FF8C (or 0x37FF8C) is known color: Shamrock. HEX triplet: 37, FF and 8C. RGB value is (55,255,140). Sum of RGB (Red+Green+Blue) = 55+255+140=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FF8C is #C80073. Grayscale: #B6B6B6. Windows color (decimal): -13107316 or 9240375. OLE color: 9240375.
HSL color Cylindrical-coordinate representation of color #37FF8C: hue angle of 145.5º 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 #37FF8C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 140 | - |
| CMYK | 0.78 | 0 | 0.45 | 0 |
| HSL | 145.5º | 1% | 0.61% | - |
| HSV(B) | 145.5º | 0.78% | 1% | - |
| XYZ | 42.07 | 74.23 | 36.92 | - |
| YUV | 182.09 | 104.24 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 140 | 0.78 | 0 | 0.45 | 0 | 145.5 | 1 | 0.61 |
| Hex | 37 | FF | 8C | 4E | 0 | 2D | 0 | 92 | 64 | 3D |
| Octal | 67 | 377 | 214 | 116 | 0 | 55 | 0 | 222 | 144 | 75 |
| Binary | 110111 | 11111111 | 10001100 | 1001110 | 0 | 101101 | 0 | 10010010 | 1100100 | 111101 |
Color Harmonies of #37FF8C
Complementary color
Monochromatic Colors of #37FF8C
Black with #37FF8C
Text Example
Text Example
White with #37FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF8C; }
p { color: rgb(55,255,140); }
H1.HeaderClassName
{
color: #37FF8C;
}
.AnyTagClassName
{
color: #37FF8C;
}
</style>
background-color css
<style>
a { background-color: #37FF8C; }
a { background-color: rgb(55,255,140); }
div.DivClassName
{
background-color: #37FF8C;
}
.BgClassName
{
background-color: #37FF8C;
}
</style>
border-color css
<style>
span { border-color: #37FF8C; }
span { border-color: rgb(55,255,140); }
td.TdClassName
{
border-color: #37FF8C;
}
.TagClassName
{
border-color: #37FF8C;
}
</style>