Shades of Shamrock #3CFA91
Tints of Shamrock #3CFA91
RGB
CMYK
RGB Variations
Color information
#3CFA91 (or 0x3CFA91) is known color: Shamrock. HEX triplet: 3C, FA and 91. RGB value is (60,250,145). Sum of RGB (Red+Green+Blue) = 60+250+145=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFA91 is #C3056E. Grayscale: #B5B5B5. Windows color (decimal): -12780911 or 9566780. OLE color: 9566780.
HSL color Cylindrical-coordinate representation of color #3CFA91: hue angle of 146.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA91 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 145 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.02 |
| HSL | 146.84º | 0.95% | 0.61% | - |
| HSV(B) | 146.84º | 0.76% | 0.98% | - |
| XYZ | 41.16 | 71.38 | 38.4 | - |
| YUV | 181.22 | 107.55 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 145 | 0.76 | 0 | 0.42 | 0.02 | 146.84 | 0.95 | 0.61 |
| Hex | 3C | FA | 91 | 4C | 0 | 2A | 2 | 93 | 5F | 3D |
| Octal | 74 | 372 | 221 | 114 | 0 | 52 | 2 | 223 | 137 | 75 |
| Binary | 111100 | 11111010 | 10010001 | 1001100 | 0 | 101010 | 10 | 10010011 | 1011111 | 111101 |
Color Harmonies of #3CFA91
Complementary color
Monochromatic Colors of #3CFA91
Black with #3CFA91
Text Example
Text Example
White with #3CFA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA91; }
p { color: rgb(60,250,145); }
H1.HeaderClassName
{
color: #3CFA91;
}
.AnyTagClassName
{
color: #3CFA91;
}
</style>
background-color css
<style>
a { background-color: #3CFA91; }
a { background-color: rgb(60,250,145); }
div.DivClassName
{
background-color: #3CFA91;
}
.BgClassName
{
background-color: #3CFA91;
}
</style>
border-color css
<style>
span { border-color: #3CFA91; }
span { border-color: rgb(60,250,145); }
td.TdClassName
{
border-color: #3CFA91;
}
.TagClassName
{
border-color: #3CFA91;
}
</style>