Shades of Shamrock #1FD48D
Tints of Shamrock #1FD48D
RGB
CMYK
RGB Variations
Color information
#1FD48D (or 0x1FD48D) is known color: Shamrock. HEX triplet: 1F, D4 and 8D. RGB value is (31,212,141). Sum of RGB (Red+Green+Blue) = 31+212+141=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD48D is #E02B72. Grayscale: #959595. Windows color (decimal): -14691187 or 9294879. OLE color: 9294879.
HSL color Cylindrical-coordinate representation of color #1FD48D: hue angle of 156.46º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD48D is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 141 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.17 |
| HSL | 156.46º | 0.74% | 0.48% | - |
| HSV(B) | 156.46º | 0.85% | 0.83% | - |
| XYZ | 28.92 | 49.3 | 33.19 | - |
| YUV | 149.79 | 123.03 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 141 | 0.85 | 0 | 0.33 | 0.17 | 156.46 | 0.74 | 0.48 |
| Hex | 1F | D4 | 8D | 55 | 0 | 21 | 11 | 9C | 4A | 30 |
| Octal | 37 | 324 | 215 | 125 | 0 | 41 | 21 | 234 | 112 | 60 |
| Binary | 11111 | 11010100 | 10001101 | 1010101 | 0 | 100001 | 10001 | 10011100 | 1001010 | 110000 |
Color Harmonies of #1FD48D
Complementary color
Monochromatic Colors of #1FD48D
Black with #1FD48D
Text Example
Text Example
White with #1FD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD48D; }
p { color: rgb(31,212,141); }
H1.HeaderClassName
{
color: #1FD48D;
}
.AnyTagClassName
{
color: #1FD48D;
}
</style>
background-color css
<style>
a { background-color: #1FD48D; }
a { background-color: rgb(31,212,141); }
div.DivClassName
{
background-color: #1FD48D;
}
.BgClassName
{
background-color: #1FD48D;
}
</style>
border-color css
<style>
span { border-color: #1FD48D; }
span { border-color: rgb(31,212,141); }
td.TdClassName
{
border-color: #1FD48D;
}
.TagClassName
{
border-color: #1FD48D;
}
</style>