Shades of Shamrock #3DD78D
Tints of Shamrock #3DD78D
RGB
CMYK
RGB Variations
Color information
#3DD78D (or 0x3DD78D) is known color: Shamrock. HEX triplet: 3D, D7 and 8D. RGB value is (61,215,141). Sum of RGB (Red+Green+Blue) = 61+215+141=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD78D is #C22872. Grayscale: #A0A0A0. Windows color (decimal): -12724339 or 9295677. OLE color: 9295677.
HSL color Cylindrical-coordinate representation of color #3DD78D: hue angle of 151.17º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD78D is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 141 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.16 |
| HSL | 151.17º | 0.66% | 0.54% | - |
| HSV(B) | 151.17º | 0.72% | 0.84% | - |
| XYZ | 31.03 | 51.52 | 33.51 | - |
| YUV | 160.52 | 116.98 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 141 | 0.72 | 0 | 0.34 | 0.16 | 151.17 | 0.66 | 0.54 |
| Hex | 3D | D7 | 8D | 48 | 0 | 22 | 10 | 97 | 42 | 36 |
| Octal | 75 | 327 | 215 | 110 | 0 | 42 | 20 | 227 | 102 | 66 |
| Binary | 111101 | 11010111 | 10001101 | 1001000 | 0 | 100010 | 10000 | 10010111 | 1000010 | 110110 |
Color Harmonies of #3DD78D
Complementary color
Monochromatic Colors of #3DD78D
Black with #3DD78D
Text Example
Text Example
White with #3DD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD78D; }
p { color: rgb(61,215,141); }
H1.HeaderClassName
{
color: #3DD78D;
}
.AnyTagClassName
{
color: #3DD78D;
}
</style>
background-color css
<style>
a { background-color: #3DD78D; }
a { background-color: rgb(61,215,141); }
div.DivClassName
{
background-color: #3DD78D;
}
.BgClassName
{
background-color: #3DD78D;
}
</style>
border-color css
<style>
span { border-color: #3DD78D; }
span { border-color: rgb(61,215,141); }
td.TdClassName
{
border-color: #3DD78D;
}
.TagClassName
{
border-color: #3DD78D;
}
</style>