Shades of Shamrock #1DE386
Tints of Shamrock #1DE386
RGB
CMYK
RGB Variations
Color information
#1DE386 (or 0x1DE386) is known color: Shamrock. HEX triplet: 1D, E3 and 86. RGB value is (29,227,134). Sum of RGB (Red+Green+Blue) = 29+227+134=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DE386 is #E21C79. Grayscale: #9D9D9D. Windows color (decimal): -14818426 or 8839965. OLE color: 8839965.
HSL color Cylindrical-coordinate representation of color #1DE386: hue angle of 151.82º 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 #1DE386 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 227 | 134 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.11 |
| HSL | 151.82º | 0.78% | 0.5% | - |
| HSV(B) | 151.82º | 0.87% | 0.89% | - |
| XYZ | 32.28 | 56.92 | 31.84 | - |
| YUV | 157.2 | 114.9 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 227 | 134 | 0.87 | 0 | 0.41 | 0.11 | 151.82 | 0.78 | 0.5 |
| Hex | 1D | E3 | 86 | 57 | 0 | 29 | B | 98 | 4E | 32 |
| Octal | 35 | 343 | 206 | 127 | 0 | 51 | 13 | 230 | 116 | 62 |
| Binary | 11101 | 11100011 | 10000110 | 1010111 | 0 | 101001 | 1011 | 10011000 | 1001110 | 110010 |
Color Harmonies of #1DE386
Complementary color
Monochromatic Colors of #1DE386
Black with #1DE386
Text Example
Text Example
White with #1DE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE386; }
p { color: rgb(29,227,134); }
H1.HeaderClassName
{
color: #1DE386;
}
.AnyTagClassName
{
color: #1DE386;
}
</style>
background-color css
<style>
a { background-color: #1DE386; }
a { background-color: rgb(29,227,134); }
div.DivClassName
{
background-color: #1DE386;
}
.BgClassName
{
background-color: #1DE386;
}
</style>
border-color css
<style>
span { border-color: #1DE386; }
span { border-color: rgb(29,227,134); }
td.TdClassName
{
border-color: #1DE386;
}
.TagClassName
{
border-color: #1DE386;
}
</style>