Shades of Shamrock #3EC68C
Tints of Shamrock #3EC68C
RGB
CMYK
RGB Variations
Color information
#3EC68C (or 0x3EC68C) is known color: Shamrock. HEX triplet: 3E, C6 and 8C. RGB value is (62,198,140). Sum of RGB (Red+Green+Blue) = 62+198+140=400 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EC68C is #C13973. Grayscale: #969696. Windows color (decimal): -12663156 or 9225790. OLE color: 9225790.
HSL color Cylindrical-coordinate representation of color #3EC68C: hue angle of 154.41º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC68C is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 140 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.22 |
| HSL | 154.41º | 0.54% | 0.51% | - |
| HSV(B) | 154.41º | 0.69% | 0.78% | - |
| XYZ | 26.91 | 43.31 | 31.75 | - |
| YUV | 150.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 140 | 0.69 | 0 | 0.29 | 0.22 | 154.41 | 0.54 | 0.51 |
| Hex | 3E | C6 | 8C | 45 | 0 | 1D | 16 | 9A | 36 | 33 |
| Octal | 76 | 306 | 214 | 105 | 0 | 35 | 26 | 232 | 66 | 63 |
| Binary | 111110 | 11000110 | 10001100 | 1000101 | 0 | 11101 | 10110 | 10011010 | 110110 | 110011 |
Color Harmonies of #3EC68C
Complementary color
Monochromatic Colors of #3EC68C
Black with #3EC68C
Text Example
Text Example
White with #3EC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC68C; }
p { color: rgb(62,198,140); }
H1.HeaderClassName
{
color: #3EC68C;
}
.AnyTagClassName
{
color: #3EC68C;
}
</style>
background-color css
<style>
a { background-color: #3EC68C; }
a { background-color: rgb(62,198,140); }
div.DivClassName
{
background-color: #3EC68C;
}
.BgClassName
{
background-color: #3EC68C;
}
</style>
border-color css
<style>
span { border-color: #3EC68C; }
span { border-color: rgb(62,198,140); }
td.TdClassName
{
border-color: #3EC68C;
}
.TagClassName
{
border-color: #3EC68C;
}
</style>