Shades of Shamrock #3DC59C
Tints of Shamrock #3DC59C
RGB
CMYK
RGB Variations
Color information
#3DC59C (or 0x3DC59C) is known color: Shamrock. HEX triplet: 3D, C5 and 9C. RGB value is (61,197,156). Sum of RGB (Red+Green+Blue) = 61+197+156=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC59C is #C23A63. Grayscale: #979797. Windows color (decimal): -12728932 or 10274109. OLE color: 10274109.
HSL color Cylindrical-coordinate representation of color #3DC59C: hue angle of 161.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC59C is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 156 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.23 |
| HSL | 161.91º | 0.54% | 0.51% | - |
| HSV(B) | 161.91º | 0.69% | 0.77% | - |
| XYZ | 27.89 | 43.32 | 38.35 | - |
| YUV | 151.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 156 | 0.69 | 0 | 0.21 | 0.23 | 161.91 | 0.54 | 0.51 |
| Hex | 3D | C5 | 9C | 45 | 0 | 15 | 17 | A2 | 36 | 33 |
| Octal | 75 | 305 | 234 | 105 | 0 | 25 | 27 | 242 | 66 | 63 |
| Binary | 111101 | 11000101 | 10011100 | 1000101 | 0 | 10101 | 10111 | 10100010 | 110110 | 110011 |
Color Harmonies of #3DC59C
Complementary color
Monochromatic Colors of #3DC59C
Black with #3DC59C
Text Example
Text Example
White with #3DC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC59C; }
p { color: rgb(61,197,156); }
H1.HeaderClassName
{
color: #3DC59C;
}
.AnyTagClassName
{
color: #3DC59C;
}
</style>
background-color css
<style>
a { background-color: #3DC59C; }
a { background-color: rgb(61,197,156); }
div.DivClassName
{
background-color: #3DC59C;
}
.BgClassName
{
background-color: #3DC59C;
}
</style>
border-color css
<style>
span { border-color: #3DC59C; }
span { border-color: rgb(61,197,156); }
td.TdClassName
{
border-color: #3DC59C;
}
.TagClassName
{
border-color: #3DC59C;
}
</style>