Shades of Shamrock #32F290
Tints of Shamrock #32F290
RGB
CMYK
RGB Variations
Color information
#32F290 (or 0x32F290) is known color: Shamrock. HEX triplet: 32, F2 and 90. RGB value is (50,242,144). Sum of RGB (Red+Green+Blue) = 50+242+144=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #32F290 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F290 is #CD0D6F. Grayscale: #ADADAD. Windows color (decimal): -13438320 or 9499186. OLE color: 9499186.
HSL color Cylindrical-coordinate representation of color #32F290: hue angle of 149.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F290 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 144 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.05 |
| HSL | 149.38º | 0.88% | 0.57% | - |
| HSV(B) | 149.38º | 0.79% | 0.95% | - |
| XYZ | 38.1 | 66.2 | 37.15 | - |
| YUV | 173.42 | 111.39 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 144 | 0.79 | 0 | 0.40 | 0.05 | 149.38 | 0.88 | 0.57 |
| Hex | 32 | F2 | 90 | 4F | 0 | 28 | 5 | 95 | 58 | 39 |
| Octal | 62 | 362 | 220 | 117 | 0 | 50 | 5 | 225 | 130 | 71 |
| Binary | 110010 | 11110010 | 10010000 | 1001111 | 0 | 101000 | 101 | 10010101 | 1011000 | 111001 |
Color Harmonies of #32F290
Complementary color
Monochromatic Colors of #32F290
Black with #32F290
Text Example
Text Example
White with #32F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F290; }
p { color: rgb(50,242,144); }
H1.HeaderClassName
{
color: #32F290;
}
.AnyTagClassName
{
color: #32F290;
}
</style>
background-color css
<style>
a { background-color: #32F290; }
a { background-color: rgb(50,242,144); }
div.DivClassName
{
background-color: #32F290;
}
.BgClassName
{
background-color: #32F290;
}
</style>
border-color css
<style>
span { border-color: #32F290; }
span { border-color: rgb(50,242,144); }
td.TdClassName
{
border-color: #32F290;
}
.TagClassName
{
border-color: #32F290;
}
</style>