Shades of Shamrock #3FDA8C
Tints of Shamrock #3FDA8C
RGB
CMYK
RGB Variations
Color information
#3FDA8C (or 0x3FDA8C) is known color: Shamrock. HEX triplet: 3F, DA and 8C. RGB value is (63,218,140). Sum of RGB (Red+Green+Blue) = 63+218+140=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDA8C is #C02573. Grayscale: #A2A2A2. Windows color (decimal): -12592500 or 9230911. OLE color: 9230911.
HSL color Cylindrical-coordinate representation of color #3FDA8C: hue angle of 149.81º 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 #3FDA8C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 140 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.15 |
| HSL | 149.81º | 0.68% | 0.55% | - |
| HSV(B) | 149.81º | 0.71% | 0.85% | - |
| XYZ | 31.85 | 53.09 | 33.38 | - |
| YUV | 162.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 140 | 0.71 | 0 | 0.36 | 0.15 | 149.81 | 0.68 | 0.55 |
| Hex | 3F | DA | 8C | 47 | 0 | 24 | F | 96 | 44 | 37 |
| Octal | 77 | 332 | 214 | 107 | 0 | 44 | 17 | 226 | 104 | 67 |
| Binary | 111111 | 11011010 | 10001100 | 1000111 | 0 | 100100 | 1111 | 10010110 | 1000100 | 110111 |
Color Harmonies of #3FDA8C
Complementary color
Monochromatic Colors of #3FDA8C
Black with #3FDA8C
Text Example
Text Example
White with #3FDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA8C; }
p { color: rgb(63,218,140); }
H1.HeaderClassName
{
color: #3FDA8C;
}
.AnyTagClassName
{
color: #3FDA8C;
}
</style>
background-color css
<style>
a { background-color: #3FDA8C; }
a { background-color: rgb(63,218,140); }
div.DivClassName
{
background-color: #3FDA8C;
}
.BgClassName
{
background-color: #3FDA8C;
}
</style>
border-color css
<style>
span { border-color: #3FDA8C; }
span { border-color: rgb(63,218,140); }
td.TdClassName
{
border-color: #3FDA8C;
}
.TagClassName
{
border-color: #3FDA8C;
}
</style>