Shades of Shamrock #32CE84
Tints of Shamrock #32CE84
RGB
CMYK
RGB Variations
Color information
#32CE84 (or 0x32CE84) is known color: Shamrock. HEX triplet: 32, CE and 84. RGB value is (50,206,132). Sum of RGB (Red+Green+Blue) = 50+206+132=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CE84 is #CD317B. Grayscale: #979797. Windows color (decimal): -13447548 or 8703538. OLE color: 8703538.
HSL color Cylindrical-coordinate representation of color #32CE84: hue angle of 151.54º 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 #32CE84 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 132 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.19 |
| HSL | 151.54º | 0.61% | 0.5% | - |
| HSV(B) | 151.54º | 0.76% | 0.81% | - |
| XYZ | 27.55 | 46.49 | 29.35 | - |
| YUV | 150.92 | 117.32 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 132 | 0.76 | 0 | 0.36 | 0.19 | 151.54 | 0.61 | 0.5 |
| Hex | 32 | CE | 84 | 4C | 0 | 24 | 13 | 98 | 3D | 32 |
| Octal | 62 | 316 | 204 | 114 | 0 | 44 | 23 | 230 | 75 | 62 |
| Binary | 110010 | 11001110 | 10000100 | 1001100 | 0 | 100100 | 10011 | 10011000 | 111101 | 110010 |
Color Harmonies of #32CE84
Complementary color
Monochromatic Colors of #32CE84
Black with #32CE84
Text Example
Text Example
White with #32CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE84; }
p { color: rgb(50,206,132); }
H1.HeaderClassName
{
color: #32CE84;
}
.AnyTagClassName
{
color: #32CE84;
}
</style>
background-color css
<style>
a { background-color: #32CE84; }
a { background-color: rgb(50,206,132); }
div.DivClassName
{
background-color: #32CE84;
}
.BgClassName
{
background-color: #32CE84;
}
</style>
border-color css
<style>
span { border-color: #32CE84; }
span { border-color: rgb(50,206,132); }
td.TdClassName
{
border-color: #32CE84;
}
.TagClassName
{
border-color: #32CE84;
}
</style>