Shades of Shamrock #3CF295
Tints of Shamrock #3CF295
RGB
CMYK
RGB Variations
Color information
#3CF295 (or 0x3CF295) is known color: Shamrock. HEX triplet: 3C, F2 and 95. RGB value is (60,242,149). Sum of RGB (Red+Green+Blue) = 60+242+149=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF295 is #C30D6A. Grayscale: #B1B1B1. Windows color (decimal): -12782955 or 9826876. OLE color: 9826876.
HSL color Cylindrical-coordinate representation of color #3CF295: hue angle of 149.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF295 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 149 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.05 |
| HSL | 149.34º | 0.88% | 0.59% | - |
| HSV(B) | 149.34º | 0.75% | 0.95% | - |
| XYZ | 39.04 | 66.63 | 39.24 | - |
| YUV | 176.98 | 112.2 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 149 | 0.75 | 0 | 0.38 | 0.05 | 149.34 | 0.88 | 0.59 |
| Hex | 3C | F2 | 95 | 4B | 0 | 26 | 5 | 95 | 58 | 3B |
| Octal | 74 | 362 | 225 | 113 | 0 | 46 | 5 | 225 | 130 | 73 |
| Binary | 111100 | 11110010 | 10010101 | 1001011 | 0 | 100110 | 101 | 10010101 | 1011000 | 111011 |
Color Harmonies of #3CF295
Complementary color
Monochromatic Colors of #3CF295
Black with #3CF295
Text Example
Text Example
White with #3CF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF295; }
p { color: rgb(60,242,149); }
H1.HeaderClassName
{
color: #3CF295;
}
.AnyTagClassName
{
color: #3CF295;
}
</style>
background-color css
<style>
a { background-color: #3CF295; }
a { background-color: rgb(60,242,149); }
div.DivClassName
{
background-color: #3CF295;
}
.BgClassName
{
background-color: #3CF295;
}
</style>
border-color css
<style>
span { border-color: #3CF295; }
span { border-color: rgb(60,242,149); }
td.TdClassName
{
border-color: #3CF295;
}
.TagClassName
{
border-color: #3CF295;
}
</style>