Shades of Shamrock #32CC84
Tints of Shamrock #32CC84
RGB
CMYK
RGB Variations
Color information
#32CC84 (or 0x32CC84) is known color: Shamrock. HEX triplet: 32, CC and 84. RGB value is (50,204,132). Sum of RGB (Red+Green+Blue) = 50+204+132=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CC84 is #CD337B. Grayscale: #959595. Windows color (decimal): -13448060 or 8703026. OLE color: 8703026.
HSL color Cylindrical-coordinate representation of color #32CC84: hue angle of 151.95º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC84 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 132 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.2 |
| HSL | 151.95º | 0.61% | 0.5% | - |
| HSV(B) | 151.95º | 0.75% | 0.8% | - |
| XYZ | 27.07 | 45.53 | 29.19 | - |
| YUV | 149.75 | 117.98 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 132 | 0.75 | 0 | 0.35 | 0.2 | 151.95 | 0.61 | 0.5 |
| Hex | 32 | CC | 84 | 4B | 0 | 23 | 14 | 98 | 3D | 32 |
| Octal | 62 | 314 | 204 | 113 | 0 | 43 | 24 | 230 | 75 | 62 |
| Binary | 110010 | 11001100 | 10000100 | 1001011 | 0 | 100011 | 10100 | 10011000 | 111101 | 110010 |
Color Harmonies of #32CC84
Complementary color
Monochromatic Colors of #32CC84
Black with #32CC84
Text Example
Text Example
White with #32CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC84; }
p { color: rgb(50,204,132); }
H1.HeaderClassName
{
color: #32CC84;
}
.AnyTagClassName
{
color: #32CC84;
}
</style>
background-color css
<style>
a { background-color: #32CC84; }
a { background-color: rgb(50,204,132); }
div.DivClassName
{
background-color: #32CC84;
}
.BgClassName
{
background-color: #32CC84;
}
</style>
border-color css
<style>
span { border-color: #32CC84; }
span { border-color: rgb(50,204,132); }
td.TdClassName
{
border-color: #32CC84;
}
.TagClassName
{
border-color: #32CC84;
}
</style>