Shades of Shamrock #1DD581
Tints of Shamrock #1DD581
RGB
CMYK
RGB Variations
Color information
#1DD581 (or 0x1DD581) is known color: Shamrock. HEX triplet: 1D, D5 and 81. RGB value is (29,213,129). Sum of RGB (Red+Green+Blue) = 29+213+129=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD581 is #E22A7E. Grayscale: #949494. Windows color (decimal): -14822015 or 8508701. OLE color: 8508701.
HSL color Cylindrical-coordinate representation of color #1DD581: hue angle of 152.61º 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 #1DD581 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 129 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.16 |
| HSL | 152.61º | 0.76% | 0.47% | - |
| HSV(B) | 152.61º | 0.86% | 0.84% | - |
| XYZ | 28.26 | 49.43 | 28.82 | - |
| YUV | 148.41 | 117.04 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 129 | 0.86 | 0 | 0.39 | 0.16 | 152.61 | 0.76 | 0.47 |
| Hex | 1D | D5 | 81 | 56 | 0 | 27 | 10 | 99 | 4C | 2F |
| Octal | 35 | 325 | 201 | 126 | 0 | 47 | 20 | 231 | 114 | 57 |
| Binary | 11101 | 11010101 | 10000001 | 1010110 | 0 | 100111 | 10000 | 10011001 | 1001100 | 101111 |
Color Harmonies of #1DD581
Complementary color
Monochromatic Colors of #1DD581
Black with #1DD581
Text Example
Text Example
White with #1DD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD581; }
p { color: rgb(29,213,129); }
H1.HeaderClassName
{
color: #1DD581;
}
.AnyTagClassName
{
color: #1DD581;
}
</style>
background-color css
<style>
a { background-color: #1DD581; }
a { background-color: rgb(29,213,129); }
div.DivClassName
{
background-color: #1DD581;
}
.BgClassName
{
background-color: #1DD581;
}
</style>
border-color css
<style>
span { border-color: #1DD581; }
span { border-color: rgb(29,213,129); }
td.TdClassName
{
border-color: #1DD581;
}
.TagClassName
{
border-color: #1DD581;
}
</style>