Shades of Shamrock #32F093
Tints of Shamrock #32F093
RGB
CMYK
RGB Variations
Color information
#32F093 (or 0x32F093) is known color: Shamrock. HEX triplet: 32, F0 and 93. RGB value is (50,240,147). Sum of RGB (Red+Green+Blue) = 50+240+147=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #32F093 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F093 is #CD0F6C. Grayscale: #ACACAC. Windows color (decimal): -13438829 or 9695282. OLE color: 9695282.
HSL color Cylindrical-coordinate representation of color #32F093: hue angle of 150.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F093 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 147 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.06 |
| HSL | 150.63º | 0.86% | 0.57% | - |
| HSV(B) | 150.63º | 0.79% | 0.94% | - |
| XYZ | 37.74 | 65.1 | 38.18 | - |
| YUV | 172.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 147 | 0.79 | 0 | 0.39 | 0.06 | 150.63 | 0.86 | 0.57 |
| Hex | 32 | F0 | 93 | 4F | 0 | 27 | 6 | 97 | 56 | 39 |
| Octal | 62 | 360 | 223 | 117 | 0 | 47 | 6 | 227 | 126 | 71 |
| Binary | 110010 | 11110000 | 10010011 | 1001111 | 0 | 100111 | 110 | 10010111 | 1010110 | 111001 |
Color Harmonies of #32F093
Complementary color
Monochromatic Colors of #32F093
Black with #32F093
Text Example
Text Example
White with #32F093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F093; }
p { color: rgb(50,240,147); }
H1.HeaderClassName
{
color: #32F093;
}
.AnyTagClassName
{
color: #32F093;
}
</style>
background-color css
<style>
a { background-color: #32F093; }
a { background-color: rgb(50,240,147); }
div.DivClassName
{
background-color: #32F093;
}
.BgClassName
{
background-color: #32F093;
}
</style>
border-color css
<style>
span { border-color: #32F093; }
span { border-color: rgb(50,240,147); }
td.TdClassName
{
border-color: #32F093;
}
.TagClassName
{
border-color: #32F093;
}
</style>