Shades of Shamrock #1FD885
Tints of Shamrock #1FD885
RGB
CMYK
RGB Variations
Color information
#1FD885 (or 0x1FD885) is known color: Shamrock. HEX triplet: 1F, D8 and 85. RGB value is (31,216,133). Sum of RGB (Red+Green+Blue) = 31+216+133=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD885 is #E0277A. Grayscale: #979797. Windows color (decimal): -14690171 or 8771615. OLE color: 8771615.
HSL color Cylindrical-coordinate representation of color #1FD885: hue angle of 153.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD885 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 133 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.15 |
| HSL | 153.08º | 0.75% | 0.48% | - |
| HSV(B) | 153.08º | 0.86% | 0.85% | - |
| XYZ | 29.35 | 51.1 | 30.51 | - |
| YUV | 151.22 | 117.71 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 133 | 0.86 | 0 | 0.38 | 0.15 | 153.08 | 0.75 | 0.48 |
| Hex | 1F | D8 | 85 | 56 | 0 | 26 | F | 99 | 4B | 30 |
| Octal | 37 | 330 | 205 | 126 | 0 | 46 | 17 | 231 | 113 | 60 |
| Binary | 11111 | 11011000 | 10000101 | 1010110 | 0 | 100110 | 1111 | 10011001 | 1001011 | 110000 |
Color Harmonies of #1FD885
Complementary color
Monochromatic Colors of #1FD885
Black with #1FD885
Text Example
Text Example
White with #1FD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD885; }
p { color: rgb(31,216,133); }
H1.HeaderClassName
{
color: #1FD885;
}
.AnyTagClassName
{
color: #1FD885;
}
</style>
background-color css
<style>
a { background-color: #1FD885; }
a { background-color: rgb(31,216,133); }
div.DivClassName
{
background-color: #1FD885;
}
.BgClassName
{
background-color: #1FD885;
}
</style>
border-color css
<style>
span { border-color: #1FD885; }
span { border-color: rgb(31,216,133); }
td.TdClassName
{
border-color: #1FD885;
}
.TagClassName
{
border-color: #1FD885;
}
</style>