Shades of Shamrock #3FDA8B
Tints of Shamrock #3FDA8B
RGB
CMYK
RGB Variations
Color information
#3FDA8B (or 0x3FDA8B) is known color: Shamrock. HEX triplet: 3F, DA and 8B. RGB value is (63,218,139). Sum of RGB (Red+Green+Blue) = 63+218+139=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDA8B is #C02574. Grayscale: #A2A2A2. Windows color (decimal): -12592501 or 9165375. OLE color: 9165375.
HSL color Cylindrical-coordinate representation of color #3FDA8B: hue angle of 149.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDA8B is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 139 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.15 |
| HSL | 149.42º | 0.68% | 0.55% | - |
| HSV(B) | 149.42º | 0.71% | 0.85% | - |
| XYZ | 31.78 | 53.06 | 32.99 | - |
| YUV | 162.65 | 114.65 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 139 | 0.71 | 0 | 0.36 | 0.15 | 149.42 | 0.68 | 0.55 |
| Hex | 3F | DA | 8B | 47 | 0 | 24 | F | 95 | 44 | 37 |
| Octal | 77 | 332 | 213 | 107 | 0 | 44 | 17 | 225 | 104 | 67 |
| Binary | 111111 | 11011010 | 10001011 | 1000111 | 0 | 100100 | 1111 | 10010101 | 1000100 | 110111 |
Color Harmonies of #3FDA8B
Complementary color
Monochromatic Colors of #3FDA8B
Black with #3FDA8B
Text Example
Text Example
White with #3FDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA8B; }
p { color: rgb(63,218,139); }
H1.HeaderClassName
{
color: #3FDA8B;
}
.AnyTagClassName
{
color: #3FDA8B;
}
</style>
background-color css
<style>
a { background-color: #3FDA8B; }
a { background-color: rgb(63,218,139); }
div.DivClassName
{
background-color: #3FDA8B;
}
.BgClassName
{
background-color: #3FDA8B;
}
</style>
border-color css
<style>
span { border-color: #3FDA8B; }
span { border-color: rgb(63,218,139); }
td.TdClassName
{
border-color: #3FDA8B;
}
.TagClassName
{
border-color: #3FDA8B;
}
</style>