Shades of Shamrock #32CF89
Tints of Shamrock #32CF89
RGB
CMYK
RGB Variations
Color information
#32CF89 (or 0x32CF89) is known color: Shamrock. HEX triplet: 32, CF and 89. RGB value is (50,207,137). Sum of RGB (Red+Green+Blue) = 50+207+137=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CF89 is #CD3076. Grayscale: #989898. Windows color (decimal): -13447287 or 9031474. OLE color: 9031474.
HSL color Cylindrical-coordinate representation of color #32CF89: hue angle of 153.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF89 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 137 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.19 |
| HSL | 153.25º | 0.62% | 0.5% | - |
| HSV(B) | 153.25º | 0.76% | 0.81% | - |
| XYZ | 28.14 | 47.11 | 31.28 | - |
| YUV | 152.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 137 | 0.76 | 0 | 0.34 | 0.19 | 153.25 | 0.62 | 0.5 |
| Hex | 32 | CF | 89 | 4C | 0 | 22 | 13 | 99 | 3E | 32 |
| Octal | 62 | 317 | 211 | 114 | 0 | 42 | 23 | 231 | 76 | 62 |
| Binary | 110010 | 11001111 | 10001001 | 1001100 | 0 | 100010 | 10011 | 10011001 | 111110 | 110010 |
Color Harmonies of #32CF89
Complementary color
Monochromatic Colors of #32CF89
Black with #32CF89
Text Example
Text Example
White with #32CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF89; }
p { color: rgb(50,207,137); }
H1.HeaderClassName
{
color: #32CF89;
}
.AnyTagClassName
{
color: #32CF89;
}
</style>
background-color css
<style>
a { background-color: #32CF89; }
a { background-color: rgb(50,207,137); }
div.DivClassName
{
background-color: #32CF89;
}
.BgClassName
{
background-color: #32CF89;
}
</style>
border-color css
<style>
span { border-color: #32CF89; }
span { border-color: rgb(50,207,137); }
td.TdClassName
{
border-color: #32CF89;
}
.TagClassName
{
border-color: #32CF89;
}
</style>