Shades of Shamrock #1FDF96
Tints of Shamrock #1FDF96
RGB
CMYK
RGB Variations
Color information
#1FDF96 (or 0x1FDF96) is known color: Shamrock. HEX triplet: 1F, DF and 96. RGB value is (31,223,150). Sum of RGB (Red+Green+Blue) = 31+223+150=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDF96 is #E02069. Grayscale: #9D9D9D. Windows color (decimal): -14688362 or 9887519. OLE color: 9887519.
HSL color Cylindrical-coordinate representation of color #1FDF96: hue angle of 157.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDF96 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 150 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.13 |
| HSL | 157.19º | 0.76% | 0.5% | - |
| HSV(B) | 157.19º | 0.86% | 0.87% | - |
| XYZ | 32.46 | 55.27 | 37.81 | - |
| YUV | 157.27 | 123.89 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 150 | 0.86 | 0 | 0.33 | 0.13 | 157.19 | 0.76 | 0.5 |
| Hex | 1F | DF | 96 | 56 | 0 | 21 | D | 9D | 4C | 32 |
| Octal | 37 | 337 | 226 | 126 | 0 | 41 | 15 | 235 | 114 | 62 |
| Binary | 11111 | 11011111 | 10010110 | 1010110 | 0 | 100001 | 1101 | 10011101 | 1001100 | 110010 |
Color Harmonies of #1FDF96
Complementary color
Monochromatic Colors of #1FDF96
Black with #1FDF96
Text Example
Text Example
White with #1FDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDF96; }
p { color: rgb(31,223,150); }
H1.HeaderClassName
{
color: #1FDF96;
}
.AnyTagClassName
{
color: #1FDF96;
}
</style>
background-color css
<style>
a { background-color: #1FDF96; }
a { background-color: rgb(31,223,150); }
div.DivClassName
{
background-color: #1FDF96;
}
.BgClassName
{
background-color: #1FDF96;
}
</style>
border-color css
<style>
span { border-color: #1FDF96; }
span { border-color: rgb(31,223,150); }
td.TdClassName
{
border-color: #1FDF96;
}
.TagClassName
{
border-color: #1FDF96;
}
</style>