Shades of Shamrock #32D295
Tints of Shamrock #32D295
RGB
CMYK
RGB Variations
Color information
#32D295 (or 0x32D295) is known color: Shamrock. HEX triplet: 32, D2 and 95. RGB value is (50,210,149). Sum of RGB (Red+Green+Blue) = 50+210+149=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #32D295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D295 is #CD2D6A. Grayscale: #9B9B9B. Windows color (decimal): -13446507 or 9818674. OLE color: 9818674.
HSL color Cylindrical-coordinate representation of color #32D295: hue angle of 157.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D295 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 149 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.18 |
| HSL | 157.13º | 0.64% | 0.51% | - |
| HSV(B) | 157.13º | 0.76% | 0.82% | - |
| XYZ | 29.79 | 48.94 | 36.31 | - |
| YUV | 155.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 149 | 0.76 | 0 | 0.29 | 0.18 | 157.13 | 0.64 | 0.51 |
| Hex | 32 | D2 | 95 | 4C | 0 | 1D | 12 | 9D | 40 | 33 |
| Octal | 62 | 322 | 225 | 114 | 0 | 35 | 22 | 235 | 100 | 63 |
| Binary | 110010 | 11010010 | 10010101 | 1001100 | 0 | 11101 | 10010 | 10011101 | 1000000 | 110011 |
Color Harmonies of #32D295
Complementary color
Monochromatic Colors of #32D295
Black with #32D295
Text Example
Text Example
White with #32D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D295; }
p { color: rgb(50,210,149); }
H1.HeaderClassName
{
color: #32D295;
}
.AnyTagClassName
{
color: #32D295;
}
</style>
background-color css
<style>
a { background-color: #32D295; }
a { background-color: rgb(50,210,149); }
div.DivClassName
{
background-color: #32D295;
}
.BgClassName
{
background-color: #32D295;
}
</style>
border-color css
<style>
span { border-color: #32D295; }
span { border-color: rgb(50,210,149); }
td.TdClassName
{
border-color: #32D295;
}
.TagClassName
{
border-color: #32D295;
}
</style>