Shades of Shamrock #1CDD85
Tints of Shamrock #1CDD85
RGB
CMYK
RGB Variations
Color information
#1CDD85 (or 0x1CDD85) is known color: Shamrock. HEX triplet: 1C, DD and 85. RGB value is (28,221,133). Sum of RGB (Red+Green+Blue) = 28+221+133=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDD85 is #E3227A. Grayscale: #999999. Windows color (decimal): -14885499 or 8772892. OLE color: 8772892.
HSL color Cylindrical-coordinate representation of color #1CDD85: hue angle of 152.64º 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 #1CDD85 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 133 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.13 |
| HSL | 152.64º | 0.78% | 0.49% | - |
| HSV(B) | 152.64º | 0.87% | 0.87% | - |
| XYZ | 30.57 | 53.65 | 30.94 | - |
| YUV | 153.26 | 116.56 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 133 | 0.87 | 0 | 0.40 | 0.13 | 152.64 | 0.78 | 0.49 |
| Hex | 1C | DD | 85 | 57 | 0 | 28 | D | 99 | 4E | 31 |
| Octal | 34 | 335 | 205 | 127 | 0 | 50 | 15 | 231 | 116 | 61 |
| Binary | 11100 | 11011101 | 10000101 | 1010111 | 0 | 101000 | 1101 | 10011001 | 1001110 | 110001 |
Color Harmonies of #1CDD85
Complementary color
Monochromatic Colors of #1CDD85
Black with #1CDD85
Text Example
Text Example
White with #1CDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD85; }
p { color: rgb(28,221,133); }
H1.HeaderClassName
{
color: #1CDD85;
}
.AnyTagClassName
{
color: #1CDD85;
}
</style>
background-color css
<style>
a { background-color: #1CDD85; }
a { background-color: rgb(28,221,133); }
div.DivClassName
{
background-color: #1CDD85;
}
.BgClassName
{
background-color: #1CDD85;
}
</style>
border-color css
<style>
span { border-color: #1CDD85; }
span { border-color: rgb(28,221,133); }
td.TdClassName
{
border-color: #1CDD85;
}
.TagClassName
{
border-color: #1CDD85;
}
</style>