Shades of Shamrock #3FD494
Tints of Shamrock #3FD494
RGB
CMYK
RGB Variations
Color information
#3FD494 (or 0x3FD494) is known color: Shamrock. HEX triplet: 3F, D4 and 94. RGB value is (63,212,148). Sum of RGB (Red+Green+Blue) = 63+212+148=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD494 is #C02B6B. Grayscale: #A0A0A0. Windows color (decimal): -12594028 or 9753663. OLE color: 9753663.
HSL color Cylindrical-coordinate representation of color #3FD494: hue angle of 154.23º 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 #3FD494 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 148 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.17 |
| HSL | 154.23º | 0.63% | 0.54% | - |
| HSV(B) | 154.23º | 0.7% | 0.83% | - |
| XYZ | 30.94 | 50.28 | 36.09 | - |
| YUV | 160.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 148 | 0.70 | 0 | 0.30 | 0.17 | 154.23 | 0.63 | 0.54 |
| Hex | 3F | D4 | 94 | 46 | 0 | 1E | 11 | 9A | 3F | 36 |
| Octal | 77 | 324 | 224 | 106 | 0 | 36 | 21 | 232 | 77 | 66 |
| Binary | 111111 | 11010100 | 10010100 | 1000110 | 0 | 11110 | 10001 | 10011010 | 111111 | 110110 |
Color Harmonies of #3FD494
Complementary color
Monochromatic Colors of #3FD494
Black with #3FD494
Text Example
Text Example
White with #3FD494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD494; }
p { color: rgb(63,212,148); }
H1.HeaderClassName
{
color: #3FD494;
}
.AnyTagClassName
{
color: #3FD494;
}
</style>
background-color css
<style>
a { background-color: #3FD494; }
a { background-color: rgb(63,212,148); }
div.DivClassName
{
background-color: #3FD494;
}
.BgClassName
{
background-color: #3FD494;
}
</style>
border-color css
<style>
span { border-color: #3FD494; }
span { border-color: rgb(63,212,148); }
td.TdClassName
{
border-color: #3FD494;
}
.TagClassName
{
border-color: #3FD494;
}
</style>