Shades of Shamrock #1DE3B1
Tints of Shamrock #1DE3B1
RGB
CMYK
RGB Variations
Color information
#1DE3B1 (or 0x1DE3B1) is known color: Shamrock. HEX triplet: 1D, E3 and B1. RGB value is (29,227,177). Sum of RGB (Red+Green+Blue) = 29+227+177=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE3B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DE3B1 is #E21C4E. Grayscale: #A2A2A2. Windows color (decimal): -14818383 or 11658013. OLE color: 11658013.
HSL color Cylindrical-coordinate representation of color #1DE3B1: hue angle of 164.85º 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 #1DE3B1 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 227 | 177 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.11 |
| HSL | 164.85º | 0.78% | 0.5% | - |
| HSV(B) | 164.85º | 0.87% | 0.89% | - |
| XYZ | 35.91 | 58.37 | 50.97 | - |
| YUV | 162.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 227 | 177 | 0.87 | 0 | 0.22 | 0.11 | 164.85 | 0.78 | 0.5 |
| Hex | 1D | E3 | B1 | 57 | 0 | 16 | B | A5 | 4E | 32 |
| Octal | 35 | 343 | 261 | 127 | 0 | 26 | 13 | 245 | 116 | 62 |
| Binary | 11101 | 11100011 | 10110001 | 1010111 | 0 | 10110 | 1011 | 10100101 | 1001110 | 110010 |
Color Harmonies of #1DE3B1
Complementary color
Monochromatic Colors of #1DE3B1
Black with #1DE3B1
Text Example
Text Example
White with #1DE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE3B1; }
p { color: rgb(29,227,177); }
H1.HeaderClassName
{
color: #1DE3B1;
}
.AnyTagClassName
{
color: #1DE3B1;
}
</style>
background-color css
<style>
a { background-color: #1DE3B1; }
a { background-color: rgb(29,227,177); }
div.DivClassName
{
background-color: #1DE3B1;
}
.BgClassName
{
background-color: #1DE3B1;
}
</style>
border-color css
<style>
span { border-color: #1DE3B1; }
span { border-color: rgb(29,227,177); }
td.TdClassName
{
border-color: #1DE3B1;
}
.TagClassName
{
border-color: #1DE3B1;
}
</style>