Shades of Shamrock #37D694
Tints of Shamrock #37D694
RGB
CMYK
RGB Variations
Color information
#37D694 (or 0x37D694) is known color: Shamrock. HEX triplet: 37, D6 and 94. RGB value is (55,214,148). Sum of RGB (Red+Green+Blue) = 55+214+148=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #37D694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D694 is #C8296B. Grayscale: #9F9F9F. Windows color (decimal): -13117804 or 9754167. OLE color: 9754167.
HSL color Cylindrical-coordinate representation of color #37D694: hue angle of 155.09º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D694 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 148 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.16 |
| HSL | 155.09º | 0.66% | 0.53% | - |
| HSV(B) | 155.09º | 0.74% | 0.84% | - |
| XYZ | 30.97 | 51.04 | 36.24 | - |
| YUV | 158.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 148 | 0.74 | 0 | 0.31 | 0.16 | 155.09 | 0.66 | 0.53 |
| Hex | 37 | D6 | 94 | 4A | 0 | 1F | 10 | 9B | 42 | 35 |
| Octal | 67 | 326 | 224 | 112 | 0 | 37 | 20 | 233 | 102 | 65 |
| Binary | 110111 | 11010110 | 10010100 | 1001010 | 0 | 11111 | 10000 | 10011011 | 1000010 | 110101 |
Color Harmonies of #37D694
Complementary color
Monochromatic Colors of #37D694
Black with #37D694
Text Example
Text Example
White with #37D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D694; }
p { color: rgb(55,214,148); }
H1.HeaderClassName
{
color: #37D694;
}
.AnyTagClassName
{
color: #37D694;
}
</style>
background-color css
<style>
a { background-color: #37D694; }
a { background-color: rgb(55,214,148); }
div.DivClassName
{
background-color: #37D694;
}
.BgClassName
{
background-color: #37D694;
}
</style>
border-color css
<style>
span { border-color: #37D694; }
span { border-color: rgb(55,214,148); }
td.TdClassName
{
border-color: #37D694;
}
.TagClassName
{
border-color: #37D694;
}
</style>