Shades of Shamrock #3CDC87
Tints of Shamrock #3CDC87
RGB
CMYK
RGB Variations
Color information
#3CDC87 (or 0x3CDC87) is known color: Shamrock. HEX triplet: 3C, DC and 87. RGB value is (60,220,135). Sum of RGB (Red+Green+Blue) = 60+220+135=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDC87 is #C32378. Grayscale: #A2A2A2. Windows color (decimal): -12788601 or 8903740. OLE color: 8903740.
HSL color Cylindrical-coordinate representation of color #3CDC87: hue angle of 148.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC87 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 135 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.14 |
| HSL | 148.13º | 0.7% | 0.55% | - |
| HSV(B) | 148.13º | 0.73% | 0.86% | - |
| XYZ | 31.83 | 53.9 | 31.65 | - |
| YUV | 162.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 135 | 0.73 | 0 | 0.39 | 0.14 | 148.13 | 0.7 | 0.55 |
| Hex | 3C | DC | 87 | 49 | 0 | 27 | E | 94 | 46 | 37 |
| Octal | 74 | 334 | 207 | 111 | 0 | 47 | 16 | 224 | 106 | 67 |
| Binary | 111100 | 11011100 | 10000111 | 1001001 | 0 | 100111 | 1110 | 10010100 | 1000110 | 110111 |
Color Harmonies of #3CDC87
Complementary color
Monochromatic Colors of #3CDC87
Black with #3CDC87
Text Example
Text Example
White with #3CDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC87; }
p { color: rgb(60,220,135); }
H1.HeaderClassName
{
color: #3CDC87;
}
.AnyTagClassName
{
color: #3CDC87;
}
</style>
background-color css
<style>
a { background-color: #3CDC87; }
a { background-color: rgb(60,220,135); }
div.DivClassName
{
background-color: #3CDC87;
}
.BgClassName
{
background-color: #3CDC87;
}
</style>
border-color css
<style>
span { border-color: #3CDC87; }
span { border-color: rgb(60,220,135); }
td.TdClassName
{
border-color: #3CDC87;
}
.TagClassName
{
border-color: #3CDC87;
}
</style>