Shades of Shamrock #1DE388
Tints of Shamrock #1DE388
RGB
CMYK
RGB Variations
Color information
#1DE388 (or 0x1DE388) is known color: Shamrock. HEX triplet: 1D, E3 and 88. RGB value is (29,227,136). Sum of RGB (Red+Green+Blue) = 29+227+136=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 227 (89.06% from 255 or 57.91% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DE388 is #E21C77. Grayscale: #9D9D9D. Windows color (decimal): -14818424 or 8971037. OLE color: 8971037.
HSL color Cylindrical-coordinate representation of color #1DE388: hue angle of 152.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE388 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 227 | 136 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.11 |
| HSL | 152.42º | 0.78% | 0.5% | - |
| HSV(B) | 152.42º | 0.87% | 0.89% | - |
| XYZ | 32.42 | 56.98 | 32.58 | - |
| YUV | 157.42 | 115.9 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 227 | 136 | 0.87 | 0 | 0.40 | 0.11 | 152.42 | 0.78 | 0.5 |
| Hex | 1D | E3 | 88 | 57 | 0 | 28 | B | 98 | 4E | 32 |
| Octal | 35 | 343 | 210 | 127 | 0 | 50 | 13 | 230 | 116 | 62 |
| Binary | 11101 | 11100011 | 10001000 | 1010111 | 0 | 101000 | 1011 | 10011000 | 1001110 | 110010 |
Color Harmonies of #1DE388
Complementary color
Monochromatic Colors of #1DE388
Black with #1DE388
Text Example
Text Example
White with #1DE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE388; }
p { color: rgb(29,227,136); }
H1.HeaderClassName
{
color: #1DE388;
}
.AnyTagClassName
{
color: #1DE388;
}
</style>
background-color css
<style>
a { background-color: #1DE388; }
a { background-color: rgb(29,227,136); }
div.DivClassName
{
background-color: #1DE388;
}
.BgClassName
{
background-color: #1DE388;
}
</style>
border-color css
<style>
span { border-color: #1DE388; }
span { border-color: rgb(29,227,136); }
td.TdClassName
{
border-color: #1DE388;
}
.TagClassName
{
border-color: #1DE388;
}
</style>