Shades of Shamrock #3EDC8F
Tints of Shamrock #3EDC8F
RGB
CMYK
RGB Variations
Color information
#3EDC8F (or 0x3EDC8F) is known color: Shamrock. HEX triplet: 3E, DC and 8F. RGB value is (62,220,143). Sum of RGB (Red+Green+Blue) = 62+220+143=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDC8F is #C12370. Grayscale: #A4A4A4. Windows color (decimal): -12657521 or 9428030. OLE color: 9428030.
HSL color Cylindrical-coordinate representation of color #3EDC8F: hue angle of 150.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC8F is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 143 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.14 |
| HSL | 150.76º | 0.69% | 0.55% | - |
| HSV(B) | 150.76º | 0.72% | 0.86% | - |
| XYZ | 32.54 | 54.19 | 34.73 | - |
| YUV | 163.98 | 116.15 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 143 | 0.72 | 0 | 0.35 | 0.14 | 150.76 | 0.69 | 0.55 |
| Hex | 3E | DC | 8F | 48 | 0 | 23 | E | 97 | 45 | 37 |
| Octal | 76 | 334 | 217 | 110 | 0 | 43 | 16 | 227 | 105 | 67 |
| Binary | 111110 | 11011100 | 10001111 | 1001000 | 0 | 100011 | 1110 | 10010111 | 1000101 | 110111 |
Color Harmonies of #3EDC8F
Complementary color
Monochromatic Colors of #3EDC8F
Black with #3EDC8F
Text Example
Text Example
White with #3EDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC8F; }
p { color: rgb(62,220,143); }
H1.HeaderClassName
{
color: #3EDC8F;
}
.AnyTagClassName
{
color: #3EDC8F;
}
</style>
background-color css
<style>
a { background-color: #3EDC8F; }
a { background-color: rgb(62,220,143); }
div.DivClassName
{
background-color: #3EDC8F;
}
.BgClassName
{
background-color: #3EDC8F;
}
</style>
border-color css
<style>
span { border-color: #3EDC8F; }
span { border-color: rgb(62,220,143); }
td.TdClassName
{
border-color: #3EDC8F;
}
.TagClassName
{
border-color: #3EDC8F;
}
</style>