Shades of Shamrock #32E385
Tints of Shamrock #32E385
RGB
CMYK
RGB Variations
Color information
#32E385 (or 0x32E385) is known color: Shamrock. HEX triplet: 32, E3 and 85. RGB value is (50,227,133). Sum of RGB (Red+Green+Blue) = 50+227+133=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 227 (89.06% from 255 or 55.37% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 227 - color contains mainly: green. Hex color #32E385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32E385 is #CD1C7A. Grayscale: #A3A3A3. Windows color (decimal): -13442171 or 8774450. OLE color: 8774450.
HSL color Cylindrical-coordinate representation of color #32E385: hue angle of 148.14º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E385 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 133 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.11 |
| HSL | 148.14º | 0.76% | 0.54% | - |
| HSV(B) | 148.14º | 0.78% | 0.89% | - |
| XYZ | 33.02 | 57.31 | 31.51 | - |
| YUV | 163.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 133 | 0.78 | 0 | 0.41 | 0.11 | 148.14 | 0.76 | 0.54 |
| Hex | 32 | E3 | 85 | 4E | 0 | 29 | B | 94 | 4C | 36 |
| Octal | 62 | 343 | 205 | 116 | 0 | 51 | 13 | 224 | 114 | 66 |
| Binary | 110010 | 11100011 | 10000101 | 1001110 | 0 | 101001 | 1011 | 10010100 | 1001100 | 110110 |
Color Harmonies of #32E385
Complementary color
Monochromatic Colors of #32E385
Black with #32E385
Text Example
Text Example
White with #32E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E385; }
p { color: rgb(50,227,133); }
H1.HeaderClassName
{
color: #32E385;
}
.AnyTagClassName
{
color: #32E385;
}
</style>
background-color css
<style>
a { background-color: #32E385; }
a { background-color: rgb(50,227,133); }
div.DivClassName
{
background-color: #32E385;
}
.BgClassName
{
background-color: #32E385;
}
</style>
border-color css
<style>
span { border-color: #32E385; }
span { border-color: rgb(50,227,133); }
td.TdClassName
{
border-color: #32E385;
}
.TagClassName
{
border-color: #32E385;
}
</style>