Shades of Shamrock #3FC487
Tints of Shamrock #3FC487
RGB
CMYK
RGB Variations
Color information
#3FC487 (or 0x3FC487) is known color: Shamrock. HEX triplet: 3F, C4 and 87. RGB value is (63,196,135). Sum of RGB (Red+Green+Blue) = 63+196+135=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC487 is #C03B78. Grayscale: #959595. Windows color (decimal): -12598137 or 8897599. OLE color: 8897599.
HSL color Cylindrical-coordinate representation of color #3FC487: hue angle of 152.48º degrees, saturation: 0.53, 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 #3FC487 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 135 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.23 |
| HSL | 152.48º | 0.53% | 0.51% | - |
| HSV(B) | 152.48º | 0.68% | 0.77% | - |
| XYZ | 26.16 | 42.29 | 29.7 | - |
| YUV | 149.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 135 | 0.68 | 0 | 0.31 | 0.23 | 152.48 | 0.53 | 0.51 |
| Hex | 3F | C4 | 87 | 44 | 0 | 1F | 17 | 98 | 35 | 33 |
| Octal | 77 | 304 | 207 | 104 | 0 | 37 | 27 | 230 | 65 | 63 |
| Binary | 111111 | 11000100 | 10000111 | 1000100 | 0 | 11111 | 10111 | 10011000 | 110101 | 110011 |
Color Harmonies of #3FC487
Complementary color
Monochromatic Colors of #3FC487
Black with #3FC487
Text Example
Text Example
White with #3FC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC487; }
p { color: rgb(63,196,135); }
H1.HeaderClassName
{
color: #3FC487;
}
.AnyTagClassName
{
color: #3FC487;
}
</style>
background-color css
<style>
a { background-color: #3FC487; }
a { background-color: rgb(63,196,135); }
div.DivClassName
{
background-color: #3FC487;
}
.BgClassName
{
background-color: #3FC487;
}
</style>
border-color css
<style>
span { border-color: #3FC487; }
span { border-color: rgb(63,196,135); }
td.TdClassName
{
border-color: #3FC487;
}
.TagClassName
{
border-color: #3FC487;
}
</style>