Shades of Shamrock #1FDD85
Tints of Shamrock #1FDD85
RGB
CMYK
RGB Variations
Color information
#1FDD85 (or 0x1FDD85) is known color: Shamrock. HEX triplet: 1F, DD and 85. RGB value is (31,221,133). Sum of RGB (Red+Green+Blue) = 31+221+133=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDD85 is #E0227A. Grayscale: #9A9A9A. Windows color (decimal): -14688891 or 8772895. OLE color: 8772895.
HSL color Cylindrical-coordinate representation of color #1FDD85: hue angle of 152.21º 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 #1FDD85 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 133 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.13 |
| HSL | 152.21º | 0.75% | 0.49% | - |
| HSV(B) | 152.21º | 0.86% | 0.87% | - |
| XYZ | 30.66 | 53.7 | 30.94 | - |
| YUV | 154.16 | 116.05 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 133 | 0.86 | 0 | 0.40 | 0.13 | 152.21 | 0.75 | 0.49 |
| Hex | 1F | DD | 85 | 56 | 0 | 28 | D | 98 | 4B | 31 |
| Octal | 37 | 335 | 205 | 126 | 0 | 50 | 15 | 230 | 113 | 61 |
| Binary | 11111 | 11011101 | 10000101 | 1010110 | 0 | 101000 | 1101 | 10011000 | 1001011 | 110001 |
Color Harmonies of #1FDD85
Complementary color
Monochromatic Colors of #1FDD85
Black with #1FDD85
Text Example
Text Example
White with #1FDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD85; }
p { color: rgb(31,221,133); }
H1.HeaderClassName
{
color: #1FDD85;
}
.AnyTagClassName
{
color: #1FDD85;
}
</style>
background-color css
<style>
a { background-color: #1FDD85; }
a { background-color: rgb(31,221,133); }
div.DivClassName
{
background-color: #1FDD85;
}
.BgClassName
{
background-color: #1FDD85;
}
</style>
border-color css
<style>
span { border-color: #1FDD85; }
span { border-color: rgb(31,221,133); }
td.TdClassName
{
border-color: #1FDD85;
}
.TagClassName
{
border-color: #1FDD85;
}
</style>