Shades of Shamrock #3FEC8D
Tints of Shamrock #3FEC8D
RGB
CMYK
RGB Variations
Color information
#3FEC8D (or 0x3FEC8D) is known color: Shamrock. HEX triplet: 3F, EC and 8D. RGB value is (63,236,141). Sum of RGB (Red+Green+Blue) = 63+236+141=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEC8D is #C01372. Grayscale: #ADADAD. Windows color (decimal): -12587891 or 9301055. OLE color: 9301055.
HSL color Cylindrical-coordinate representation of color #3FEC8D: hue angle of 147.05º 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 #3FEC8D is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 141 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.07 |
| HSL | 147.05º | 0.82% | 0.59% | - |
| HSV(B) | 147.05º | 0.73% | 0.93% | - |
| XYZ | 36.85 | 62.97 | 35.41 | - |
| YUV | 173.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 141 | 0.73 | 0 | 0.40 | 0.07 | 147.05 | 0.82 | 0.59 |
| Hex | 3F | EC | 8D | 49 | 0 | 28 | 7 | 93 | 52 | 3B |
| Octal | 77 | 354 | 215 | 111 | 0 | 50 | 7 | 223 | 122 | 73 |
| Binary | 111111 | 11101100 | 10001101 | 1001001 | 0 | 101000 | 111 | 10010011 | 1010010 | 111011 |
Color Harmonies of #3FEC8D
Complementary color
Monochromatic Colors of #3FEC8D
Black with #3FEC8D
Text Example
Text Example
White with #3FEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC8D; }
p { color: rgb(63,236,141); }
H1.HeaderClassName
{
color: #3FEC8D;
}
.AnyTagClassName
{
color: #3FEC8D;
}
</style>
background-color css
<style>
a { background-color: #3FEC8D; }
a { background-color: rgb(63,236,141); }
div.DivClassName
{
background-color: #3FEC8D;
}
.BgClassName
{
background-color: #3FEC8D;
}
</style>
border-color css
<style>
span { border-color: #3FEC8D; }
span { border-color: rgb(63,236,141); }
td.TdClassName
{
border-color: #3FEC8D;
}
.TagClassName
{
border-color: #3FEC8D;
}
</style>