Shades of Shamrock #3FC296
Tints of Shamrock #3FC296
RGB
CMYK
RGB Variations
Color information
#3FC296 (or 0x3FC296) is known color: Shamrock. HEX triplet: 3F, C2 and 96. RGB value is (63,194,150). Sum of RGB (Red+Green+Blue) = 63+194+150=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC296 is #C03D69. Grayscale: #959595. Windows color (decimal): -12598634 or 9880127. OLE color: 9880127.
HSL color Cylindrical-coordinate representation of color #3FC296: hue angle of 159.85º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC296 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 150 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.24 |
| HSL | 159.85º | 0.52% | 0.5% | - |
| HSV(B) | 159.85º | 0.68% | 0.76% | - |
| XYZ | 26.85 | 41.84 | 35.52 | - |
| YUV | 149.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 150 | 0.68 | 0 | 0.23 | 0.24 | 159.85 | 0.52 | 0.5 |
| Hex | 3F | C2 | 96 | 44 | 0 | 17 | 18 | A0 | 34 | 32 |
| Octal | 77 | 302 | 226 | 104 | 0 | 27 | 30 | 240 | 64 | 62 |
| Binary | 111111 | 11000010 | 10010110 | 1000100 | 0 | 10111 | 11000 | 10100000 | 110100 | 110010 |
Color Harmonies of #3FC296
Complementary color
Monochromatic Colors of #3FC296
Black with #3FC296
Text Example
Text Example
White with #3FC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC296; }
p { color: rgb(63,194,150); }
H1.HeaderClassName
{
color: #3FC296;
}
.AnyTagClassName
{
color: #3FC296;
}
</style>
background-color css
<style>
a { background-color: #3FC296; }
a { background-color: rgb(63,194,150); }
div.DivClassName
{
background-color: #3FC296;
}
.BgClassName
{
background-color: #3FC296;
}
</style>
border-color css
<style>
span { border-color: #3FC296; }
span { border-color: rgb(63,194,150); }
td.TdClassName
{
border-color: #3FC296;
}
.TagClassName
{
border-color: #3FC296;
}
</style>