Shades of Shamrock #1FD38D
Tints of Shamrock #1FD38D
RGB
CMYK
RGB Variations
Color information
#1FD38D (or 0x1FD38D) is known color: Shamrock. HEX triplet: 1F, D3 and 8D. RGB value is (31,211,141). Sum of RGB (Red+Green+Blue) = 31+211+141=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD38D is #E02C72. Grayscale: #959595. Windows color (decimal): -14691443 or 9294623. OLE color: 9294623.
HSL color Cylindrical-coordinate representation of color #1FD38D: hue angle of 156.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD38D is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 141 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.17 |
| HSL | 156.67º | 0.74% | 0.47% | - |
| HSV(B) | 156.67º | 0.85% | 0.83% | - |
| XYZ | 28.67 | 48.8 | 33.11 | - |
| YUV | 149.2 | 123.37 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 141 | 0.85 | 0 | 0.33 | 0.17 | 156.67 | 0.74 | 0.47 |
| Hex | 1F | D3 | 8D | 55 | 0 | 21 | 11 | 9D | 4A | 2F |
| Octal | 37 | 323 | 215 | 125 | 0 | 41 | 21 | 235 | 112 | 57 |
| Binary | 11111 | 11010011 | 10001101 | 1010101 | 0 | 100001 | 10001 | 10011101 | 1001010 | 101111 |
Color Harmonies of #1FD38D
Complementary color
Monochromatic Colors of #1FD38D
Black with #1FD38D
Text Example
Text Example
White with #1FD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD38D; }
p { color: rgb(31,211,141); }
H1.HeaderClassName
{
color: #1FD38D;
}
.AnyTagClassName
{
color: #1FD38D;
}
</style>
background-color css
<style>
a { background-color: #1FD38D; }
a { background-color: rgb(31,211,141); }
div.DivClassName
{
background-color: #1FD38D;
}
.BgClassName
{
background-color: #1FD38D;
}
</style>
border-color css
<style>
span { border-color: #1FD38D; }
span { border-color: rgb(31,211,141); }
td.TdClassName
{
border-color: #1FD38D;
}
.TagClassName
{
border-color: #1FD38D;
}
</style>