Shades of Shamrock #32C985
Tints of Shamrock #32C985
RGB
CMYK
RGB Variations
Color information
#32C985 (or 0x32C985) is known color: Shamrock. HEX triplet: 32, C9 and 85. RGB value is (50,201,133). Sum of RGB (Red+Green+Blue) = 50+201+133=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #32C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C985 is #CD367A. Grayscale: #949494. Windows color (decimal): -13448827 or 8767794. OLE color: 8767794.
HSL color Cylindrical-coordinate representation of color #32C985: hue angle of 152.98º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C985 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 133 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.21 |
| HSL | 152.98º | 0.6% | 0.49% | - |
| HSV(B) | 152.98º | 0.75% | 0.79% | - |
| XYZ | 26.44 | 44.14 | 29.32 | - |
| YUV | 148.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 133 | 0.75 | 0 | 0.34 | 0.21 | 152.98 | 0.6 | 0.49 |
| Hex | 32 | C9 | 85 | 4B | 0 | 22 | 15 | 99 | 3C | 31 |
| Octal | 62 | 311 | 205 | 113 | 0 | 42 | 25 | 231 | 74 | 61 |
| Binary | 110010 | 11001001 | 10000101 | 1001011 | 0 | 100010 | 10101 | 10011001 | 111100 | 110001 |
Color Harmonies of #32C985
Complementary color
Monochromatic Colors of #32C985
Black with #32C985
Text Example
Text Example
White with #32C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C985; }
p { color: rgb(50,201,133); }
H1.HeaderClassName
{
color: #32C985;
}
.AnyTagClassName
{
color: #32C985;
}
</style>
background-color css
<style>
a { background-color: #32C985; }
a { background-color: rgb(50,201,133); }
div.DivClassName
{
background-color: #32C985;
}
.BgClassName
{
background-color: #32C985;
}
</style>
border-color css
<style>
span { border-color: #32C985; }
span { border-color: rgb(50,201,133); }
td.TdClassName
{
border-color: #32C985;
}
.TagClassName
{
border-color: #32C985;
}
</style>