Shades of Shamrock #1DD88C
Tints of Shamrock #1DD88C
RGB
CMYK
RGB Variations
Color information
#1DD88C (or 0x1DD88C) is known color: Shamrock. HEX triplet: 1D, D8 and 8C. RGB value is (29,216,140). Sum of RGB (Red+Green+Blue) = 29+216+140=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD88C is #E22773. Grayscale: #979797. Windows color (decimal): -14821236 or 9230365. OLE color: 9230365.
HSL color Cylindrical-coordinate representation of color #1DD88C: hue angle of 155.61º 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 #1DD88C is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 140 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.15 |
| HSL | 155.62º | 0.76% | 0.48% | - |
| HSV(B) | 155.62º | 0.87% | 0.85% | - |
| XYZ | 29.8 | 51.27 | 33.14 | - |
| YUV | 151.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 140 | 0.87 | 0 | 0.35 | 0.15 | 155.62 | 0.76 | 0.48 |
| Hex | 1D | D8 | 8C | 57 | 0 | 23 | F | 9C | 4C | 30 |
| Octal | 35 | 330 | 214 | 127 | 0 | 43 | 17 | 234 | 114 | 60 |
| Binary | 11101 | 11011000 | 10001100 | 1010111 | 0 | 100011 | 1111 | 10011100 | 1001100 | 110000 |
Color Harmonies of #1DD88C
Complementary color
Monochromatic Colors of #1DD88C
Black with #1DD88C
Text Example
Text Example
White with #1DD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD88C; }
p { color: rgb(29,216,140); }
H1.HeaderClassName
{
color: #1DD88C;
}
.AnyTagClassName
{
color: #1DD88C;
}
</style>
background-color css
<style>
a { background-color: #1DD88C; }
a { background-color: rgb(29,216,140); }
div.DivClassName
{
background-color: #1DD88C;
}
.BgClassName
{
background-color: #1DD88C;
}
</style>
border-color css
<style>
span { border-color: #1DD88C; }
span { border-color: rgb(29,216,140); }
td.TdClassName
{
border-color: #1DD88C;
}
.TagClassName
{
border-color: #1DD88C;
}
</style>