Shades of Shamrock #3FEC95
Tints of Shamrock #3FEC95
RGB
CMYK
RGB Variations
Color information
#3FEC95 (or 0x3FEC95) is known color: Shamrock. HEX triplet: 3F, EC and 95. RGB value is (63,236,149). Sum of RGB (Red+Green+Blue) = 63+236+149=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEC95 is #C0136A. Grayscale: #AEAEAE. Windows color (decimal): -12587883 or 9825343. OLE color: 9825343.
HSL color Cylindrical-coordinate representation of color #3FEC95: hue angle of 149.83º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC95 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 149 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.07 |
| HSL | 149.83º | 0.82% | 0.59% | - |
| HSV(B) | 149.83º | 0.73% | 0.93% | - |
| XYZ | 37.47 | 63.22 | 38.66 | - |
| YUV | 174.36 | 113.69 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 149 | 0.73 | 0 | 0.37 | 0.07 | 149.83 | 0.82 | 0.59 |
| Hex | 3F | EC | 95 | 49 | 0 | 25 | 7 | 96 | 52 | 3B |
| Octal | 77 | 354 | 225 | 111 | 0 | 45 | 7 | 226 | 122 | 73 |
| Binary | 111111 | 11101100 | 10010101 | 1001001 | 0 | 100101 | 111 | 10010110 | 1010010 | 111011 |
Color Harmonies of #3FEC95
Complementary color
Monochromatic Colors of #3FEC95
Black with #3FEC95
Text Example
Text Example
White with #3FEC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC95; }
p { color: rgb(63,236,149); }
H1.HeaderClassName
{
color: #3FEC95;
}
.AnyTagClassName
{
color: #3FEC95;
}
</style>
background-color css
<style>
a { background-color: #3FEC95; }
a { background-color: rgb(63,236,149); }
div.DivClassName
{
background-color: #3FEC95;
}
.BgClassName
{
background-color: #3FEC95;
}
</style>
border-color css
<style>
span { border-color: #3FEC95; }
span { border-color: rgb(63,236,149); }
td.TdClassName
{
border-color: #3FEC95;
}
.TagClassName
{
border-color: #3FEC95;
}
</style>