Shades of Shamrock #32CE8D
Tints of Shamrock #32CE8D
RGB
CMYK
RGB Variations
Color information
#32CE8D (or 0x32CE8D) is known color: Shamrock. HEX triplet: 32, CE and 8D. RGB value is (50,206,141). Sum of RGB (Red+Green+Blue) = 50+206+141=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CE8D is #CD3172. Grayscale: #989898. Windows color (decimal): -13447539 or 9293362. OLE color: 9293362.
HSL color Cylindrical-coordinate representation of color #32CE8D: hue angle of 155º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE8D is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 141 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.19 |
| HSL | 155º | 0.61% | 0.5% | - |
| HSV(B) | 155º | 0.76% | 0.81% | - |
| XYZ | 28.19 | 46.74 | 32.74 | - |
| YUV | 151.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 141 | 0.76 | 0 | 0.32 | 0.19 | 155 | 0.61 | 0.5 |
| Hex | 32 | CE | 8D | 4C | 0 | 20 | 13 | 9B | 3D | 32 |
| Octal | 62 | 316 | 215 | 114 | 0 | 40 | 23 | 233 | 75 | 62 |
| Binary | 110010 | 11001110 | 10001101 | 1001100 | 0 | 100000 | 10011 | 10011011 | 111101 | 110010 |
Color Harmonies of #32CE8D
Complementary color
Monochromatic Colors of #32CE8D
Black with #32CE8D
Text Example
Text Example
White with #32CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE8D; }
p { color: rgb(50,206,141); }
H1.HeaderClassName
{
color: #32CE8D;
}
.AnyTagClassName
{
color: #32CE8D;
}
</style>
background-color css
<style>
a { background-color: #32CE8D; }
a { background-color: rgb(50,206,141); }
div.DivClassName
{
background-color: #32CE8D;
}
.BgClassName
{
background-color: #32CE8D;
}
</style>
border-color css
<style>
span { border-color: #32CE8D; }
span { border-color: rgb(50,206,141); }
td.TdClassName
{
border-color: #32CE8D;
}
.TagClassName
{
border-color: #32CE8D;
}
</style>