Shades of Shamrock #1DD88D
Tints of Shamrock #1DD88D
RGB
CMYK
RGB Variations
Color information
#1DD88D (or 0x1DD88D) is known color: Shamrock. HEX triplet: 1D, D8 and 8D. RGB value is (29,216,141). Sum of RGB (Red+Green+Blue) = 29+216+141=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD88D is #E22772. Grayscale: #979797. Windows color (decimal): -14821235 or 9295901. OLE color: 9295901.
HSL color Cylindrical-coordinate representation of color #1DD88D: hue angle of 155.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD88D is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 141 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.15 |
| HSL | 155.94º | 0.76% | 0.48% | - |
| HSV(B) | 155.94º | 0.87% | 0.85% | - |
| XYZ | 29.87 | 51.3 | 33.53 | - |
| YUV | 151.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 141 | 0.87 | 0 | 0.35 | 0.15 | 155.94 | 0.76 | 0.48 |
| Hex | 1D | D8 | 8D | 57 | 0 | 23 | F | 9C | 4C | 30 |
| Octal | 35 | 330 | 215 | 127 | 0 | 43 | 17 | 234 | 114 | 60 |
| Binary | 11101 | 11011000 | 10001101 | 1010111 | 0 | 100011 | 1111 | 10011100 | 1001100 | 110000 |
Color Harmonies of #1DD88D
Complementary color
Monochromatic Colors of #1DD88D
Black with #1DD88D
Text Example
Text Example
White with #1DD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD88D; }
p { color: rgb(29,216,141); }
H1.HeaderClassName
{
color: #1DD88D;
}
.AnyTagClassName
{
color: #1DD88D;
}
</style>
background-color css
<style>
a { background-color: #1DD88D; }
a { background-color: rgb(29,216,141); }
div.DivClassName
{
background-color: #1DD88D;
}
.BgClassName
{
background-color: #1DD88D;
}
</style>
border-color css
<style>
span { border-color: #1DD88D; }
span { border-color: rgb(29,216,141); }
td.TdClassName
{
border-color: #1DD88D;
}
.TagClassName
{
border-color: #1DD88D;
}
</style>