Shades of Shamrock #32CD7F
Tints of Shamrock #32CD7F
RGB
CMYK
RGB Variations
Color information
#32CD7F (or 0x32CD7F) is known color: Shamrock. HEX triplet: 32, CD and 7F. RGB value is (50,205,127). Sum of RGB (Red+Green+Blue) = 50+205+127=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD7F is #CD3280. Grayscale: #959595. Windows color (decimal): -13447809 or 8375602. OLE color: 8375602.
HSL color Cylindrical-coordinate representation of color #32CD7F: hue angle of 149.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD7F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 127 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.20 |
| HSL | 149.81º | 0.61% | 0.5% | - |
| HSV(B) | 149.81º | 0.76% | 0.8% | - |
| XYZ | 26.98 | 45.87 | 27.51 | - |
| YUV | 149.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 127 | 0.76 | 0 | 0.38 | 0.20 | 149.81 | 0.61 | 0.5 |
| Hex | 32 | CD | 7F | 4C | 0 | 26 | 14 | 96 | 3D | 32 |
| Octal | 62 | 315 | 177 | 114 | 0 | 46 | 24 | 226 | 75 | 62 |
| Binary | 110010 | 11001101 | 1111111 | 1001100 | 0 | 100110 | 10100 | 10010110 | 111101 | 110010 |
Color Harmonies of #32CD7F
Complementary color
Monochromatic Colors of #32CD7F
Black with #32CD7F
Text Example
Text Example
White with #32CD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD7F; }
p { color: rgb(50,205,127); }
H1.HeaderClassName
{
color: #32CD7F;
}
.AnyTagClassName
{
color: #32CD7F;
}
</style>
background-color css
<style>
a { background-color: #32CD7F; }
a { background-color: rgb(50,205,127); }
div.DivClassName
{
background-color: #32CD7F;
}
.BgClassName
{
background-color: #32CD7F;
}
</style>
border-color css
<style>
span { border-color: #32CD7F; }
span { border-color: rgb(50,205,127); }
td.TdClassName
{
border-color: #32CD7F;
}
.TagClassName
{
border-color: #32CD7F;
}
</style>