Shades of Shamrock #3FC59B
Tints of Shamrock #3FC59B
RGB
CMYK
RGB Variations
Color information
#3FC59B (or 0x3FC59B) is known color: Shamrock. HEX triplet: 3F, C5 and 9B. RGB value is (63,197,155). Sum of RGB (Red+Green+Blue) = 63+197+155=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC59B is #C03A64. Grayscale: #989898. Windows color (decimal): -12597861 or 10208575. OLE color: 10208575.
HSL color Cylindrical-coordinate representation of color #3FC59B: hue angle of 161.19º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC59B is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 155 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.23 |
| HSL | 161.19º | 0.54% | 0.51% | - |
| HSV(B) | 161.19º | 0.68% | 0.77% | - |
| XYZ | 27.93 | 43.36 | 37.91 | - |
| YUV | 152.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 155 | 0.68 | 0 | 0.21 | 0.23 | 161.19 | 0.54 | 0.51 |
| Hex | 3F | C5 | 9B | 44 | 0 | 15 | 17 | A1 | 36 | 33 |
| Octal | 77 | 305 | 233 | 104 | 0 | 25 | 27 | 241 | 66 | 63 |
| Binary | 111111 | 11000101 | 10011011 | 1000100 | 0 | 10101 | 10111 | 10100001 | 110110 | 110011 |
Color Harmonies of #3FC59B
Complementary color
Monochromatic Colors of #3FC59B
Black with #3FC59B
Text Example
Text Example
White with #3FC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC59B; }
p { color: rgb(63,197,155); }
H1.HeaderClassName
{
color: #3FC59B;
}
.AnyTagClassName
{
color: #3FC59B;
}
</style>
background-color css
<style>
a { background-color: #3FC59B; }
a { background-color: rgb(63,197,155); }
div.DivClassName
{
background-color: #3FC59B;
}
.BgClassName
{
background-color: #3FC59B;
}
</style>
border-color css
<style>
span { border-color: #3FC59B; }
span { border-color: rgb(63,197,155); }
td.TdClassName
{
border-color: #3FC59B;
}
.TagClassName
{
border-color: #3FC59B;
}
</style>