Shades of Shamrock #32C785
Tints of Shamrock #32C785
RGB
CMYK
RGB Variations
Color information
#32C785 (or 0x32C785) is known color: Shamrock. HEX triplet: 32, C7 and 85. RGB value is (50,199,133). Sum of RGB (Red+Green+Blue) = 50+199+133=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #32C785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C785 is #CD387A. Grayscale: #939393. Windows color (decimal): -13449339 or 8767282. OLE color: 8767282.
HSL color Cylindrical-coordinate representation of color #32C785: hue angle of 153.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C785 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 199 | 133 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.22 |
| HSL | 153.42º | 0.6% | 0.49% | - |
| HSV(B) | 153.42º | 0.75% | 0.78% | - |
| XYZ | 25.97 | 43.22 | 29.16 | - |
| YUV | 146.93 | 120.14 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 199 | 133 | 0.75 | 0 | 0.33 | 0.22 | 153.42 | 0.6 | 0.49 |
| Hex | 32 | C7 | 85 | 4B | 0 | 21 | 16 | 99 | 3C | 31 |
| Octal | 62 | 307 | 205 | 113 | 0 | 41 | 26 | 231 | 74 | 61 |
| Binary | 110010 | 11000111 | 10000101 | 1001011 | 0 | 100001 | 10110 | 10011001 | 111100 | 110001 |
Color Harmonies of #32C785
Complementary color
Monochromatic Colors of #32C785
Black with #32C785
Text Example
Text Example
White with #32C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C785; }
p { color: rgb(50,199,133); }
H1.HeaderClassName
{
color: #32C785;
}
.AnyTagClassName
{
color: #32C785;
}
</style>
background-color css
<style>
a { background-color: #32C785; }
a { background-color: rgb(50,199,133); }
div.DivClassName
{
background-color: #32C785;
}
.BgClassName
{
background-color: #32C785;
}
</style>
border-color css
<style>
span { border-color: #32C785; }
span { border-color: rgb(50,199,133); }
td.TdClassName
{
border-color: #32C785;
}
.TagClassName
{
border-color: #32C785;
}
</style>