Shades of Shamrock #32F68B
Tints of Shamrock #32F68B
RGB
CMYK
RGB Variations
Color information
#32F68B (or 0x32F68B) is known color: Shamrock. HEX triplet: 32, F6 and 8B. RGB value is (50,246,139). Sum of RGB (Red+Green+Blue) = 50+246+139=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 246 (96.48% from 255 or 56.55% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 246 - color contains mainly: green. Hex color #32F68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F68B is #CD0974. Grayscale: #AFAFAF. Windows color (decimal): -13437301 or 9172530. OLE color: 9172530.
HSL color Cylindrical-coordinate representation of color #32F68B: hue angle of 147.24º 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 #32F68B is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 139 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.04 |
| HSL | 147.24º | 0.92% | 0.58% | - |
| HSV(B) | 147.24º | 0.8% | 0.96% | - |
| XYZ | 38.93 | 68.45 | 35.59 | - |
| YUV | 175.2 | 107.57 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 139 | 0.80 | 0 | 0.43 | 0.04 | 147.24 | 0.92 | 0.58 |
| Hex | 32 | F6 | 8B | 50 | 0 | 2B | 4 | 93 | 5C | 3A |
| Octal | 62 | 366 | 213 | 120 | 0 | 53 | 4 | 223 | 134 | 72 |
| Binary | 110010 | 11110110 | 10001011 | 1010000 | 0 | 101011 | 100 | 10010011 | 1011100 | 111010 |
Color Harmonies of #32F68B
Complementary color
Monochromatic Colors of #32F68B
Black with #32F68B
Text Example
Text Example
White with #32F68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F68B; }
p { color: rgb(50,246,139); }
H1.HeaderClassName
{
color: #32F68B;
}
.AnyTagClassName
{
color: #32F68B;
}
</style>
background-color css
<style>
a { background-color: #32F68B; }
a { background-color: rgb(50,246,139); }
div.DivClassName
{
background-color: #32F68B;
}
.BgClassName
{
background-color: #32F68B;
}
</style>
border-color css
<style>
span { border-color: #32F68B; }
span { border-color: rgb(50,246,139); }
td.TdClassName
{
border-color: #32F68B;
}
.TagClassName
{
border-color: #32F68B;
}
</style>