Shades of Shamrock #32CD8C
Tints of Shamrock #32CD8C
RGB
CMYK
RGB Variations
Color information
#32CD8C (or 0x32CD8C) is known color: Shamrock. HEX triplet: 32, CD and 8C. RGB value is (50,205,140). Sum of RGB (Red+Green+Blue) = 50+205+140=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CD8C is #CD3273. Grayscale: #979797. Windows color (decimal): -13447796 or 9227570. OLE color: 9227570.
HSL color Cylindrical-coordinate representation of color #32CD8C: hue angle of 154.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD8C is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 140 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.20 |
| HSL | 154.84º | 0.61% | 0.5% | - |
| HSV(B) | 154.84º | 0.76% | 0.8% | - |
| XYZ | 27.88 | 46.23 | 32.27 | - |
| YUV | 151.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 140 | 0.76 | 0 | 0.32 | 0.20 | 154.84 | 0.61 | 0.5 |
| Hex | 32 | CD | 8C | 4C | 0 | 20 | 14 | 9B | 3D | 32 |
| Octal | 62 | 315 | 214 | 114 | 0 | 40 | 24 | 233 | 75 | 62 |
| Binary | 110010 | 11001101 | 10001100 | 1001100 | 0 | 100000 | 10100 | 10011011 | 111101 | 110010 |
Color Harmonies of #32CD8C
Complementary color
Monochromatic Colors of #32CD8C
Black with #32CD8C
Text Example
Text Example
White with #32CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD8C; }
p { color: rgb(50,205,140); }
H1.HeaderClassName
{
color: #32CD8C;
}
.AnyTagClassName
{
color: #32CD8C;
}
</style>
background-color css
<style>
a { background-color: #32CD8C; }
a { background-color: rgb(50,205,140); }
div.DivClassName
{
background-color: #32CD8C;
}
.BgClassName
{
background-color: #32CD8C;
}
</style>
border-color css
<style>
span { border-color: #32CD8C; }
span { border-color: rgb(50,205,140); }
td.TdClassName
{
border-color: #32CD8C;
}
.TagClassName
{
border-color: #32CD8C;
}
</style>