Shades of Shamrock #37CD8B
Tints of Shamrock #37CD8B
RGB
CMYK
RGB Variations
Color information
#37CD8B (or 0x37CD8B) is known color: Shamrock. HEX triplet: 37, CD and 8B. RGB value is (55,205,139). Sum of RGB (Red+Green+Blue) = 55+205+139=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CD8B is #C83274. Grayscale: #989898. Windows color (decimal): -13120117 or 9162039. OLE color: 9162039.
HSL color Cylindrical-coordinate representation of color #37CD8B: hue angle of 153.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CD8B is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 139 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.20 |
| HSL | 153.6º | 0.6% | 0.51% | - |
| HSV(B) | 153.6º | 0.73% | 0.8% | - |
| XYZ | 28.07 | 46.34 | 31.89 | - |
| YUV | 152.63 | 120.31 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 139 | 0.73 | 0 | 0.32 | 0.20 | 153.6 | 0.6 | 0.51 |
| Hex | 37 | CD | 8B | 49 | 0 | 20 | 14 | 9A | 3C | 33 |
| Octal | 67 | 315 | 213 | 111 | 0 | 40 | 24 | 232 | 74 | 63 |
| Binary | 110111 | 11001101 | 10001011 | 1001001 | 0 | 100000 | 10100 | 10011010 | 111100 | 110011 |
Color Harmonies of #37CD8B
Complementary color
Monochromatic Colors of #37CD8B
Black with #37CD8B
Text Example
Text Example
White with #37CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CD8B; }
p { color: rgb(55,205,139); }
H1.HeaderClassName
{
color: #37CD8B;
}
.AnyTagClassName
{
color: #37CD8B;
}
</style>
background-color css
<style>
a { background-color: #37CD8B; }
a { background-color: rgb(55,205,139); }
div.DivClassName
{
background-color: #37CD8B;
}
.BgClassName
{
background-color: #37CD8B;
}
</style>
border-color css
<style>
span { border-color: #37CD8B; }
span { border-color: rgb(55,205,139); }
td.TdClassName
{
border-color: #37CD8B;
}
.TagClassName
{
border-color: #37CD8B;
}
</style>