Shades of Shamrock #3CCD91
Tints of Shamrock #3CCD91
RGB
CMYK
RGB Variations
Color information
#3CCD91 (or 0x3CCD91) is known color: Shamrock. HEX triplet: 3C, CD and 91. RGB value is (60,205,145). Sum of RGB (Red+Green+Blue) = 60+205+145=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCD91 is #C3326E. Grayscale: #9A9A9A. Windows color (decimal): -12792431 or 9555260. OLE color: 9555260.
HSL color Cylindrical-coordinate representation of color #3CCD91: hue angle of 155.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCD91 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 145 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.20 |
| HSL | 155.17º | 0.59% | 0.52% | - |
| HSV(B) | 155.17º | 0.71% | 0.8% | - |
| XYZ | 28.81 | 46.67 | 34.28 | - |
| YUV | 154.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 145 | 0.71 | 0 | 0.29 | 0.20 | 155.17 | 0.59 | 0.52 |
| Hex | 3C | CD | 91 | 47 | 0 | 1D | 14 | 9B | 3B | 34 |
| Octal | 74 | 315 | 221 | 107 | 0 | 35 | 24 | 233 | 73 | 64 |
| Binary | 111100 | 11001101 | 10010001 | 1000111 | 0 | 11101 | 10100 | 10011011 | 111011 | 110100 |
Color Harmonies of #3CCD91
Complementary color
Monochromatic Colors of #3CCD91
Black with #3CCD91
Text Example
Text Example
White with #3CCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD91; }
p { color: rgb(60,205,145); }
H1.HeaderClassName
{
color: #3CCD91;
}
.AnyTagClassName
{
color: #3CCD91;
}
</style>
background-color css
<style>
a { background-color: #3CCD91; }
a { background-color: rgb(60,205,145); }
div.DivClassName
{
background-color: #3CCD91;
}
.BgClassName
{
background-color: #3CCD91;
}
</style>
border-color css
<style>
span { border-color: #3CCD91; }
span { border-color: rgb(60,205,145); }
td.TdClassName
{
border-color: #3CCD91;
}
.TagClassName
{
border-color: #3CCD91;
}
</style>