Shades of Shamrock #3FD49B
Tints of Shamrock #3FD49B
RGB
CMYK
RGB Variations
Color information
#3FD49B (or 0x3FD49B) is known color: Shamrock. HEX triplet: 3F, D4 and 9B. RGB value is (63,212,155). Sum of RGB (Red+Green+Blue) = 63+212+155=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD49B is #C02B64. Grayscale: #A1A1A1. Windows color (decimal): -12594021 or 10212415. OLE color: 10212415.
HSL color Cylindrical-coordinate representation of color #3FD49B: hue angle of 157.05º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD49B is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 155 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.17 |
| HSL | 157.05º | 0.63% | 0.54% | - |
| HSV(B) | 157.05º | 0.7% | 0.83% | - |
| XYZ | 31.51 | 50.51 | 39.1 | - |
| YUV | 160.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 155 | 0.70 | 0 | 0.27 | 0.17 | 157.05 | 0.63 | 0.54 |
| Hex | 3F | D4 | 9B | 46 | 0 | 1B | 11 | 9D | 3F | 36 |
| Octal | 77 | 324 | 233 | 106 | 0 | 33 | 21 | 235 | 77 | 66 |
| Binary | 111111 | 11010100 | 10011011 | 1000110 | 0 | 11011 | 10001 | 10011101 | 111111 | 110110 |
Color Harmonies of #3FD49B
Complementary color
Monochromatic Colors of #3FD49B
Black with #3FD49B
Text Example
Text Example
White with #3FD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD49B; }
p { color: rgb(63,212,155); }
H1.HeaderClassName
{
color: #3FD49B;
}
.AnyTagClassName
{
color: #3FD49B;
}
</style>
background-color css
<style>
a { background-color: #3FD49B; }
a { background-color: rgb(63,212,155); }
div.DivClassName
{
background-color: #3FD49B;
}
.BgClassName
{
background-color: #3FD49B;
}
</style>
border-color css
<style>
span { border-color: #3FD49B; }
span { border-color: rgb(63,212,155); }
td.TdClassName
{
border-color: #3FD49B;
}
.TagClassName
{
border-color: #3FD49B;
}
</style>