Shades of Shamrock #32F48A
Tints of Shamrock #32F48A
RGB
CMYK
RGB Variations
Color information
#32F48A (or 0x32F48A) is known color: Shamrock. HEX triplet: 32, F4 and 8A. RGB value is (50,244,138). Sum of RGB (Red+Green+Blue) = 50+244+138=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #32F48A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F48A is #CD0B75. Grayscale: #AEAEAE. Windows color (decimal): -13437814 or 9106482. OLE color: 9106482.
HSL color Cylindrical-coordinate representation of color #32F48A: hue angle of 147.22º degrees, saturation: 0.9, 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 #32F48A is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 138 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.04 |
| HSL | 147.22º | 0.9% | 0.58% | - |
| HSV(B) | 147.22º | 0.8% | 0.96% | - |
| XYZ | 38.25 | 67.21 | 35 | - |
| YUV | 173.91 | 107.73 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 138 | 0.80 | 0 | 0.43 | 0.04 | 147.22 | 0.9 | 0.58 |
| Hex | 32 | F4 | 8A | 50 | 0 | 2B | 4 | 93 | 5A | 3A |
| Octal | 62 | 364 | 212 | 120 | 0 | 53 | 4 | 223 | 132 | 72 |
| Binary | 110010 | 11110100 | 10001010 | 1010000 | 0 | 101011 | 100 | 10010011 | 1011010 | 111010 |
Color Harmonies of #32F48A
Complementary color
Monochromatic Colors of #32F48A
Black with #32F48A
Text Example
Text Example
White with #32F48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F48A; }
p { color: rgb(50,244,138); }
H1.HeaderClassName
{
color: #32F48A;
}
.AnyTagClassName
{
color: #32F48A;
}
</style>
background-color css
<style>
a { background-color: #32F48A; }
a { background-color: rgb(50,244,138); }
div.DivClassName
{
background-color: #32F48A;
}
.BgClassName
{
background-color: #32F48A;
}
</style>
border-color css
<style>
span { border-color: #32F48A; }
span { border-color: rgb(50,244,138); }
td.TdClassName
{
border-color: #32F48A;
}
.TagClassName
{
border-color: #32F48A;
}
</style>