Shades of Shamrock #3ECD86
Tints of Shamrock #3ECD86
RGB
CMYK
RGB Variations
Color information
#3ECD86 (or 0x3ECD86) is known color: Shamrock. HEX triplet: 3E, CD and 86. RGB value is (62,205,134). Sum of RGB (Red+Green+Blue) = 62+205+134=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECD86 is #C13279. Grayscale: #9A9A9A. Windows color (decimal): -12661370 or 8834366. OLE color: 8834366.
HSL color Cylindrical-coordinate representation of color #3ECD86: hue angle of 150.21º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECD86 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 134 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.20 |
| HSL | 150.21º | 0.59% | 0.52% | - |
| HSV(B) | 150.21º | 0.7% | 0.8% | - |
| XYZ | 28.12 | 46.41 | 30.03 | - |
| YUV | 154.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 134 | 0.70 | 0 | 0.35 | 0.20 | 150.21 | 0.59 | 0.52 |
| Hex | 3E | CD | 86 | 46 | 0 | 23 | 14 | 96 | 3B | 34 |
| Octal | 76 | 315 | 206 | 106 | 0 | 43 | 24 | 226 | 73 | 64 |
| Binary | 111110 | 11001101 | 10000110 | 1000110 | 0 | 100011 | 10100 | 10010110 | 111011 | 110100 |
Color Harmonies of #3ECD86
Complementary color
Monochromatic Colors of #3ECD86
Black with #3ECD86
Text Example
Text Example
White with #3ECD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD86; }
p { color: rgb(62,205,134); }
H1.HeaderClassName
{
color: #3ECD86;
}
.AnyTagClassName
{
color: #3ECD86;
}
</style>
background-color css
<style>
a { background-color: #3ECD86; }
a { background-color: rgb(62,205,134); }
div.DivClassName
{
background-color: #3ECD86;
}
.BgClassName
{
background-color: #3ECD86;
}
</style>
border-color css
<style>
span { border-color: #3ECD86; }
span { border-color: rgb(62,205,134); }
td.TdClassName
{
border-color: #3ECD86;
}
.TagClassName
{
border-color: #3ECD86;
}
</style>