Shades of Shamrock #37DB8F
Tints of Shamrock #37DB8F
RGB
CMYK
RGB Variations
Color information
#37DB8F (or 0x37DB8F) is known color: Shamrock. HEX triplet: 37, DB and 8F. RGB value is (55,219,143). Sum of RGB (Red+Green+Blue) = 55+219+143=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #37DB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DB8F is #C82470. Grayscale: #A1A1A1. Windows color (decimal): -13116529 or 9427767. OLE color: 9427767.
HSL color Cylindrical-coordinate representation of color #37DB8F: hue angle of 152.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DB8F is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 143 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.14 |
| HSL | 152.2º | 0.69% | 0.54% | - |
| HSV(B) | 152.2º | 0.75% | 0.86% | - |
| XYZ | 31.86 | 53.46 | 34.63 | - |
| YUV | 161.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 143 | 0.75 | 0 | 0.35 | 0.14 | 152.2 | 0.69 | 0.54 |
| Hex | 37 | DB | 8F | 4B | 0 | 23 | E | 98 | 45 | 36 |
| Octal | 67 | 333 | 217 | 113 | 0 | 43 | 16 | 230 | 105 | 66 |
| Binary | 110111 | 11011011 | 10001111 | 1001011 | 0 | 100011 | 1110 | 10011000 | 1000101 | 110110 |
Color Harmonies of #37DB8F
Complementary color
Monochromatic Colors of #37DB8F
Black with #37DB8F
Text Example
Text Example
White with #37DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DB8F; }
p { color: rgb(55,219,143); }
H1.HeaderClassName
{
color: #37DB8F;
}
.AnyTagClassName
{
color: #37DB8F;
}
</style>
background-color css
<style>
a { background-color: #37DB8F; }
a { background-color: rgb(55,219,143); }
div.DivClassName
{
background-color: #37DB8F;
}
.BgClassName
{
background-color: #37DB8F;
}
</style>
border-color css
<style>
span { border-color: #37DB8F; }
span { border-color: rgb(55,219,143); }
td.TdClassName
{
border-color: #37DB8F;
}
.TagClassName
{
border-color: #37DB8F;
}
</style>