Shades of Shamrock #37E485
Tints of Shamrock #37E485
RGB
CMYK
RGB Variations
Color information
#37E485 (or 0x37E485) is known color: Shamrock. HEX triplet: 37, E4 and 85. RGB value is (55,228,133). Sum of RGB (Red+Green+Blue) = 55+228+133=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #37E485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37E485 is #C81B7A. Grayscale: #A5A5A5. Windows color (decimal): -13114235 or 8774711. OLE color: 8774711.
HSL color Cylindrical-coordinate representation of color #37E485: hue angle of 147.05º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E485 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 133 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.11 |
| HSL | 147.05º | 0.76% | 0.55% | - |
| HSV(B) | 147.05º | 0.76% | 0.89% | - |
| XYZ | 33.55 | 57.99 | 31.62 | - |
| YUV | 165.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 133 | 0.76 | 0 | 0.42 | 0.11 | 147.05 | 0.76 | 0.55 |
| Hex | 37 | E4 | 85 | 4C | 0 | 2A | B | 93 | 4C | 37 |
| Octal | 67 | 344 | 205 | 114 | 0 | 52 | 13 | 223 | 114 | 67 |
| Binary | 110111 | 11100100 | 10000101 | 1001100 | 0 | 101010 | 1011 | 10010011 | 1001100 | 110111 |
Color Harmonies of #37E485
Complementary color
Monochromatic Colors of #37E485
Black with #37E485
Text Example
Text Example
White with #37E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E485; }
p { color: rgb(55,228,133); }
H1.HeaderClassName
{
color: #37E485;
}
.AnyTagClassName
{
color: #37E485;
}
</style>
background-color css
<style>
a { background-color: #37E485; }
a { background-color: rgb(55,228,133); }
div.DivClassName
{
background-color: #37E485;
}
.BgClassName
{
background-color: #37E485;
}
</style>
border-color css
<style>
span { border-color: #37E485; }
span { border-color: rgb(55,228,133); }
td.TdClassName
{
border-color: #37E485;
}
.TagClassName
{
border-color: #37E485;
}
</style>