Shades of Shamrock #37D282
Tints of Shamrock #37D282
RGB
CMYK
RGB Variations
Color information
#37D282 (or 0x37D282) is known color: Shamrock. HEX triplet: 37, D2 and 82. RGB value is (55,210,130). Sum of RGB (Red+Green+Blue) = 55+210+130=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #37D282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D282 is #C82D7D. Grayscale: #9A9A9A. Windows color (decimal): -13118846 or 8573495. OLE color: 8573495.
HSL color Cylindrical-coordinate representation of color #37D282: hue angle of 149.03º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D282 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 130 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.18 |
| HSL | 149.03º | 0.63% | 0.52% | - |
| HSV(B) | 149.03º | 0.74% | 0.82% | - |
| XYZ | 28.65 | 48.52 | 28.97 | - |
| YUV | 154.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 130 | 0.74 | 0 | 0.38 | 0.18 | 149.03 | 0.63 | 0.52 |
| Hex | 37 | D2 | 82 | 4A | 0 | 26 | 12 | 95 | 3F | 34 |
| Octal | 67 | 322 | 202 | 112 | 0 | 46 | 22 | 225 | 77 | 64 |
| Binary | 110111 | 11010010 | 10000010 | 1001010 | 0 | 100110 | 10010 | 10010101 | 111111 | 110100 |
Color Harmonies of #37D282
Complementary color
Monochromatic Colors of #37D282
Black with #37D282
Text Example
Text Example
White with #37D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D282; }
p { color: rgb(55,210,130); }
H1.HeaderClassName
{
color: #37D282;
}
.AnyTagClassName
{
color: #37D282;
}
</style>
background-color css
<style>
a { background-color: #37D282; }
a { background-color: rgb(55,210,130); }
div.DivClassName
{
background-color: #37D282;
}
.BgClassName
{
background-color: #37D282;
}
</style>
border-color css
<style>
span { border-color: #37D282; }
span { border-color: rgb(55,210,130); }
td.TdClassName
{
border-color: #37D282;
}
.TagClassName
{
border-color: #37D282;
}
</style>