Shades of Shamrock #32F69F
Tints of Shamrock #32F69F
RGB
CMYK
RGB Variations
Color information
#32F69F (or 0x32F69F) is known color: Shamrock. HEX triplet: 32, F6 and 9F. RGB value is (50,246,159). Sum of RGB (Red+Green+Blue) = 50+246+159=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #32F69F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F69F is #CD0960. Grayscale: #B1B1B1. Windows color (decimal): -13437281 or 10483250. OLE color: 10483250.
HSL color Cylindrical-coordinate representation of color #32F69F: hue angle of 153.37º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F69F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 159 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.04 |
| HSL | 153.37º | 0.92% | 0.58% | - |
| HSV(B) | 153.37º | 0.8% | 0.96% | - |
| XYZ | 40.53 | 69.09 | 44 | - |
| YUV | 177.48 | 117.57 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 159 | 0.80 | 0 | 0.35 | 0.04 | 153.37 | 0.92 | 0.58 |
| Hex | 32 | F6 | 9F | 50 | 0 | 23 | 4 | 99 | 5C | 3A |
| Octal | 62 | 366 | 237 | 120 | 0 | 43 | 4 | 231 | 134 | 72 |
| Binary | 110010 | 11110110 | 10011111 | 1010000 | 0 | 100011 | 100 | 10011001 | 1011100 | 111010 |
Color Harmonies of #32F69F
Complementary color
Monochromatic Colors of #32F69F
Black with #32F69F
Text Example
Text Example
White with #32F69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F69F; }
p { color: rgb(50,246,159); }
H1.HeaderClassName
{
color: #32F69F;
}
.AnyTagClassName
{
color: #32F69F;
}
</style>
background-color css
<style>
a { background-color: #32F69F; }
a { background-color: rgb(50,246,159); }
div.DivClassName
{
background-color: #32F69F;
}
.BgClassName
{
background-color: #32F69F;
}
</style>
border-color css
<style>
span { border-color: #32F69F; }
span { border-color: rgb(50,246,159); }
td.TdClassName
{
border-color: #32F69F;
}
.TagClassName
{
border-color: #32F69F;
}
</style>