Shades of Shamrock #3FF890
Tints of Shamrock #3FF890
RGB
CMYK
RGB Variations
Color information
#3FF890 (or 0x3FF890) is known color: Shamrock. HEX triplet: 3F, F8 and 90. RGB value is (63,248,144). Sum of RGB (Red+Green+Blue) = 63+248+144=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF890 is #C0076F. Grayscale: #B5B5B5. Windows color (decimal): -12584816 or 9500735. OLE color: 9500735.
HSL color Cylindrical-coordinate representation of color #3FF890: hue angle of 146.27º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF890 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 144 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.03 |
| HSL | 146.27º | 0.93% | 0.61% | - |
| HSV(B) | 146.27º | 0.75% | 0.97% | - |
| XYZ | 40.65 | 70.21 | 37.79 | - |
| YUV | 180.83 | 107.21 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 144 | 0.75 | 0 | 0.42 | 0.03 | 146.27 | 0.93 | 0.61 |
| Hex | 3F | F8 | 90 | 4B | 0 | 2A | 3 | 92 | 5D | 3D |
| Octal | 77 | 370 | 220 | 113 | 0 | 52 | 3 | 222 | 135 | 75 |
| Binary | 111111 | 11111000 | 10010000 | 1001011 | 0 | 101010 | 11 | 10010010 | 1011101 | 111101 |
Color Harmonies of #3FF890
Complementary color
Monochromatic Colors of #3FF890
Black with #3FF890
Text Example
Text Example
White with #3FF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF890; }
p { color: rgb(63,248,144); }
H1.HeaderClassName
{
color: #3FF890;
}
.AnyTagClassName
{
color: #3FF890;
}
</style>
background-color css
<style>
a { background-color: #3FF890; }
a { background-color: rgb(63,248,144); }
div.DivClassName
{
background-color: #3FF890;
}
.BgClassName
{
background-color: #3FF890;
}
</style>
border-color css
<style>
span { border-color: #3FF890; }
span { border-color: rgb(63,248,144); }
td.TdClassName
{
border-color: #3FF890;
}
.TagClassName
{
border-color: #3FF890;
}
</style>