Shades of Shamrock #1DDC84
Tints of Shamrock #1DDC84
RGB
CMYK
RGB Variations
Color information
#1DDC84 (or 0x1DDC84) is known color: Shamrock. HEX triplet: 1D, DC and 84. RGB value is (29,220,132). Sum of RGB (Red+Green+Blue) = 29+220+132=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC84 is #E2237B. Grayscale: #999999. Windows color (decimal): -14820220 or 8707101. OLE color: 8707101.
HSL color Cylindrical-coordinate representation of color #1DDC84: hue angle of 152.36º 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 #1DDC84 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 132 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.14 |
| HSL | 152.36º | 0.77% | 0.49% | - |
| HSV(B) | 152.36º | 0.87% | 0.86% | - |
| XYZ | 30.26 | 53.11 | 30.49 | - |
| YUV | 152.86 | 116.22 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 132 | 0.87 | 0 | 0.40 | 0.14 | 152.36 | 0.77 | 0.49 |
| Hex | 1D | DC | 84 | 57 | 0 | 28 | E | 98 | 4D | 31 |
| Octal | 35 | 334 | 204 | 127 | 0 | 50 | 16 | 230 | 115 | 61 |
| Binary | 11101 | 11011100 | 10000100 | 1010111 | 0 | 101000 | 1110 | 10011000 | 1001101 | 110001 |
Color Harmonies of #1DDC84
Complementary color
Monochromatic Colors of #1DDC84
Black with #1DDC84
Text Example
Text Example
White with #1DDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC84; }
p { color: rgb(29,220,132); }
H1.HeaderClassName
{
color: #1DDC84;
}
.AnyTagClassName
{
color: #1DDC84;
}
</style>
background-color css
<style>
a { background-color: #1DDC84; }
a { background-color: rgb(29,220,132); }
div.DivClassName
{
background-color: #1DDC84;
}
.BgClassName
{
background-color: #1DDC84;
}
</style>
border-color css
<style>
span { border-color: #1DDC84; }
span { border-color: rgb(29,220,132); }
td.TdClassName
{
border-color: #1DDC84;
}
.TagClassName
{
border-color: #1DDC84;
}
</style>