Shades of Shamrock #3FD493
Tints of Shamrock #3FD493
RGB
CMYK
RGB Variations
Color information
#3FD493 (or 0x3FD493) is known color: Shamrock. HEX triplet: 3F, D4 and 93. RGB value is (63,212,147). Sum of RGB (Red+Green+Blue) = 63+212+147=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD493 is #C02B6C. Grayscale: #A0A0A0. Windows color (decimal): -12594029 or 9688127. OLE color: 9688127.
HSL color Cylindrical-coordinate representation of color #3FD493: hue angle of 153.83º 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 #3FD493 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 147 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.17 |
| HSL | 153.83º | 0.63% | 0.54% | - |
| HSV(B) | 153.83º | 0.7% | 0.83% | - |
| XYZ | 30.86 | 50.25 | 35.68 | - |
| YUV | 160.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 147 | 0.70 | 0 | 0.31 | 0.17 | 153.83 | 0.63 | 0.54 |
| Hex | 3F | D4 | 93 | 46 | 0 | 1F | 11 | 9A | 3F | 36 |
| Octal | 77 | 324 | 223 | 106 | 0 | 37 | 21 | 232 | 77 | 66 |
| Binary | 111111 | 11010100 | 10010011 | 1000110 | 0 | 11111 | 10001 | 10011010 | 111111 | 110110 |
Color Harmonies of #3FD493
Complementary color
Monochromatic Colors of #3FD493
Black with #3FD493
Text Example
Text Example
White with #3FD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD493; }
p { color: rgb(63,212,147); }
H1.HeaderClassName
{
color: #3FD493;
}
.AnyTagClassName
{
color: #3FD493;
}
</style>
background-color css
<style>
a { background-color: #3FD493; }
a { background-color: rgb(63,212,147); }
div.DivClassName
{
background-color: #3FD493;
}
.BgClassName
{
background-color: #3FD493;
}
</style>
border-color css
<style>
span { border-color: #3FD493; }
span { border-color: rgb(63,212,147); }
td.TdClassName
{
border-color: #3FD493;
}
.TagClassName
{
border-color: #3FD493;
}
</style>