Shades of Shamrock #3FC386
Tints of Shamrock #3FC386
RGB
CMYK
RGB Variations
Color information
#3FC386 (or 0x3FC386) is known color: Shamrock. HEX triplet: 3F, C3 and 86. RGB value is (63,195,134). Sum of RGB (Red+Green+Blue) = 63+195+134=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC386 is #C03C79. Grayscale: #949494. Windows color (decimal): -12598394 or 8831807. OLE color: 8831807.
HSL color Cylindrical-coordinate representation of color #3FC386: hue angle of 152.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC386 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 134 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.24 |
| HSL | 152.27º | 0.52% | 0.51% | - |
| HSV(B) | 152.27º | 0.68% | 0.76% | - |
| XYZ | 25.87 | 41.81 | 29.26 | - |
| YUV | 148.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 134 | 0.68 | 0 | 0.31 | 0.24 | 152.27 | 0.52 | 0.51 |
| Hex | 3F | C3 | 86 | 44 | 0 | 1F | 18 | 98 | 34 | 33 |
| Octal | 77 | 303 | 206 | 104 | 0 | 37 | 30 | 230 | 64 | 63 |
| Binary | 111111 | 11000011 | 10000110 | 1000100 | 0 | 11111 | 11000 | 10011000 | 110100 | 110011 |
Color Harmonies of #3FC386
Complementary color
Monochromatic Colors of #3FC386
Black with #3FC386
Text Example
Text Example
White with #3FC386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC386; }
p { color: rgb(63,195,134); }
H1.HeaderClassName
{
color: #3FC386;
}
.AnyTagClassName
{
color: #3FC386;
}
</style>
background-color css
<style>
a { background-color: #3FC386; }
a { background-color: rgb(63,195,134); }
div.DivClassName
{
background-color: #3FC386;
}
.BgClassName
{
background-color: #3FC386;
}
</style>
border-color css
<style>
span { border-color: #3FC386; }
span { border-color: rgb(63,195,134); }
td.TdClassName
{
border-color: #3FC386;
}
.TagClassName
{
border-color: #3FC386;
}
</style>