Shades of Shamrock #32F98A
Tints of Shamrock #32F98A
RGB
CMYK
RGB Variations
Color information
#32F98A (or 0x32F98A) is known color: Shamrock. HEX triplet: 32, F9 and 8A. RGB value is (50,249,138). Sum of RGB (Red+Green+Blue) = 50+249+138=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #32F98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F98A is #CD0675. Grayscale: #B1B1B1. Windows color (decimal): -13436534 or 9107762. OLE color: 9107762.
HSL color Cylindrical-coordinate representation of color #32F98A: hue angle of 146.53º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F98A is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 138 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.02 |
| HSL | 146.53º | 0.94% | 0.59% | - |
| HSV(B) | 146.53º | 0.8% | 0.98% | - |
| XYZ | 39.78 | 70.26 | 35.51 | - |
| YUV | 176.85 | 106.07 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 138 | 0.80 | 0 | 0.45 | 0.02 | 146.53 | 0.94 | 0.59 |
| Hex | 32 | F9 | 8A | 50 | 0 | 2D | 2 | 93 | 5E | 3B |
| Octal | 62 | 371 | 212 | 120 | 0 | 55 | 2 | 223 | 136 | 73 |
| Binary | 110010 | 11111001 | 10001010 | 1010000 | 0 | 101101 | 10 | 10010011 | 1011110 | 111011 |
Color Harmonies of #32F98A
Complementary color
Monochromatic Colors of #32F98A
Black with #32F98A
Text Example
Text Example
White with #32F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F98A; }
p { color: rgb(50,249,138); }
H1.HeaderClassName
{
color: #32F98A;
}
.AnyTagClassName
{
color: #32F98A;
}
</style>
background-color css
<style>
a { background-color: #32F98A; }
a { background-color: rgb(50,249,138); }
div.DivClassName
{
background-color: #32F98A;
}
.BgClassName
{
background-color: #32F98A;
}
</style>
border-color css
<style>
span { border-color: #32F98A; }
span { border-color: rgb(50,249,138); }
td.TdClassName
{
border-color: #32F98A;
}
.TagClassName
{
border-color: #32F98A;
}
</style>