Shades of Shamrock #1FDD8E
Tints of Shamrock #1FDD8E
RGB
CMYK
RGB Variations
Color information
#1FDD8E (or 0x1FDD8E) is known color: Shamrock. HEX triplet: 1F, DD and 8E. RGB value is (31,221,142). Sum of RGB (Red+Green+Blue) = 31+221+142=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDD8E is #E02271. Grayscale: #9B9B9B. Windows color (decimal): -14688882 or 9362719. OLE color: 9362719.
HSL color Cylindrical-coordinate representation of color #1FDD8E: hue angle of 155.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDD8E is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 142 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.13 |
| HSL | 155.05º | 0.75% | 0.49% | - |
| HSV(B) | 155.05º | 0.86% | 0.87% | - |
| XYZ | 31.3 | 53.96 | 34.36 | - |
| YUV | 155.18 | 120.55 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 142 | 0.86 | 0 | 0.36 | 0.13 | 155.05 | 0.75 | 0.49 |
| Hex | 1F | DD | 8E | 56 | 0 | 24 | D | 9B | 4B | 31 |
| Octal | 37 | 335 | 216 | 126 | 0 | 44 | 15 | 233 | 113 | 61 |
| Binary | 11111 | 11011101 | 10001110 | 1010110 | 0 | 100100 | 1101 | 10011011 | 1001011 | 110001 |
Color Harmonies of #1FDD8E
Complementary color
Monochromatic Colors of #1FDD8E
Black with #1FDD8E
Text Example
Text Example
White with #1FDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD8E; }
p { color: rgb(31,221,142); }
H1.HeaderClassName
{
color: #1FDD8E;
}
.AnyTagClassName
{
color: #1FDD8E;
}
</style>
background-color css
<style>
a { background-color: #1FDD8E; }
a { background-color: rgb(31,221,142); }
div.DivClassName
{
background-color: #1FDD8E;
}
.BgClassName
{
background-color: #1FDD8E;
}
</style>
border-color css
<style>
span { border-color: #1FDD8E; }
span { border-color: rgb(31,221,142); }
td.TdClassName
{
border-color: #1FDD8E;
}
.TagClassName
{
border-color: #1FDD8E;
}
</style>