Shades of Shamrock #3DD49C
Tints of Shamrock #3DD49C
RGB
CMYK
RGB Variations
Color information
#3DD49C (or 0x3DD49C) is known color: Shamrock. HEX triplet: 3D, D4 and 9C. RGB value is (61,212,156). Sum of RGB (Red+Green+Blue) = 61+212+156=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD49C is #C22B63. Grayscale: #A0A0A0. Windows color (decimal): -12725092 or 10277949. OLE color: 10277949.
HSL color Cylindrical-coordinate representation of color #3DD49C: hue angle of 157.75º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD49C is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 156 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.17 |
| HSL | 157.75º | 0.64% | 0.54% | - |
| HSV(B) | 157.75º | 0.71% | 0.83% | - |
| XYZ | 31.47 | 50.48 | 39.54 | - |
| YUV | 160.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 156 | 0.71 | 0 | 0.26 | 0.17 | 157.75 | 0.64 | 0.54 |
| Hex | 3D | D4 | 9C | 47 | 0 | 1A | 11 | 9E | 40 | 36 |
| Octal | 75 | 324 | 234 | 107 | 0 | 32 | 21 | 236 | 100 | 66 |
| Binary | 111101 | 11010100 | 10011100 | 1000111 | 0 | 11010 | 10001 | 10011110 | 1000000 | 110110 |
Color Harmonies of #3DD49C
Complementary color
Monochromatic Colors of #3DD49C
Black with #3DD49C
Text Example
Text Example
White with #3DD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD49C; }
p { color: rgb(61,212,156); }
H1.HeaderClassName
{
color: #3DD49C;
}
.AnyTagClassName
{
color: #3DD49C;
}
</style>
background-color css
<style>
a { background-color: #3DD49C; }
a { background-color: rgb(61,212,156); }
div.DivClassName
{
background-color: #3DD49C;
}
.BgClassName
{
background-color: #3DD49C;
}
</style>
border-color css
<style>
span { border-color: #3DD49C; }
span { border-color: rgb(61,212,156); }
td.TdClassName
{
border-color: #3DD49C;
}
.TagClassName
{
border-color: #3DD49C;
}
</style>