Shades of Shamrock #1CDD87
Tints of Shamrock #1CDD87
RGB
CMYK
RGB Variations
Color information
#1CDD87 (or 0x1CDD87) is known color: Shamrock. HEX triplet: 1C, DD and 87. RGB value is (28,221,135). Sum of RGB (Red+Green+Blue) = 28+221+135=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDD87 is #E32278. Grayscale: #999999. Windows color (decimal): -14885497 or 8903964. OLE color: 8903964.
HSL color Cylindrical-coordinate representation of color #1CDD87: hue angle of 153.26º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD87 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 135 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.13 |
| HSL | 153.26º | 0.78% | 0.49% | - |
| HSV(B) | 153.26º | 0.87% | 0.87% | - |
| XYZ | 30.71 | 53.71 | 31.67 | - |
| YUV | 153.49 | 117.56 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 135 | 0.87 | 0 | 0.39 | 0.13 | 153.26 | 0.78 | 0.49 |
| Hex | 1C | DD | 87 | 57 | 0 | 27 | D | 99 | 4E | 31 |
| Octal | 34 | 335 | 207 | 127 | 0 | 47 | 15 | 231 | 116 | 61 |
| Binary | 11100 | 11011101 | 10000111 | 1010111 | 0 | 100111 | 1101 | 10011001 | 1001110 | 110001 |
Color Harmonies of #1CDD87
Complementary color
Monochromatic Colors of #1CDD87
Black with #1CDD87
Text Example
Text Example
White with #1CDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD87; }
p { color: rgb(28,221,135); }
H1.HeaderClassName
{
color: #1CDD87;
}
.AnyTagClassName
{
color: #1CDD87;
}
</style>
background-color css
<style>
a { background-color: #1CDD87; }
a { background-color: rgb(28,221,135); }
div.DivClassName
{
background-color: #1CDD87;
}
.BgClassName
{
background-color: #1CDD87;
}
</style>
border-color css
<style>
span { border-color: #1CDD87; }
span { border-color: rgb(28,221,135); }
td.TdClassName
{
border-color: #1CDD87;
}
.TagClassName
{
border-color: #1CDD87;
}
</style>