Shades of Shamrock #32D399
Tints of Shamrock #32D399
RGB
CMYK
RGB Variations
Color information
#32D399 (or 0x32D399) is known color: Shamrock. HEX triplet: 32, D3 and 99. RGB value is (50,211,153). Sum of RGB (Red+Green+Blue) = 50+211+153=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #32D399 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D399 is #CD2C66. Grayscale: #9C9C9C. Windows color (decimal): -13446247 or 10081074. OLE color: 10081074.
HSL color Cylindrical-coordinate representation of color #32D399: hue angle of 158.39º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D399 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 153 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.17 |
| HSL | 158.39º | 0.65% | 0.51% | - |
| HSV(B) | 158.39º | 0.76% | 0.83% | - |
| XYZ | 30.36 | 49.57 | 38.1 | - |
| YUV | 156.25 | 126.16 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 153 | 0.76 | 0 | 0.27 | 0.17 | 158.39 | 0.65 | 0.51 |
| Hex | 32 | D3 | 99 | 4C | 0 | 1B | 11 | 9E | 41 | 33 |
| Octal | 62 | 323 | 231 | 114 | 0 | 33 | 21 | 236 | 101 | 63 |
| Binary | 110010 | 11010011 | 10011001 | 1001100 | 0 | 11011 | 10001 | 10011110 | 1000001 | 110011 |
Color Harmonies of #32D399
Complementary color
Monochromatic Colors of #32D399
Black with #32D399
Text Example
Text Example
White with #32D399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D399; }
p { color: rgb(50,211,153); }
H1.HeaderClassName
{
color: #32D399;
}
.AnyTagClassName
{
color: #32D399;
}
</style>
background-color css
<style>
a { background-color: #32D399; }
a { background-color: rgb(50,211,153); }
div.DivClassName
{
background-color: #32D399;
}
.BgClassName
{
background-color: #32D399;
}
</style>
border-color css
<style>
span { border-color: #32D399; }
span { border-color: rgb(50,211,153); }
td.TdClassName
{
border-color: #32D399;
}
.TagClassName
{
border-color: #32D399;
}
</style>