Shades of Shamrock #3CC397
Tints of Shamrock #3CC397
RGB
CMYK
RGB Variations
Color information
#3CC397 (or 0x3CC397) is known color: Shamrock. HEX triplet: 3C, C3 and 97. RGB value is (60,195,151). Sum of RGB (Red+Green+Blue) = 60+195+151=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC397 is #C33C68. Grayscale: #959595. Windows color (decimal): -12794985 or 9945916. OLE color: 9945916.
HSL color Cylindrical-coordinate representation of color #3CC397: hue angle of 160.44º 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 #3CC397 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 151 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.24 |
| HSL | 160.44º | 0.53% | 0.5% | - |
| HSV(B) | 160.44º | 0.69% | 0.76% | - |
| XYZ | 26.96 | 42.23 | 36.01 | - |
| YUV | 149.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 151 | 0.69 | 0 | 0.23 | 0.24 | 160.44 | 0.53 | 0.5 |
| Hex | 3C | C3 | 97 | 45 | 0 | 17 | 18 | A0 | 35 | 32 |
| Octal | 74 | 303 | 227 | 105 | 0 | 27 | 30 | 240 | 65 | 62 |
| Binary | 111100 | 11000011 | 10010111 | 1000101 | 0 | 10111 | 11000 | 10100000 | 110101 | 110010 |
Color Harmonies of #3CC397
Complementary color
Monochromatic Colors of #3CC397
Black with #3CC397
Text Example
Text Example
White with #3CC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC397; }
p { color: rgb(60,195,151); }
H1.HeaderClassName
{
color: #3CC397;
}
.AnyTagClassName
{
color: #3CC397;
}
</style>
background-color css
<style>
a { background-color: #3CC397; }
a { background-color: rgb(60,195,151); }
div.DivClassName
{
background-color: #3CC397;
}
.BgClassName
{
background-color: #3CC397;
}
</style>
border-color css
<style>
span { border-color: #3CC397; }
span { border-color: rgb(60,195,151); }
td.TdClassName
{
border-color: #3CC397;
}
.TagClassName
{
border-color: #3CC397;
}
</style>