Shades of Shamrock #1DDC87
Tints of Shamrock #1DDC87
RGB
CMYK
RGB Variations
Color information
#1DDC87 (or 0x1DDC87) is known color: Shamrock. HEX triplet: 1D, DC and 87. RGB value is (29,220,135). Sum of RGB (Red+Green+Blue) = 29+220+135=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC87 is #E22378. Grayscale: #999999. Windows color (decimal): -14820217 or 8903709. OLE color: 8903709.
HSL color Cylindrical-coordinate representation of color #1DDC87: hue angle of 153.3º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC87 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 135 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.14 |
| HSL | 153.3º | 0.77% | 0.49% | - |
| HSV(B) | 153.3º | 0.87% | 0.86% | - |
| XYZ | 30.47 | 53.2 | 31.58 | - |
| YUV | 153.2 | 117.72 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 135 | 0.87 | 0 | 0.39 | 0.14 | 153.3 | 0.77 | 0.49 |
| Hex | 1D | DC | 87 | 57 | 0 | 27 | E | 99 | 4D | 31 |
| Octal | 35 | 334 | 207 | 127 | 0 | 47 | 16 | 231 | 115 | 61 |
| Binary | 11101 | 11011100 | 10000111 | 1010111 | 0 | 100111 | 1110 | 10011001 | 1001101 | 110001 |
Color Harmonies of #1DDC87
Complementary color
Monochromatic Colors of #1DDC87
Black with #1DDC87
Text Example
Text Example
White with #1DDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC87; }
p { color: rgb(29,220,135); }
H1.HeaderClassName
{
color: #1DDC87;
}
.AnyTagClassName
{
color: #1DDC87;
}
</style>
background-color css
<style>
a { background-color: #1DDC87; }
a { background-color: rgb(29,220,135); }
div.DivClassName
{
background-color: #1DDC87;
}
.BgClassName
{
background-color: #1DDC87;
}
</style>
border-color css
<style>
span { border-color: #1DDC87; }
span { border-color: rgb(29,220,135); }
td.TdClassName
{
border-color: #1DDC87;
}
.TagClassName
{
border-color: #1DDC87;
}
</style>