Shades of Shamrock #1DD58B
Tints of Shamrock #1DD58B
RGB
CMYK
RGB Variations
Color information
#1DD58B (or 0x1DD58B) is known color: Shamrock. HEX triplet: 1D, D5 and 8B. RGB value is (29,213,139). Sum of RGB (Red+Green+Blue) = 29+213+139=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD58B is #E22A74. Grayscale: #959595. Windows color (decimal): -14822005 or 9164061. OLE color: 9164061.
HSL color Cylindrical-coordinate representation of color #1DD58B: hue angle of 155.87º 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 #1DD58B is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 139 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.16 |
| HSL | 155.87º | 0.76% | 0.47% | - |
| HSV(B) | 155.87º | 0.86% | 0.84% | - |
| XYZ | 28.96 | 49.71 | 32.5 | - |
| YUV | 149.55 | 122.04 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 139 | 0.86 | 0 | 0.35 | 0.16 | 155.87 | 0.76 | 0.47 |
| Hex | 1D | D5 | 8B | 56 | 0 | 23 | 10 | 9C | 4C | 2F |
| Octal | 35 | 325 | 213 | 126 | 0 | 43 | 20 | 234 | 114 | 57 |
| Binary | 11101 | 11010101 | 10001011 | 1010110 | 0 | 100011 | 10000 | 10011100 | 1001100 | 101111 |
Color Harmonies of #1DD58B
Complementary color
Monochromatic Colors of #1DD58B
Black with #1DD58B
Text Example
Text Example
White with #1DD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD58B; }
p { color: rgb(29,213,139); }
H1.HeaderClassName
{
color: #1DD58B;
}
.AnyTagClassName
{
color: #1DD58B;
}
</style>
background-color css
<style>
a { background-color: #1DD58B; }
a { background-color: rgb(29,213,139); }
div.DivClassName
{
background-color: #1DD58B;
}
.BgClassName
{
background-color: #1DD58B;
}
</style>
border-color css
<style>
span { border-color: #1DD58B; }
span { border-color: rgb(29,213,139); }
td.TdClassName
{
border-color: #1DD58B;
}
.TagClassName
{
border-color: #1DD58B;
}
</style>