Shades of Shamrock #2DD79E
Tints of Shamrock #2DD79E
RGB
CMYK
RGB Variations
Color information
#2DD79E (or 0x2DD79E) is known color: Shamrock. HEX triplet: 2D, D7 and 9E. RGB value is (45,215,158). Sum of RGB (Red+Green+Blue) = 45+215+158=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD79E is #D22861. Grayscale: #9D9D9D. Windows color (decimal): -13772898 or 10409773. OLE color: 10409773.
HSL color Cylindrical-coordinate representation of color #2DD79E: hue angle of 159.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD79E is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 158 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.16 |
| HSL | 159.88º | 0.68% | 0.51% | - |
| HSV(B) | 159.88º | 0.79% | 0.84% | - |
| XYZ | 31.55 | 51.63 | 40.65 | - |
| YUV | 157.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 158 | 0.79 | 0 | 0.27 | 0.16 | 159.88 | 0.68 | 0.51 |
| Hex | 2D | D7 | 9E | 4F | 0 | 1B | 10 | A0 | 44 | 33 |
| Octal | 55 | 327 | 236 | 117 | 0 | 33 | 20 | 240 | 104 | 63 |
| Binary | 101101 | 11010111 | 10011110 | 1001111 | 0 | 11011 | 10000 | 10100000 | 1000100 | 110011 |
Color Harmonies of #2DD79E
Complementary color
Monochromatic Colors of #2DD79E
Black with #2DD79E
Text Example
Text Example
White with #2DD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD79E; }
p { color: rgb(45,215,158); }
H1.HeaderClassName
{
color: #2DD79E;
}
.AnyTagClassName
{
color: #2DD79E;
}
</style>
background-color css
<style>
a { background-color: #2DD79E; }
a { background-color: rgb(45,215,158); }
div.DivClassName
{
background-color: #2DD79E;
}
.BgClassName
{
background-color: #2DD79E;
}
</style>
border-color css
<style>
span { border-color: #2DD79E; }
span { border-color: rgb(45,215,158); }
td.TdClassName
{
border-color: #2DD79E;
}
.TagClassName
{
border-color: #2DD79E;
}
</style>