Shades of Shamrock #32CD89
Tints of Shamrock #32CD89
RGB
CMYK
RGB Variations
Color information
#32CD89 (or 0x32CD89) is known color: Shamrock. HEX triplet: 32, CD and 89. RGB value is (50,205,137). Sum of RGB (Red+Green+Blue) = 50+205+137=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CD89 is #CD3276. Grayscale: #979797. Windows color (decimal): -13447799 or 9030962. OLE color: 9030962.
HSL color Cylindrical-coordinate representation of color #32CD89: hue angle of 153.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD89 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 137 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.20 |
| HSL | 153.68º | 0.61% | 0.5% | - |
| HSV(B) | 153.68º | 0.76% | 0.8% | - |
| XYZ | 27.66 | 46.15 | 31.12 | - |
| YUV | 150.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 137 | 0.76 | 0 | 0.33 | 0.20 | 153.68 | 0.61 | 0.5 |
| Hex | 32 | CD | 89 | 4C | 0 | 21 | 14 | 9A | 3D | 32 |
| Octal | 62 | 315 | 211 | 114 | 0 | 41 | 24 | 232 | 75 | 62 |
| Binary | 110010 | 11001101 | 10001001 | 1001100 | 0 | 100001 | 10100 | 10011010 | 111101 | 110010 |
Color Harmonies of #32CD89
Complementary color
Monochromatic Colors of #32CD89
Black with #32CD89
Text Example
Text Example
White with #32CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD89; }
p { color: rgb(50,205,137); }
H1.HeaderClassName
{
color: #32CD89;
}
.AnyTagClassName
{
color: #32CD89;
}
</style>
background-color css
<style>
a { background-color: #32CD89; }
a { background-color: rgb(50,205,137); }
div.DivClassName
{
background-color: #32CD89;
}
.BgClassName
{
background-color: #32CD89;
}
</style>
border-color css
<style>
span { border-color: #32CD89; }
span { border-color: rgb(50,205,137); }
td.TdClassName
{
border-color: #32CD89;
}
.TagClassName
{
border-color: #32CD89;
}
</style>