Shades of Shamrock #3DD19D
Tints of Shamrock #3DD19D
RGB
CMYK
RGB Variations
Color information
#3DD19D (or 0x3DD19D) is known color: Shamrock. HEX triplet: 3D, D1 and 9D. RGB value is (61,209,157). Sum of RGB (Red+Green+Blue) = 61+209+157=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD19D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD19D is #C22E62. Grayscale: #9E9E9E. Windows color (decimal): -12725859 or 10342717. OLE color: 10342717.
HSL color Cylindrical-coordinate representation of color #3DD19D: hue angle of 158.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD19D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 157 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.18 |
| HSL | 158.92º | 0.62% | 0.53% | - |
| HSV(B) | 158.92º | 0.71% | 0.82% | - |
| XYZ | 30.81 | 49.03 | 39.74 | - |
| YUV | 158.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 157 | 0.71 | 0 | 0.25 | 0.18 | 158.92 | 0.62 | 0.53 |
| Hex | 3D | D1 | 9D | 47 | 0 | 19 | 12 | 9F | 3E | 35 |
| Octal | 75 | 321 | 235 | 107 | 0 | 31 | 22 | 237 | 76 | 65 |
| Binary | 111101 | 11010001 | 10011101 | 1000111 | 0 | 11001 | 10010 | 10011111 | 111110 | 110101 |
Color Harmonies of #3DD19D
Complementary color
Monochromatic Colors of #3DD19D
Black with #3DD19D
Text Example
Text Example
White with #3DD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD19D; }
p { color: rgb(61,209,157); }
H1.HeaderClassName
{
color: #3DD19D;
}
.AnyTagClassName
{
color: #3DD19D;
}
</style>
background-color css
<style>
a { background-color: #3DD19D; }
a { background-color: rgb(61,209,157); }
div.DivClassName
{
background-color: #3DD19D;
}
.BgClassName
{
background-color: #3DD19D;
}
</style>
border-color css
<style>
span { border-color: #3DD19D; }
span { border-color: rgb(61,209,157); }
td.TdClassName
{
border-color: #3DD19D;
}
.TagClassName
{
border-color: #3DD19D;
}
</style>