Shades of Shamrock #32CE99
Tints of Shamrock #32CE99
RGB
CMYK
RGB Variations
Color information
#32CE99 (or 0x32CE99) is known color: Shamrock. HEX triplet: 32, CE and 99. RGB value is (50,206,153). Sum of RGB (Red+Green+Blue) = 50+206+153=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CE99 is #CD3166. Grayscale: #999999. Windows color (decimal): -13447527 or 10079794. OLE color: 10079794.
HSL color Cylindrical-coordinate representation of color #32CE99: hue angle of 159.62º degrees, saturation: 0.61, 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 #32CE99 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 153 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.19 |
| HSL | 159.62º | 0.61% | 0.5% | - |
| HSV(B) | 159.62º | 0.76% | 0.81% | - |
| XYZ | 29.14 | 47.12 | 37.7 | - |
| YUV | 153.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 153 | 0.76 | 0 | 0.26 | 0.19 | 159.62 | 0.61 | 0.5 |
| Hex | 32 | CE | 99 | 4C | 0 | 1A | 13 | A0 | 3D | 32 |
| Octal | 62 | 316 | 231 | 114 | 0 | 32 | 23 | 240 | 75 | 62 |
| Binary | 110010 | 11001110 | 10011001 | 1001100 | 0 | 11010 | 10011 | 10100000 | 111101 | 110010 |
Color Harmonies of #32CE99
Complementary color
Monochromatic Colors of #32CE99
Black with #32CE99
Text Example
Text Example
White with #32CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE99; }
p { color: rgb(50,206,153); }
H1.HeaderClassName
{
color: #32CE99;
}
.AnyTagClassName
{
color: #32CE99;
}
</style>
background-color css
<style>
a { background-color: #32CE99; }
a { background-color: rgb(50,206,153); }
div.DivClassName
{
background-color: #32CE99;
}
.BgClassName
{
background-color: #32CE99;
}
</style>
border-color css
<style>
span { border-color: #32CE99; }
span { border-color: rgb(50,206,153); }
td.TdClassName
{
border-color: #32CE99;
}
.TagClassName
{
border-color: #32CE99;
}
</style>