Shades of Shamrock #3FD78B
Tints of Shamrock #3FD78B
RGB
CMYK
RGB Variations
Color information
#3FD78B (or 0x3FD78B) is known color: Shamrock. HEX triplet: 3F, D7 and 8B. RGB value is (63,215,139). Sum of RGB (Red+Green+Blue) = 63+215+139=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD78B is #C02874. Grayscale: #A1A1A1. Windows color (decimal): -12593269 or 9164607. OLE color: 9164607.
HSL color Cylindrical-coordinate representation of color #3FD78B: hue angle of 150º 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 #3FD78B is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 139 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.16 |
| HSL | 150º | 0.66% | 0.55% | - |
| HSV(B) | 150º | 0.71% | 0.84% | - |
| XYZ | 31.01 | 51.52 | 32.74 | - |
| YUV | 160.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 139 | 0.71 | 0 | 0.35 | 0.16 | 150 | 0.66 | 0.55 |
| Hex | 3F | D7 | 8B | 47 | 0 | 23 | 10 | 96 | 42 | 37 |
| Octal | 77 | 327 | 213 | 107 | 0 | 43 | 20 | 226 | 102 | 67 |
| Binary | 111111 | 11010111 | 10001011 | 1000111 | 0 | 100011 | 10000 | 10010110 | 1000010 | 110111 |
Color Harmonies of #3FD78B
Complementary color
Monochromatic Colors of #3FD78B
Black with #3FD78B
Text Example
Text Example
White with #3FD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD78B; }
p { color: rgb(63,215,139); }
H1.HeaderClassName
{
color: #3FD78B;
}
.AnyTagClassName
{
color: #3FD78B;
}
</style>
background-color css
<style>
a { background-color: #3FD78B; }
a { background-color: rgb(63,215,139); }
div.DivClassName
{
background-color: #3FD78B;
}
.BgClassName
{
background-color: #3FD78B;
}
</style>
border-color css
<style>
span { border-color: #3FD78B; }
span { border-color: rgb(63,215,139); }
td.TdClassName
{
border-color: #3FD78B;
}
.TagClassName
{
border-color: #3FD78B;
}
</style>