Shades of Shamrock #3CFC95
Tints of Shamrock #3CFC95
RGB
CMYK
RGB Variations
Color information
#3CFC95 (or 0x3CFC95) is known color: Shamrock. HEX triplet: 3C, FC and 95. RGB value is (60,252,149). Sum of RGB (Red+Green+Blue) = 60+252+149=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC95 is #C3036A. Grayscale: #B7B7B7. Windows color (decimal): -12780395 or 9829436. OLE color: 9829436.
HSL color Cylindrical-coordinate representation of color #3CFC95: hue angle of 147.81º 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 #3CFC95 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 149 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.01 |
| HSL | 147.81º | 0.97% | 0.61% | - |
| HSV(B) | 147.81º | 0.76% | 0.99% | - |
| XYZ | 42.1 | 72.75 | 40.26 | - |
| YUV | 182.85 | 108.89 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 149 | 0.76 | 0 | 0.41 | 0.01 | 147.81 | 0.97 | 0.61 |
| Hex | 3C | FC | 95 | 4C | 0 | 29 | 1 | 94 | 61 | 3D |
| Octal | 74 | 374 | 225 | 114 | 0 | 51 | 1 | 224 | 141 | 75 |
| Binary | 111100 | 11111100 | 10010101 | 1001100 | 0 | 101001 | 1 | 10010100 | 1100001 | 111101 |
Color Harmonies of #3CFC95
Complementary color
Monochromatic Colors of #3CFC95
Black with #3CFC95
Text Example
Text Example
White with #3CFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC95; }
p { color: rgb(60,252,149); }
H1.HeaderClassName
{
color: #3CFC95;
}
.AnyTagClassName
{
color: #3CFC95;
}
</style>
background-color css
<style>
a { background-color: #3CFC95; }
a { background-color: rgb(60,252,149); }
div.DivClassName
{
background-color: #3CFC95;
}
.BgClassName
{
background-color: #3CFC95;
}
</style>
border-color css
<style>
span { border-color: #3CFC95; }
span { border-color: rgb(60,252,149); }
td.TdClassName
{
border-color: #3CFC95;
}
.TagClassName
{
border-color: #3CFC95;
}
</style>