Shades of Shamrock #32D07F
Tints of Shamrock #32D07F
RGB
CMYK
RGB Variations
Color information
#32D07F (or 0x32D07F) is known color: Shamrock. HEX triplet: 32, D0 and 7F. RGB value is (50,208,127). Sum of RGB (Red+Green+Blue) = 50+208+127=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #32D07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D07F is #CD2F80. Grayscale: #979797. Windows color (decimal): -13447041 or 8376370. OLE color: 8376370.
HSL color Cylindrical-coordinate representation of color #32D07F: hue angle of 149.24º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D07F is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 127 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.18 |
| HSL | 149.24º | 0.63% | 0.51% | - |
| HSV(B) | 149.24º | 0.76% | 0.82% | - |
| XYZ | 27.7 | 47.32 | 27.75 | - |
| YUV | 151.52 | 114.15 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 127 | 0.76 | 0 | 0.39 | 0.18 | 149.24 | 0.63 | 0.51 |
| Hex | 32 | D0 | 7F | 4C | 0 | 27 | 12 | 95 | 3F | 33 |
| Octal | 62 | 320 | 177 | 114 | 0 | 47 | 22 | 225 | 77 | 63 |
| Binary | 110010 | 11010000 | 1111111 | 1001100 | 0 | 100111 | 10010 | 10010101 | 111111 | 110011 |
Color Harmonies of #32D07F
Complementary color
Monochromatic Colors of #32D07F
Black with #32D07F
Text Example
Text Example
White with #32D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D07F; }
p { color: rgb(50,208,127); }
H1.HeaderClassName
{
color: #32D07F;
}
.AnyTagClassName
{
color: #32D07F;
}
</style>
background-color css
<style>
a { background-color: #32D07F; }
a { background-color: rgb(50,208,127); }
div.DivClassName
{
background-color: #32D07F;
}
.BgClassName
{
background-color: #32D07F;
}
</style>
border-color css
<style>
span { border-color: #32D07F; }
span { border-color: rgb(50,208,127); }
td.TdClassName
{
border-color: #32D07F;
}
.TagClassName
{
border-color: #32D07F;
}
</style>