Shades of Shamrock #1FDB99
Tints of Shamrock #1FDB99
RGB
CMYK
RGB Variations
Color information
#1FDB99 (or 0x1FDB99) is known color: Shamrock. HEX triplet: 1F, DB and 99. RGB value is (31,219,153). Sum of RGB (Red+Green+Blue) = 31+219+153=403 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.69% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDB99 is #E02466. Grayscale: #9B9B9B. Windows color (decimal): -14689383 or 10083103. OLE color: 10083103.
HSL color Cylindrical-coordinate representation of color #1FDB99: hue angle of 158.94º 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 #1FDB99 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 153 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.14 |
| HSL | 158.94º | 0.75% | 0.49% | - |
| HSV(B) | 158.94º | 0.86% | 0.86% | - |
| XYZ | 31.65 | 53.25 | 38.75 | - |
| YUV | 155.26 | 126.72 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 153 | 0.86 | 0 | 0.30 | 0.14 | 158.94 | 0.75 | 0.49 |
| Hex | 1F | DB | 99 | 56 | 0 | 1E | E | 9F | 4B | 31 |
| Octal | 37 | 333 | 231 | 126 | 0 | 36 | 16 | 237 | 113 | 61 |
| Binary | 11111 | 11011011 | 10011001 | 1010110 | 0 | 11110 | 1110 | 10011111 | 1001011 | 110001 |
Color Harmonies of #1FDB99
Complementary color
Monochromatic Colors of #1FDB99
Black with #1FDB99
Text Example
Text Example
White with #1FDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB99; }
p { color: rgb(31,219,153); }
H1.HeaderClassName
{
color: #1FDB99;
}
.AnyTagClassName
{
color: #1FDB99;
}
</style>
background-color css
<style>
a { background-color: #1FDB99; }
a { background-color: rgb(31,219,153); }
div.DivClassName
{
background-color: #1FDB99;
}
.BgClassName
{
background-color: #1FDB99;
}
</style>
border-color css
<style>
span { border-color: #1FDB99; }
span { border-color: rgb(31,219,153); }
td.TdClassName
{
border-color: #1FDB99;
}
.TagClassName
{
border-color: #1FDB99;
}
</style>