Shades of Shamrock #3CFC9D
Tints of Shamrock #3CFC9D
RGB
CMYK
RGB Variations
Color information
#3CFC9D (or 0x3CFC9D) is known color: Shamrock. HEX triplet: 3C, FC and 9D. RGB value is (60,252,157). Sum of RGB (Red+Green+Blue) = 60+252+157=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC9D is #C30362. Grayscale: #B7B7B7. Windows color (decimal): -12780387 or 10353724. OLE color: 10353724.
HSL color Cylindrical-coordinate representation of color #3CFC9D: hue angle of 150.31º 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 #3CFC9D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 157 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.01 |
| HSL | 150.31º | 0.97% | 0.61% | - |
| HSV(B) | 150.31º | 0.76% | 0.99% | - |
| XYZ | 42.76 | 73.02 | 43.74 | - |
| YUV | 183.76 | 112.89 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 157 | 0.76 | 0 | 0.38 | 0.01 | 150.31 | 0.97 | 0.61 |
| Hex | 3C | FC | 9D | 4C | 0 | 26 | 1 | 96 | 61 | 3D |
| Octal | 74 | 374 | 235 | 114 | 0 | 46 | 1 | 226 | 141 | 75 |
| Binary | 111100 | 11111100 | 10011101 | 1001100 | 0 | 100110 | 1 | 10010110 | 1100001 | 111101 |
Color Harmonies of #3CFC9D
Complementary color
Monochromatic Colors of #3CFC9D
Black with #3CFC9D
Text Example
Text Example
White with #3CFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC9D; }
p { color: rgb(60,252,157); }
H1.HeaderClassName
{
color: #3CFC9D;
}
.AnyTagClassName
{
color: #3CFC9D;
}
</style>
background-color css
<style>
a { background-color: #3CFC9D; }
a { background-color: rgb(60,252,157); }
div.DivClassName
{
background-color: #3CFC9D;
}
.BgClassName
{
background-color: #3CFC9D;
}
</style>
border-color css
<style>
span { border-color: #3CFC9D; }
span { border-color: rgb(60,252,157); }
td.TdClassName
{
border-color: #3CFC9D;
}
.TagClassName
{
border-color: #3CFC9D;
}
</style>