Shades of Shamrock #1FDD84
Tints of Shamrock #1FDD84
RGB
CMYK
RGB Variations
Color information
#1FDD84 (or 0x1FDD84) is known color: Shamrock. HEX triplet: 1F, DD and 84. RGB value is (31,221,132). Sum of RGB (Red+Green+Blue) = 31+221+132=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDD84 is #E0227B. Grayscale: #9A9A9A. Windows color (decimal): -14688892 or 8707359. OLE color: 8707359.
HSL color Cylindrical-coordinate representation of color #1FDD84: hue angle of 151.89º 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 #1FDD84 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 132 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.13 |
| HSL | 151.89º | 0.75% | 0.49% | - |
| HSV(B) | 151.89º | 0.86% | 0.87% | - |
| XYZ | 30.59 | 53.67 | 30.58 | - |
| YUV | 154.04 | 115.55 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 132 | 0.86 | 0 | 0.40 | 0.13 | 151.89 | 0.75 | 0.49 |
| Hex | 1F | DD | 84 | 56 | 0 | 28 | D | 98 | 4B | 31 |
| Octal | 37 | 335 | 204 | 126 | 0 | 50 | 15 | 230 | 113 | 61 |
| Binary | 11111 | 11011101 | 10000100 | 1010110 | 0 | 101000 | 1101 | 10011000 | 1001011 | 110001 |
Color Harmonies of #1FDD84
Complementary color
Monochromatic Colors of #1FDD84
Black with #1FDD84
Text Example
Text Example
White with #1FDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD84; }
p { color: rgb(31,221,132); }
H1.HeaderClassName
{
color: #1FDD84;
}
.AnyTagClassName
{
color: #1FDD84;
}
</style>
background-color css
<style>
a { background-color: #1FDD84; }
a { background-color: rgb(31,221,132); }
div.DivClassName
{
background-color: #1FDD84;
}
.BgClassName
{
background-color: #1FDD84;
}
</style>
border-color css
<style>
span { border-color: #1FDD84; }
span { border-color: rgb(31,221,132); }
td.TdClassName
{
border-color: #1FDD84;
}
.TagClassName
{
border-color: #1FDD84;
}
</style>