Shades of Shamrock #3DD99C
Tints of Shamrock #3DD99C
RGB
CMYK
RGB Variations
Color information
#3DD99C (or 0x3DD99C) is known color: Shamrock. HEX triplet: 3D, D9 and 9C. RGB value is (61,217,156). Sum of RGB (Red+Green+Blue) = 61+217+156=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD99C is #C22663. Grayscale: #A3A3A3. Windows color (decimal): -12723812 or 10279229. OLE color: 10279229.
HSL color Cylindrical-coordinate representation of color #3DD99C: hue angle of 156.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD99C is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 156 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.15 |
| HSL | 156.54º | 0.67% | 0.55% | - |
| HSV(B) | 156.54º | 0.72% | 0.85% | - |
| XYZ | 32.74 | 53.02 | 39.96 | - |
| YUV | 163.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 156 | 0.72 | 0 | 0.28 | 0.15 | 156.54 | 0.67 | 0.55 |
| Hex | 3D | D9 | 9C | 48 | 0 | 1C | F | 9D | 43 | 37 |
| Octal | 75 | 331 | 234 | 110 | 0 | 34 | 17 | 235 | 103 | 67 |
| Binary | 111101 | 11011001 | 10011100 | 1001000 | 0 | 11100 | 1111 | 10011101 | 1000011 | 110111 |
Color Harmonies of #3DD99C
Complementary color
Monochromatic Colors of #3DD99C
Black with #3DD99C
Text Example
Text Example
White with #3DD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD99C; }
p { color: rgb(61,217,156); }
H1.HeaderClassName
{
color: #3DD99C;
}
.AnyTagClassName
{
color: #3DD99C;
}
</style>
background-color css
<style>
a { background-color: #3DD99C; }
a { background-color: rgb(61,217,156); }
div.DivClassName
{
background-color: #3DD99C;
}
.BgClassName
{
background-color: #3DD99C;
}
</style>
border-color css
<style>
span { border-color: #3DD99C; }
span { border-color: rgb(61,217,156); }
td.TdClassName
{
border-color: #3DD99C;
}
.TagClassName
{
border-color: #3DD99C;
}
</style>