Shades of Shamrock #32BF92
Tints of Shamrock #32BF92
RGB
CMYK
RGB Variations
Color information
#32BF92 (or 0x32BF92) is known color: Shamrock. HEX triplet: 32, BF and 92. RGB value is (50,191,146). Sum of RGB (Red+Green+Blue) = 50+191+146=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF92 is #CD406D. Grayscale: #8F8F8F. Windows color (decimal): -13451374 or 9617202. OLE color: 9617202.
HSL color Cylindrical-coordinate representation of color #32BF92: hue angle of 160.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF92 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 146 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.25 |
| HSL | 160.85º | 0.59% | 0.47% | - |
| HSV(B) | 160.85º | 0.74% | 0.75% | - |
| XYZ | 25.13 | 40.02 | 33.59 | - |
| YUV | 143.71 | 129.29 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 146 | 0.74 | 0 | 0.24 | 0.25 | 160.85 | 0.59 | 0.47 |
| Hex | 32 | BF | 92 | 4A | 0 | 18 | 19 | A1 | 3B | 2F |
| Octal | 62 | 277 | 222 | 112 | 0 | 30 | 31 | 241 | 73 | 57 |
| Binary | 110010 | 10111111 | 10010010 | 1001010 | 0 | 11000 | 11001 | 10100001 | 111011 | 101111 |
Color Harmonies of #32BF92
Complementary color
Monochromatic Colors of #32BF92
Black with #32BF92
Text Example
Text Example
White with #32BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF92; }
p { color: rgb(50,191,146); }
H1.HeaderClassName
{
color: #32BF92;
}
.AnyTagClassName
{
color: #32BF92;
}
</style>
background-color css
<style>
a { background-color: #32BF92; }
a { background-color: rgb(50,191,146); }
div.DivClassName
{
background-color: #32BF92;
}
.BgClassName
{
background-color: #32BF92;
}
</style>
border-color css
<style>
span { border-color: #32BF92; }
span { border-color: rgb(50,191,146); }
td.TdClassName
{
border-color: #32BF92;
}
.TagClassName
{
border-color: #32BF92;
}
</style>