Shades of Shamrock #1FD982
Tints of Shamrock #1FD982
RGB
CMYK
RGB Variations
Color information
#1FD982 (or 0x1FD982) is known color: Shamrock. HEX triplet: 1F, D9 and 82. RGB value is (31,217,130). Sum of RGB (Red+Green+Blue) = 31+217+130=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD982 is #E0267D. Grayscale: #979797. Windows color (decimal): -14689918 or 8575263. OLE color: 8575263.
HSL color Cylindrical-coordinate representation of color #1FD982: hue angle of 151.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD982 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 130 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.15 |
| HSL | 151.94º | 0.75% | 0.49% | - |
| HSV(B) | 151.94º | 0.86% | 0.85% | - |
| XYZ | 29.41 | 51.53 | 29.52 | - |
| YUV | 151.47 | 115.88 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 130 | 0.86 | 0 | 0.40 | 0.15 | 151.94 | 0.75 | 0.49 |
| Hex | 1F | D9 | 82 | 56 | 0 | 28 | F | 98 | 4B | 31 |
| Octal | 37 | 331 | 202 | 126 | 0 | 50 | 17 | 230 | 113 | 61 |
| Binary | 11111 | 11011001 | 10000010 | 1010110 | 0 | 101000 | 1111 | 10011000 | 1001011 | 110001 |
Color Harmonies of #1FD982
Complementary color
Monochromatic Colors of #1FD982
Black with #1FD982
Text Example
Text Example
White with #1FD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD982; }
p { color: rgb(31,217,130); }
H1.HeaderClassName
{
color: #1FD982;
}
.AnyTagClassName
{
color: #1FD982;
}
</style>
background-color css
<style>
a { background-color: #1FD982; }
a { background-color: rgb(31,217,130); }
div.DivClassName
{
background-color: #1FD982;
}
.BgClassName
{
background-color: #1FD982;
}
</style>
border-color css
<style>
span { border-color: #1FD982; }
span { border-color: rgb(31,217,130); }
td.TdClassName
{
border-color: #1FD982;
}
.TagClassName
{
border-color: #1FD982;
}
</style>