Shades of Shamrock #3DD69D
Tints of Shamrock #3DD69D
RGB
CMYK
RGB Variations
Color information
#3DD69D (or 0x3DD69D) is known color: Shamrock. HEX triplet: 3D, D6 and 9D. RGB value is (61,214,157). Sum of RGB (Red+Green+Blue) = 61+214+157=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD69D is #C22962. Grayscale: #A1A1A1. Windows color (decimal): -12724579 or 10343997. OLE color: 10343997.
HSL color Cylindrical-coordinate representation of color #3DD69D: hue angle of 157.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD69D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 157 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.16 |
| HSL | 157.65º | 0.65% | 0.54% | - |
| HSV(B) | 157.65º | 0.71% | 0.84% | - |
| XYZ | 32.06 | 51.52 | 40.15 | - |
| YUV | 161.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 157 | 0.71 | 0 | 0.27 | 0.16 | 157.65 | 0.65 | 0.54 |
| Hex | 3D | D6 | 9D | 47 | 0 | 1B | 10 | 9E | 41 | 36 |
| Octal | 75 | 326 | 235 | 107 | 0 | 33 | 20 | 236 | 101 | 66 |
| Binary | 111101 | 11010110 | 10011101 | 1000111 | 0 | 11011 | 10000 | 10011110 | 1000001 | 110110 |
Color Harmonies of #3DD69D
Complementary color
Monochromatic Colors of #3DD69D
Black with #3DD69D
Text Example
Text Example
White with #3DD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD69D; }
p { color: rgb(61,214,157); }
H1.HeaderClassName
{
color: #3DD69D;
}
.AnyTagClassName
{
color: #3DD69D;
}
</style>
background-color css
<style>
a { background-color: #3DD69D; }
a { background-color: rgb(61,214,157); }
div.DivClassName
{
background-color: #3DD69D;
}
.BgClassName
{
background-color: #3DD69D;
}
</style>
border-color css
<style>
span { border-color: #3DD69D; }
span { border-color: rgb(61,214,157); }
td.TdClassName
{
border-color: #3DD69D;
}
.TagClassName
{
border-color: #3DD69D;
}
</style>