Shades of Shamrock #3FD78D
Tints of Shamrock #3FD78D
RGB
CMYK
RGB Variations
Color information
#3FD78D (or 0x3FD78D) is known color: Shamrock. HEX triplet: 3F, D7 and 8D. RGB value is (63,215,141). Sum of RGB (Red+Green+Blue) = 63+215+141=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD78D is #C02872. Grayscale: #A1A1A1. Windows color (decimal): -12593267 or 9295679. OLE color: 9295679.
HSL color Cylindrical-coordinate representation of color #3FD78D: hue angle of 150.79º 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 #3FD78D is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 141 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.16 |
| HSL | 150.79º | 0.66% | 0.55% | - |
| HSV(B) | 150.79º | 0.71% | 0.84% | - |
| XYZ | 31.16 | 51.58 | 33.51 | - |
| YUV | 161.12 | 116.64 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 141 | 0.71 | 0 | 0.34 | 0.16 | 150.79 | 0.66 | 0.55 |
| Hex | 3F | D7 | 8D | 47 | 0 | 22 | 10 | 97 | 42 | 37 |
| Octal | 77 | 327 | 215 | 107 | 0 | 42 | 20 | 227 | 102 | 67 |
| Binary | 111111 | 11010111 | 10001101 | 1000111 | 0 | 100010 | 10000 | 10010111 | 1000010 | 110111 |
Color Harmonies of #3FD78D
Complementary color
Monochromatic Colors of #3FD78D
Black with #3FD78D
Text Example
Text Example
White with #3FD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD78D; }
p { color: rgb(63,215,141); }
H1.HeaderClassName
{
color: #3FD78D;
}
.AnyTagClassName
{
color: #3FD78D;
}
</style>
background-color css
<style>
a { background-color: #3FD78D; }
a { background-color: rgb(63,215,141); }
div.DivClassName
{
background-color: #3FD78D;
}
.BgClassName
{
background-color: #3FD78D;
}
</style>
border-color css
<style>
span { border-color: #3FD78D; }
span { border-color: rgb(63,215,141); }
td.TdClassName
{
border-color: #3FD78D;
}
.TagClassName
{
border-color: #3FD78D;
}
</style>