Shades of Shamrock #3CCD97
Tints of Shamrock #3CCD97
RGB
CMYK
RGB Variations
Color information
#3CCD97 (or 0x3CCD97) is known color: Shamrock. HEX triplet: 3C, CD and 97. RGB value is (60,205,151). Sum of RGB (Red+Green+Blue) = 60+205+151=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCD97 is #C33268. Grayscale: #9B9B9B. Windows color (decimal): -12792425 or 9948476. OLE color: 9948476.
HSL color Cylindrical-coordinate representation of color #3CCD97: hue angle of 157.66º 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 #3CCD97 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 151 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.20 |
| HSL | 157.66º | 0.59% | 0.52% | - |
| HSV(B) | 157.66º | 0.71% | 0.8% | - |
| XYZ | 29.28 | 46.86 | 36.78 | - |
| YUV | 155.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 151 | 0.71 | 0 | 0.26 | 0.20 | 157.66 | 0.59 | 0.52 |
| Hex | 3C | CD | 97 | 47 | 0 | 1A | 14 | 9E | 3B | 34 |
| Octal | 74 | 315 | 227 | 107 | 0 | 32 | 24 | 236 | 73 | 64 |
| Binary | 111100 | 11001101 | 10010111 | 1000111 | 0 | 11010 | 10100 | 10011110 | 111011 | 110100 |
Color Harmonies of #3CCD97
Complementary color
Monochromatic Colors of #3CCD97
Black with #3CCD97
Text Example
Text Example
White with #3CCD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD97; }
p { color: rgb(60,205,151); }
H1.HeaderClassName
{
color: #3CCD97;
}
.AnyTagClassName
{
color: #3CCD97;
}
</style>
background-color css
<style>
a { background-color: #3CCD97; }
a { background-color: rgb(60,205,151); }
div.DivClassName
{
background-color: #3CCD97;
}
.BgClassName
{
background-color: #3CCD97;
}
</style>
border-color css
<style>
span { border-color: #3CCD97; }
span { border-color: rgb(60,205,151); }
td.TdClassName
{
border-color: #3CCD97;
}
.TagClassName
{
border-color: #3CCD97;
}
</style>