Shades of Shamrock #3CFC91
Tints of Shamrock #3CFC91
RGB
CMYK
RGB Variations
Color information
#3CFC91 (or 0x3CFC91) is known color: Shamrock. HEX triplet: 3C, FC and 91. RGB value is (60,252,145). Sum of RGB (Red+Green+Blue) = 60+252+145=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC91 is #C3036E. Grayscale: #B6B6B6. Windows color (decimal): -12780399 or 9567292. OLE color: 9567292.
HSL color Cylindrical-coordinate representation of color #3CFC91: hue angle of 146.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC91 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 145 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.01 |
| HSL | 146.56º | 0.97% | 0.61% | - |
| HSV(B) | 146.56º | 0.76% | 0.99% | - |
| XYZ | 41.78 | 72.63 | 38.6 | - |
| YUV | 182.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 145 | 0.76 | 0 | 0.42 | 0.01 | 146.56 | 0.97 | 0.61 |
| Hex | 3C | FC | 91 | 4C | 0 | 2A | 1 | 93 | 61 | 3D |
| Octal | 74 | 374 | 221 | 114 | 0 | 52 | 1 | 223 | 141 | 75 |
| Binary | 111100 | 11111100 | 10010001 | 1001100 | 0 | 101010 | 1 | 10010011 | 1100001 | 111101 |
Color Harmonies of #3CFC91
Complementary color
Monochromatic Colors of #3CFC91
Black with #3CFC91
Text Example
Text Example
White with #3CFC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC91; }
p { color: rgb(60,252,145); }
H1.HeaderClassName
{
color: #3CFC91;
}
.AnyTagClassName
{
color: #3CFC91;
}
</style>
background-color css
<style>
a { background-color: #3CFC91; }
a { background-color: rgb(60,252,145); }
div.DivClassName
{
background-color: #3CFC91;
}
.BgClassName
{
background-color: #3CFC91;
}
</style>
border-color css
<style>
span { border-color: #3CFC91; }
span { border-color: rgb(60,252,145); }
td.TdClassName
{
border-color: #3CFC91;
}
.TagClassName
{
border-color: #3CFC91;
}
</style>