Shades of Shamrock #32F7AD
Tints of Shamrock #32F7AD
RGB
CMYK
RGB Variations
Color information
#32F7AD (or 0x32F7AD) is known color: Shamrock. HEX triplet: 32, F7 and AD. RGB value is (50,247,173). Sum of RGB (Red+Green+Blue) = 50+247+173=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F7AD is #CD0852. Grayscale: #B3B3B3. Windows color (decimal): -13437011 or 11401010. OLE color: 11401010.
HSL color Cylindrical-coordinate representation of color #32F7AD: hue angle of 157.46º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F7AD is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 173 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.03 |
| HSL | 157.46º | 0.92% | 0.58% | - |
| HSV(B) | 157.46º | 0.8% | 0.97% | - |
| XYZ | 42.12 | 70.22 | 50.87 | - |
| YUV | 179.66 | 124.23 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 173 | 0.80 | 0 | 0.30 | 0.03 | 157.46 | 0.92 | 0.58 |
| Hex | 32 | F7 | AD | 50 | 0 | 1E | 3 | 9D | 5C | 3A |
| Octal | 62 | 367 | 255 | 120 | 0 | 36 | 3 | 235 | 134 | 72 |
| Binary | 110010 | 11110111 | 10101101 | 1010000 | 0 | 11110 | 11 | 10011101 | 1011100 | 111010 |
Color Harmonies of #32F7AD
Complementary color
Monochromatic Colors of #32F7AD
Black with #32F7AD
Text Example
Text Example
White with #32F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F7AD; }
p { color: rgb(50,247,173); }
H1.HeaderClassName
{
color: #32F7AD;
}
.AnyTagClassName
{
color: #32F7AD;
}
</style>
background-color css
<style>
a { background-color: #32F7AD; }
a { background-color: rgb(50,247,173); }
div.DivClassName
{
background-color: #32F7AD;
}
.BgClassName
{
background-color: #32F7AD;
}
</style>
border-color css
<style>
span { border-color: #32F7AD; }
span { border-color: rgb(50,247,173); }
td.TdClassName
{
border-color: #32F7AD;
}
.TagClassName
{
border-color: #32F7AD;
}
</style>