Shades of Shamrock #3CF186
Tints of Shamrock #3CF186
RGB
CMYK
RGB Variations
Color information
#3CF186 (or 0x3CF186) is known color: Shamrock. HEX triplet: 3C, F1 and 86. RGB value is (60,241,134). Sum of RGB (Red+Green+Blue) = 60+241+134=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF186 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF186 is #C30E79. Grayscale: #AEAEAE. Windows color (decimal): -12783226 or 8843580. OLE color: 8843580.
HSL color Cylindrical-coordinate representation of color #3CF186: hue angle of 144.53º degrees, saturation: 0.87, 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 #3CF186 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 134 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.05 |
| HSL | 144.53º | 0.87% | 0.59% | - |
| HSV(B) | 144.53º | 0.75% | 0.95% | - |
| XYZ | 37.62 | 65.59 | 33.23 | - |
| YUV | 174.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 134 | 0.75 | 0 | 0.44 | 0.05 | 144.53 | 0.87 | 0.59 |
| Hex | 3C | F1 | 86 | 4B | 0 | 2C | 5 | 91 | 57 | 3B |
| Octal | 74 | 361 | 206 | 113 | 0 | 54 | 5 | 221 | 127 | 73 |
| Binary | 111100 | 11110001 | 10000110 | 1001011 | 0 | 101100 | 101 | 10010001 | 1010111 | 111011 |
Color Harmonies of #3CF186
Complementary color
Monochromatic Colors of #3CF186
Black with #3CF186
Text Example
Text Example
White with #3CF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF186; }
p { color: rgb(60,241,134); }
H1.HeaderClassName
{
color: #3CF186;
}
.AnyTagClassName
{
color: #3CF186;
}
</style>
background-color css
<style>
a { background-color: #3CF186; }
a { background-color: rgb(60,241,134); }
div.DivClassName
{
background-color: #3CF186;
}
.BgClassName
{
background-color: #3CF186;
}
</style>
border-color css
<style>
span { border-color: #3CF186; }
span { border-color: rgb(60,241,134); }
td.TdClassName
{
border-color: #3CF186;
}
.TagClassName
{
border-color: #3CF186;
}
</style>