Shades of Shamrock #3CDC88
Tints of Shamrock #3CDC88
RGB
CMYK
RGB Variations
Color information
#3CDC88 (or 0x3CDC88) is known color: Shamrock. HEX triplet: 3C, DC and 88. RGB value is (60,220,136). Sum of RGB (Red+Green+Blue) = 60+220+136=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDC88 is #C32377. Grayscale: #A2A2A2. Windows color (decimal): -12788600 or 8969276. OLE color: 8969276.
HSL color Cylindrical-coordinate representation of color #3CDC88: hue angle of 148.5º 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 #3CDC88 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 136 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.14 |
| HSL | 148.5º | 0.7% | 0.55% | - |
| HSV(B) | 148.5º | 0.73% | 0.86% | - |
| XYZ | 31.9 | 53.92 | 32.02 | - |
| YUV | 162.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 136 | 0.73 | 0 | 0.38 | 0.14 | 148.5 | 0.7 | 0.55 |
| Hex | 3C | DC | 88 | 49 | 0 | 26 | E | 94 | 46 | 37 |
| Octal | 74 | 334 | 210 | 111 | 0 | 46 | 16 | 224 | 106 | 67 |
| Binary | 111100 | 11011100 | 10001000 | 1001001 | 0 | 100110 | 1110 | 10010100 | 1000110 | 110111 |
Color Harmonies of #3CDC88
Complementary color
Monochromatic Colors of #3CDC88
Black with #3CDC88
Text Example
Text Example
White with #3CDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC88; }
p { color: rgb(60,220,136); }
H1.HeaderClassName
{
color: #3CDC88;
}
.AnyTagClassName
{
color: #3CDC88;
}
</style>
background-color css
<style>
a { background-color: #3CDC88; }
a { background-color: rgb(60,220,136); }
div.DivClassName
{
background-color: #3CDC88;
}
.BgClassName
{
background-color: #3CDC88;
}
</style>
border-color css
<style>
span { border-color: #3CDC88; }
span { border-color: rgb(60,220,136); }
td.TdClassName
{
border-color: #3CDC88;
}
.TagClassName
{
border-color: #3CDC88;
}
</style>