Shades of Shamrock #1DD59D
Tints of Shamrock #1DD59D
RGB
CMYK
RGB Variations
Color information
#1DD59D (or 0x1DD59D) is known color: Shamrock. HEX triplet: 1D, D5 and 9D. RGB value is (29,213,157). Sum of RGB (Red+Green+Blue) = 29+213+157=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD59D is #E22A62. Grayscale: #979797. Windows color (decimal): -14821987 or 10343709. OLE color: 10343709.
HSL color Cylindrical-coordinate representation of color #1DD59D: hue angle of 161.74º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD59D is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 157 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.16 |
| HSL | 161.74º | 0.76% | 0.47% | - |
| HSV(B) | 161.74º | 0.86% | 0.84% | - |
| XYZ | 30.39 | 50.28 | 40 | - |
| YUV | 151.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 157 | 0.86 | 0 | 0.26 | 0.16 | 161.74 | 0.76 | 0.47 |
| Hex | 1D | D5 | 9D | 56 | 0 | 1A | 10 | A2 | 4C | 2F |
| Octal | 35 | 325 | 235 | 126 | 0 | 32 | 20 | 242 | 114 | 57 |
| Binary | 11101 | 11010101 | 10011101 | 1010110 | 0 | 11010 | 10000 | 10100010 | 1001100 | 101111 |
Color Harmonies of #1DD59D
Complementary color
Monochromatic Colors of #1DD59D
Black with #1DD59D
Text Example
Text Example
White with #1DD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD59D; }
p { color: rgb(29,213,157); }
H1.HeaderClassName
{
color: #1DD59D;
}
.AnyTagClassName
{
color: #1DD59D;
}
</style>
background-color css
<style>
a { background-color: #1DD59D; }
a { background-color: rgb(29,213,157); }
div.DivClassName
{
background-color: #1DD59D;
}
.BgClassName
{
background-color: #1DD59D;
}
</style>
border-color css
<style>
span { border-color: #1DD59D; }
span { border-color: rgb(29,213,157); }
td.TdClassName
{
border-color: #1DD59D;
}
.TagClassName
{
border-color: #1DD59D;
}
</style>