Shades of Shamrock #32E68D
Tints of Shamrock #32E68D
RGB
CMYK
RGB Variations
Color information
#32E68D (or 0x32E68D) is known color: Shamrock. HEX triplet: 32, E6 and 8D. RGB value is (50,230,141). Sum of RGB (Red+Green+Blue) = 50+230+141=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #32E68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32E68D is #CD1972. Grayscale: #A6A6A6. Windows color (decimal): -13441395 or 9299506. OLE color: 9299506.
HSL color Cylindrical-coordinate representation of color #32E68D: hue angle of 150.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E68D is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 141 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.10 |
| HSL | 150.33º | 0.78% | 0.55% | - |
| HSV(B) | 150.33º | 0.78% | 0.9% | - |
| XYZ | 34.42 | 59.19 | 34.81 | - |
| YUV | 166.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 141 | 0.78 | 0 | 0.39 | 0.10 | 150.33 | 0.78 | 0.55 |
| Hex | 32 | E6 | 8D | 4E | 0 | 27 | A | 96 | 4E | 37 |
| Octal | 62 | 346 | 215 | 116 | 0 | 47 | 12 | 226 | 116 | 67 |
| Binary | 110010 | 11100110 | 10001101 | 1001110 | 0 | 100111 | 1010 | 10010110 | 1001110 | 110111 |
Color Harmonies of #32E68D
Complementary color
Monochromatic Colors of #32E68D
Black with #32E68D
Text Example
Text Example
White with #32E68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E68D; }
p { color: rgb(50,230,141); }
H1.HeaderClassName
{
color: #32E68D;
}
.AnyTagClassName
{
color: #32E68D;
}
</style>
background-color css
<style>
a { background-color: #32E68D; }
a { background-color: rgb(50,230,141); }
div.DivClassName
{
background-color: #32E68D;
}
.BgClassName
{
background-color: #32E68D;
}
</style>
border-color css
<style>
span { border-color: #32E68D; }
span { border-color: rgb(50,230,141); }
td.TdClassName
{
border-color: #32E68D;
}
.TagClassName
{
border-color: #32E68D;
}
</style>