Shades of Shamrock #37CD80
Tints of Shamrock #37CD80
RGB
CMYK
RGB Variations
Color information
#37CD80 (or 0x37CD80) is known color: Shamrock. HEX triplet: 37, CD and 80. RGB value is (55,205,128). Sum of RGB (Red+Green+Blue) = 55+205+128=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CD80 is #C8327F. Grayscale: #979797. Windows color (decimal): -13120128 or 8441143. OLE color: 8441143.
HSL color Cylindrical-coordinate representation of color #37CD80: hue angle of 149.2º 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 #37CD80 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 128 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.20 |
| HSL | 149.2º | 0.6% | 0.51% | - |
| HSV(B) | 149.2º | 0.73% | 0.8% | - |
| XYZ | 27.3 | 46.03 | 27.87 | - |
| YUV | 151.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 128 | 0.73 | 0 | 0.38 | 0.20 | 149.2 | 0.6 | 0.51 |
| Hex | 37 | CD | 80 | 49 | 0 | 26 | 14 | 95 | 3C | 33 |
| Octal | 67 | 315 | 200 | 111 | 0 | 46 | 24 | 225 | 74 | 63 |
| Binary | 110111 | 11001101 | 10000000 | 1001001 | 0 | 100110 | 10100 | 10010101 | 111100 | 110011 |
Color Harmonies of #37CD80
Complementary color
Monochromatic Colors of #37CD80
Black with #37CD80
Text Example
Text Example
White with #37CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CD80; }
p { color: rgb(55,205,128); }
H1.HeaderClassName
{
color: #37CD80;
}
.AnyTagClassName
{
color: #37CD80;
}
</style>
background-color css
<style>
a { background-color: #37CD80; }
a { background-color: rgb(55,205,128); }
div.DivClassName
{
background-color: #37CD80;
}
.BgClassName
{
background-color: #37CD80;
}
</style>
border-color css
<style>
span { border-color: #37CD80; }
span { border-color: rgb(55,205,128); }
td.TdClassName
{
border-color: #37CD80;
}
.TagClassName
{
border-color: #37CD80;
}
</style>