Shades of Shamrock #3CF386
Tints of Shamrock #3CF386
RGB
CMYK
RGB Variations
Color information
#3CF386 (or 0x3CF386) is known color: Shamrock. HEX triplet: 3C, F3 and 86. RGB value is (60,243,134). Sum of RGB (Red+Green+Blue) = 60+243+134=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF386 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF386 is #C30C79. Grayscale: #B0B0B0. Windows color (decimal): -12782714 or 8844092. OLE color: 8844092.
HSL color Cylindrical-coordinate representation of color #3CF386: hue angle of 144.26º 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 #3CF386 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 134 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.05 |
| HSL | 144.26º | 0.88% | 0.59% | - |
| HSV(B) | 144.26º | 0.75% | 0.95% | - |
| XYZ | 38.22 | 66.78 | 33.43 | - |
| YUV | 175.86 | 104.37 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 134 | 0.75 | 0 | 0.45 | 0.05 | 144.26 | 0.88 | 0.59 |
| Hex | 3C | F3 | 86 | 4B | 0 | 2D | 5 | 90 | 58 | 3B |
| Octal | 74 | 363 | 206 | 113 | 0 | 55 | 5 | 220 | 130 | 73 |
| Binary | 111100 | 11110011 | 10000110 | 1001011 | 0 | 101101 | 101 | 10010000 | 1011000 | 111011 |
Color Harmonies of #3CF386
Complementary color
Monochromatic Colors of #3CF386
Black with #3CF386
Text Example
Text Example
White with #3CF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF386; }
p { color: rgb(60,243,134); }
H1.HeaderClassName
{
color: #3CF386;
}
.AnyTagClassName
{
color: #3CF386;
}
</style>
background-color css
<style>
a { background-color: #3CF386; }
a { background-color: rgb(60,243,134); }
div.DivClassName
{
background-color: #3CF386;
}
.BgClassName
{
background-color: #3CF386;
}
</style>
border-color css
<style>
span { border-color: #3CF386; }
span { border-color: rgb(60,243,134); }
td.TdClassName
{
border-color: #3CF386;
}
.TagClassName
{
border-color: #3CF386;
}
</style>