Shades of Shamrock #3FD78E
Tints of Shamrock #3FD78E
RGB
CMYK
RGB Variations
Color information
#3FD78E (or 0x3FD78E) is known color: Shamrock. HEX triplet: 3F, D7 and 8E. RGB value is (63,215,142). Sum of RGB (Red+Green+Blue) = 63+215+142=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD78E is #C02871. Grayscale: #A1A1A1. Windows color (decimal): -12593266 or 9361215. OLE color: 9361215.
HSL color Cylindrical-coordinate representation of color #3FD78E: hue angle of 151.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD78E is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 142 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.16 |
| HSL | 151.18º | 0.66% | 0.55% | - |
| HSV(B) | 151.18º | 0.71% | 0.84% | - |
| XYZ | 31.23 | 51.61 | 33.91 | - |
| YUV | 161.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 142 | 0.71 | 0 | 0.34 | 0.16 | 151.18 | 0.66 | 0.55 |
| Hex | 3F | D7 | 8E | 47 | 0 | 22 | 10 | 97 | 42 | 37 |
| Octal | 77 | 327 | 216 | 107 | 0 | 42 | 20 | 227 | 102 | 67 |
| Binary | 111111 | 11010111 | 10001110 | 1000111 | 0 | 100010 | 10000 | 10010111 | 1000010 | 110111 |
Color Harmonies of #3FD78E
Complementary color
Monochromatic Colors of #3FD78E
Black with #3FD78E
Text Example
Text Example
White with #3FD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD78E; }
p { color: rgb(63,215,142); }
H1.HeaderClassName
{
color: #3FD78E;
}
.AnyTagClassName
{
color: #3FD78E;
}
</style>
background-color css
<style>
a { background-color: #3FD78E; }
a { background-color: rgb(63,215,142); }
div.DivClassName
{
background-color: #3FD78E;
}
.BgClassName
{
background-color: #3FD78E;
}
</style>
border-color css
<style>
span { border-color: #3FD78E; }
span { border-color: rgb(63,215,142); }
td.TdClassName
{
border-color: #3FD78E;
}
.TagClassName
{
border-color: #3FD78E;
}
</style>