Shades of Shamrock #3CC388
Tints of Shamrock #3CC388
RGB
CMYK
RGB Variations
Color information
#3CC388 (or 0x3CC388) is known color: Shamrock. HEX triplet: 3C, C3 and 88. RGB value is (60,195,136). Sum of RGB (Red+Green+Blue) = 60+195+136=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC388 is #C33C77. Grayscale: #949494. Windows color (decimal): -12795000 or 8962876. OLE color: 8962876.
HSL color Cylindrical-coordinate representation of color #3CC388: hue angle of 153.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC388 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 136 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.24 |
| HSL | 153.78º | 0.53% | 0.5% | - |
| HSV(B) | 153.78º | 0.69% | 0.76% | - |
| XYZ | 25.82 | 41.77 | 29.99 | - |
| YUV | 147.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 136 | 0.69 | 0 | 0.30 | 0.24 | 153.78 | 0.53 | 0.5 |
| Hex | 3C | C3 | 88 | 45 | 0 | 1E | 18 | 9A | 35 | 32 |
| Octal | 74 | 303 | 210 | 105 | 0 | 36 | 30 | 232 | 65 | 62 |
| Binary | 111100 | 11000011 | 10001000 | 1000101 | 0 | 11110 | 11000 | 10011010 | 110101 | 110010 |
Color Harmonies of #3CC388
Complementary color
Monochromatic Colors of #3CC388
Black with #3CC388
Text Example
Text Example
White with #3CC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC388; }
p { color: rgb(60,195,136); }
H1.HeaderClassName
{
color: #3CC388;
}
.AnyTagClassName
{
color: #3CC388;
}
</style>
background-color css
<style>
a { background-color: #3CC388; }
a { background-color: rgb(60,195,136); }
div.DivClassName
{
background-color: #3CC388;
}
.BgClassName
{
background-color: #3CC388;
}
</style>
border-color css
<style>
span { border-color: #3CC388; }
span { border-color: rgb(60,195,136); }
td.TdClassName
{
border-color: #3CC388;
}
.TagClassName
{
border-color: #3CC388;
}
</style>