Shades of Shamrock #3FCA86
Tints of Shamrock #3FCA86
RGB
CMYK
RGB Variations
Color information
#3FCA86 (or 0x3FCA86) is known color: Shamrock. HEX triplet: 3F, CA and 86. RGB value is (63,202,134). Sum of RGB (Red+Green+Blue) = 63+202+134=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCA86 is #C03579. Grayscale: #989898. Windows color (decimal): -12596602 or 8833599. OLE color: 8833599.
HSL color Cylindrical-coordinate representation of color #3FCA86: hue angle of 150.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA86 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 134 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.21 |
| HSL | 150.65º | 0.57% | 0.52% | - |
| HSV(B) | 150.65º | 0.69% | 0.79% | - |
| XYZ | 27.47 | 45.02 | 29.8 | - |
| YUV | 152.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 134 | 0.69 | 0 | 0.34 | 0.21 | 150.65 | 0.57 | 0.52 |
| Hex | 3F | CA | 86 | 45 | 0 | 22 | 15 | 97 | 39 | 34 |
| Octal | 77 | 312 | 206 | 105 | 0 | 42 | 25 | 227 | 71 | 64 |
| Binary | 111111 | 11001010 | 10000110 | 1000101 | 0 | 100010 | 10101 | 10010111 | 111001 | 110100 |
Color Harmonies of #3FCA86
Complementary color
Monochromatic Colors of #3FCA86
Black with #3FCA86
Text Example
Text Example
White with #3FCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA86; }
p { color: rgb(63,202,134); }
H1.HeaderClassName
{
color: #3FCA86;
}
.AnyTagClassName
{
color: #3FCA86;
}
</style>
background-color css
<style>
a { background-color: #3FCA86; }
a { background-color: rgb(63,202,134); }
div.DivClassName
{
background-color: #3FCA86;
}
.BgClassName
{
background-color: #3FCA86;
}
</style>
border-color css
<style>
span { border-color: #3FCA86; }
span { border-color: rgb(63,202,134); }
td.TdClassName
{
border-color: #3FCA86;
}
.TagClassName
{
border-color: #3FCA86;
}
</style>