Shades of Shamrock #1CDD84
Tints of Shamrock #1CDD84
RGB
CMYK
RGB Variations
Color information
#1CDD84 (or 0x1CDD84) is known color: Shamrock. HEX triplet: 1C, DD and 84. RGB value is (28,221,132). Sum of RGB (Red+Green+Blue) = 28+221+132=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDD84 is #E3227B. Grayscale: #999999. Windows color (decimal): -14885500 or 8707356. OLE color: 8707356.
HSL color Cylindrical-coordinate representation of color #1CDD84: hue angle of 152.33º 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 #1CDD84 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 132 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.13 |
| HSL | 152.33º | 0.78% | 0.49% | - |
| HSV(B) | 152.33º | 0.87% | 0.87% | - |
| XYZ | 30.5 | 53.63 | 30.57 | - |
| YUV | 153.15 | 116.06 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 132 | 0.87 | 0 | 0.40 | 0.13 | 152.33 | 0.78 | 0.49 |
| Hex | 1C | DD | 84 | 57 | 0 | 28 | D | 98 | 4E | 31 |
| Octal | 34 | 335 | 204 | 127 | 0 | 50 | 15 | 230 | 116 | 61 |
| Binary | 11100 | 11011101 | 10000100 | 1010111 | 0 | 101000 | 1101 | 10011000 | 1001110 | 110001 |
Color Harmonies of #1CDD84
Complementary color
Monochromatic Colors of #1CDD84
Black with #1CDD84
Text Example
Text Example
White with #1CDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD84; }
p { color: rgb(28,221,132); }
H1.HeaderClassName
{
color: #1CDD84;
}
.AnyTagClassName
{
color: #1CDD84;
}
</style>
background-color css
<style>
a { background-color: #1CDD84; }
a { background-color: rgb(28,221,132); }
div.DivClassName
{
background-color: #1CDD84;
}
.BgClassName
{
background-color: #1CDD84;
}
</style>
border-color css
<style>
span { border-color: #1CDD84; }
span { border-color: rgb(28,221,132); }
td.TdClassName
{
border-color: #1CDD84;
}
.TagClassName
{
border-color: #1CDD84;
}
</style>