Shades of Shamrock #37EE82
Tints of Shamrock #37EE82
RGB
CMYK
RGB Variations
Color information
#37EE82 (or 0x37EE82) is known color: Shamrock. HEX triplet: 37, EE and 82. RGB value is (55,238,130). Sum of RGB (Red+Green+Blue) = 55+238+130=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #37EE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37EE82 is #C8117D. Grayscale: #ABABAB. Windows color (decimal): -13111678 or 8580663. OLE color: 8580663.
HSL color Cylindrical-coordinate representation of color #37EE82: hue angle of 144.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EE82 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 130 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.07 |
| HSL | 144.59º | 0.84% | 0.57% | - |
| HSV(B) | 144.59º | 0.77% | 0.93% | - |
| XYZ | 36.18 | 63.57 | 31.48 | - |
| YUV | 170.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 130 | 0.77 | 0 | 0.45 | 0.07 | 144.59 | 0.84 | 0.57 |
| Hex | 37 | EE | 82 | 4D | 0 | 2D | 7 | 91 | 54 | 39 |
| Octal | 67 | 356 | 202 | 115 | 0 | 55 | 7 | 221 | 124 | 71 |
| Binary | 110111 | 11101110 | 10000010 | 1001101 | 0 | 101101 | 111 | 10010001 | 1010100 | 111001 |
Color Harmonies of #37EE82
Complementary color
Monochromatic Colors of #37EE82
Black with #37EE82
Text Example
Text Example
White with #37EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EE82; }
p { color: rgb(55,238,130); }
H1.HeaderClassName
{
color: #37EE82;
}
.AnyTagClassName
{
color: #37EE82;
}
</style>
background-color css
<style>
a { background-color: #37EE82; }
a { background-color: rgb(55,238,130); }
div.DivClassName
{
background-color: #37EE82;
}
.BgClassName
{
background-color: #37EE82;
}
</style>
border-color css
<style>
span { border-color: #37EE82; }
span { border-color: rgb(55,238,130); }
td.TdClassName
{
border-color: #37EE82;
}
.TagClassName
{
border-color: #37EE82;
}
</style>