Shades of Shamrock #1CDD7D
Tints of Shamrock #1CDD7D
RGB
CMYK
RGB Variations
Color information
#1CDD7D (or 0x1CDD7D) is known color: Shamrock. HEX triplet: 1C, DD and 7D. RGB value is (28,221,125). Sum of RGB (Red+Green+Blue) = 28+221+125=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDD7D is #E32282. Grayscale: #989898. Windows color (decimal): -14885507 or 8248604. OLE color: 8248604.
HSL color Cylindrical-coordinate representation of color #1CDD7D: hue angle of 150.16º 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 #1CDD7D is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 125 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.13 |
| HSL | 150.16º | 0.78% | 0.49% | - |
| HSV(B) | 150.16º | 0.87% | 0.87% | - |
| XYZ | 30.04 | 53.44 | 28.13 | - |
| YUV | 152.35 | 112.56 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 125 | 0.87 | 0 | 0.43 | 0.13 | 150.16 | 0.78 | 0.49 |
| Hex | 1C | DD | 7D | 57 | 0 | 2B | D | 96 | 4E | 31 |
| Octal | 34 | 335 | 175 | 127 | 0 | 53 | 15 | 226 | 116 | 61 |
| Binary | 11100 | 11011101 | 1111101 | 1010111 | 0 | 101011 | 1101 | 10010110 | 1001110 | 110001 |
Color Harmonies of #1CDD7D
Complementary color
Monochromatic Colors of #1CDD7D
Black with #1CDD7D
Text Example
Text Example
White with #1CDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD7D; }
p { color: rgb(28,221,125); }
H1.HeaderClassName
{
color: #1CDD7D;
}
.AnyTagClassName
{
color: #1CDD7D;
}
</style>
background-color css
<style>
a { background-color: #1CDD7D; }
a { background-color: rgb(28,221,125); }
div.DivClassName
{
background-color: #1CDD7D;
}
.BgClassName
{
background-color: #1CDD7D;
}
</style>
border-color css
<style>
span { border-color: #1CDD7D; }
span { border-color: rgb(28,221,125); }
td.TdClassName
{
border-color: #1CDD7D;
}
.TagClassName
{
border-color: #1CDD7D;
}
</style>