Shades of Shamrock #3CFC93
Tints of Shamrock #3CFC93
RGB
CMYK
RGB Variations
Color information
#3CFC93 (or 0x3CFC93) is known color: Shamrock. HEX triplet: 3C, FC and 93. RGB value is (60,252,147). Sum of RGB (Red+Green+Blue) = 60+252+147=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC93 is #C3036C. Grayscale: #B6B6B6. Windows color (decimal): -12780397 or 9698364. OLE color: 9698364.
HSL color Cylindrical-coordinate representation of color #3CFC93: hue angle of 147.19º 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 #3CFC93 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 147 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.01 |
| HSL | 147.19º | 0.97% | 0.61% | - |
| HSV(B) | 147.19º | 0.76% | 0.99% | - |
| XYZ | 41.94 | 72.69 | 39.42 | - |
| YUV | 182.62 | 107.89 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 147 | 0.76 | 0 | 0.42 | 0.01 | 147.19 | 0.97 | 0.61 |
| Hex | 3C | FC | 93 | 4C | 0 | 2A | 1 | 93 | 61 | 3D |
| Octal | 74 | 374 | 223 | 114 | 0 | 52 | 1 | 223 | 141 | 75 |
| Binary | 111100 | 11111100 | 10010011 | 1001100 | 0 | 101010 | 1 | 10010011 | 1100001 | 111101 |
Color Harmonies of #3CFC93
Complementary color
Monochromatic Colors of #3CFC93
Black with #3CFC93
Text Example
Text Example
White with #3CFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC93; }
p { color: rgb(60,252,147); }
H1.HeaderClassName
{
color: #3CFC93;
}
.AnyTagClassName
{
color: #3CFC93;
}
</style>
background-color css
<style>
a { background-color: #3CFC93; }
a { background-color: rgb(60,252,147); }
div.DivClassName
{
background-color: #3CFC93;
}
.BgClassName
{
background-color: #3CFC93;
}
</style>
border-color css
<style>
span { border-color: #3CFC93; }
span { border-color: rgb(60,252,147); }
td.TdClassName
{
border-color: #3CFC93;
}
.TagClassName
{
border-color: #3CFC93;
}
</style>