Shades of Shamrock #37FF96
Tints of Shamrock #37FF96
RGB
CMYK
RGB Variations
Color information
#37FF96 (or 0x37FF96) is known color: Shamrock. HEX triplet: 37, FF and 96. RGB value is (55,255,150). Sum of RGB (Red+Green+Blue) = 55+255+150=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FF96 is #C80069. Grayscale: #B7B7B7. Windows color (decimal): -13107306 or 9895735. OLE color: 9895735.
HSL color Cylindrical-coordinate representation of color #37FF96: hue angle of 148.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 #37FF96 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 150 | - |
| CMYK | 0.78 | 0 | 0.41 | 0 |
| HSL | 148.5º | 1% | 0.61% | - |
| HSV(B) | 148.5º | 0.78% | 1% | - |
| XYZ | 42.84 | 74.53 | 40.98 | - |
| YUV | 183.23 | 109.24 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 150 | 0.78 | 0 | 0.41 | 0 | 148.5 | 1 | 0.61 |
| Hex | 37 | FF | 96 | 4E | 0 | 29 | 0 | 94 | 64 | 3D |
| Octal | 67 | 377 | 226 | 116 | 0 | 51 | 0 | 224 | 144 | 75 |
| Binary | 110111 | 11111111 | 10010110 | 1001110 | 0 | 101001 | 0 | 10010100 | 1100100 | 111101 |
Color Harmonies of #37FF96
Complementary color
Monochromatic Colors of #37FF96
Black with #37FF96
Text Example
Text Example
White with #37FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF96; }
p { color: rgb(55,255,150); }
H1.HeaderClassName
{
color: #37FF96;
}
.AnyTagClassName
{
color: #37FF96;
}
</style>
background-color css
<style>
a { background-color: #37FF96; }
a { background-color: rgb(55,255,150); }
div.DivClassName
{
background-color: #37FF96;
}
.BgClassName
{
background-color: #37FF96;
}
</style>
border-color css
<style>
span { border-color: #37FF96; }
span { border-color: rgb(55,255,150); }
td.TdClassName
{
border-color: #37FF96;
}
.TagClassName
{
border-color: #37FF96;
}
</style>