Shades of Shamrock #1FDB93
Tints of Shamrock #1FDB93
RGB
CMYK
RGB Variations
Color information
#1FDB93 (or 0x1FDB93) is known color: Shamrock. HEX triplet: 1F, DB and 93. RGB value is (31,219,147). Sum of RGB (Red+Green+Blue) = 31+219+147=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDB93 is #E0246C. Grayscale: #9A9A9A. Windows color (decimal): -14689389 or 9689887. OLE color: 9689887.
HSL color Cylindrical-coordinate representation of color #1FDB93: hue angle of 157.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDB93 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 147 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.14 |
| HSL | 157.02º | 0.75% | 0.49% | - |
| HSV(B) | 157.02º | 0.86% | 0.86% | - |
| XYZ | 31.16 | 53.06 | 36.2 | - |
| YUV | 154.58 | 123.72 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 147 | 0.86 | 0 | 0.33 | 0.14 | 157.02 | 0.75 | 0.49 |
| Hex | 1F | DB | 93 | 56 | 0 | 21 | E | 9D | 4B | 31 |
| Octal | 37 | 333 | 223 | 126 | 0 | 41 | 16 | 235 | 113 | 61 |
| Binary | 11111 | 11011011 | 10010011 | 1010110 | 0 | 100001 | 1110 | 10011101 | 1001011 | 110001 |
Color Harmonies of #1FDB93
Complementary color
Monochromatic Colors of #1FDB93
Black with #1FDB93
Text Example
Text Example
White with #1FDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB93; }
p { color: rgb(31,219,147); }
H1.HeaderClassName
{
color: #1FDB93;
}
.AnyTagClassName
{
color: #1FDB93;
}
</style>
background-color css
<style>
a { background-color: #1FDB93; }
a { background-color: rgb(31,219,147); }
div.DivClassName
{
background-color: #1FDB93;
}
.BgClassName
{
background-color: #1FDB93;
}
</style>
border-color css
<style>
span { border-color: #1FDB93; }
span { border-color: rgb(31,219,147); }
td.TdClassName
{
border-color: #1FDB93;
}
.TagClassName
{
border-color: #1FDB93;
}
</style>