Shades of Shamrock #3ECD8D
Tints of Shamrock #3ECD8D
RGB
CMYK
RGB Variations
Color information
#3ECD8D (or 0x3ECD8D) is known color: Shamrock. HEX triplet: 3E, CD and 8D. RGB value is (62,205,141). Sum of RGB (Red+Green+Blue) = 62+205+141=408 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.20% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECD8D is #C13272. Grayscale: #9B9B9B. Windows color (decimal): -12661363 or 9293118. OLE color: 9293118.
HSL color Cylindrical-coordinate representation of color #3ECD8D: hue angle of 153.15º 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 #3ECD8D is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 141 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.20 |
| HSL | 153.15º | 0.59% | 0.52% | - |
| HSV(B) | 153.15º | 0.7% | 0.8% | - |
| XYZ | 28.63 | 46.61 | 32.69 | - |
| YUV | 154.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 141 | 0.70 | 0 | 0.31 | 0.20 | 153.15 | 0.59 | 0.52 |
| Hex | 3E | CD | 8D | 46 | 0 | 1F | 14 | 99 | 3B | 34 |
| Octal | 76 | 315 | 215 | 106 | 0 | 37 | 24 | 231 | 73 | 64 |
| Binary | 111110 | 11001101 | 10001101 | 1000110 | 0 | 11111 | 10100 | 10011001 | 111011 | 110100 |
Color Harmonies of #3ECD8D
Complementary color
Monochromatic Colors of #3ECD8D
Black with #3ECD8D
Text Example
Text Example
White with #3ECD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECD8D; }
p { color: rgb(62,205,141); }
H1.HeaderClassName
{
color: #3ECD8D;
}
.AnyTagClassName
{
color: #3ECD8D;
}
</style>
background-color css
<style>
a { background-color: #3ECD8D; }
a { background-color: rgb(62,205,141); }
div.DivClassName
{
background-color: #3ECD8D;
}
.BgClassName
{
background-color: #3ECD8D;
}
</style>
border-color css
<style>
span { border-color: #3ECD8D; }
span { border-color: rgb(62,205,141); }
td.TdClassName
{
border-color: #3ECD8D;
}
.TagClassName
{
border-color: #3ECD8D;
}
</style>