Shades of Shamrock #3CD28D
Tints of Shamrock #3CD28D
RGB
CMYK
RGB Variations
Color information
#3CD28D (or 0x3CD28D) is known color: Shamrock. HEX triplet: 3C, D2 and 8D. RGB value is (60,210,141). Sum of RGB (Red+Green+Blue) = 60+210+141=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD28D is #C32D72. Grayscale: #9D9D9D. Windows color (decimal): -12791155 or 9294396. OLE color: 9294396.
HSL color Cylindrical-coordinate representation of color #3CD28D: hue angle of 152.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD28D is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 141 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.18 |
| HSL | 152.4º | 0.63% | 0.53% | - |
| HSV(B) | 152.4º | 0.71% | 0.82% | - |
| XYZ | 29.72 | 48.98 | 33.09 | - |
| YUV | 157.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 141 | 0.71 | 0 | 0.33 | 0.18 | 152.4 | 0.63 | 0.53 |
| Hex | 3C | D2 | 8D | 47 | 0 | 21 | 12 | 98 | 3E | 35 |
| Octal | 74 | 322 | 215 | 107 | 0 | 41 | 22 | 230 | 76 | 65 |
| Binary | 111100 | 11010010 | 10001101 | 1000111 | 0 | 100001 | 10010 | 10011000 | 111110 | 110101 |
Color Harmonies of #3CD28D
Complementary color
Monochromatic Colors of #3CD28D
Black with #3CD28D
Text Example
Text Example
White with #3CD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD28D; }
p { color: rgb(60,210,141); }
H1.HeaderClassName
{
color: #3CD28D;
}
.AnyTagClassName
{
color: #3CD28D;
}
</style>
background-color css
<style>
a { background-color: #3CD28D; }
a { background-color: rgb(60,210,141); }
div.DivClassName
{
background-color: #3CD28D;
}
.BgClassName
{
background-color: #3CD28D;
}
</style>
border-color css
<style>
span { border-color: #3CD28D; }
span { border-color: rgb(60,210,141); }
td.TdClassName
{
border-color: #3CD28D;
}
.TagClassName
{
border-color: #3CD28D;
}
</style>