Shades of Shamrock #1FE0B1
Tints of Shamrock #1FE0B1
RGB
CMYK
RGB Variations
Color information
#1FE0B1 (or 0x1FE0B1) is known color: Shamrock. HEX triplet: 1F, E0 and B1. RGB value is (31,224,177). Sum of RGB (Red+Green+Blue) = 31+224+177=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE0B1 is #E01F4E. Grayscale: #A0A0A0. Windows color (decimal): -14688079 or 11657247. OLE color: 11657247.
HSL color Cylindrical-coordinate representation of color #1FE0B1: hue angle of 165.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE0B1 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 177 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.12 |
| HSL | 165.39º | 0.76% | 0.5% | - |
| HSV(B) | 165.39º | 0.86% | 0.88% | - |
| XYZ | 35.16 | 56.78 | 50.7 | - |
| YUV | 160.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 177 | 0.86 | 0 | 0.21 | 0.12 | 165.39 | 0.76 | 0.5 |
| Hex | 1F | E0 | B1 | 56 | 0 | 15 | C | A5 | 4C | 32 |
| Octal | 37 | 340 | 261 | 126 | 0 | 25 | 14 | 245 | 114 | 62 |
| Binary | 11111 | 11100000 | 10110001 | 1010110 | 0 | 10101 | 1100 | 10100101 | 1001100 | 110010 |
Color Harmonies of #1FE0B1
Complementary color
Monochromatic Colors of #1FE0B1
Black with #1FE0B1
Text Example
Text Example
White with #1FE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0B1; }
p { color: rgb(31,224,177); }
H1.HeaderClassName
{
color: #1FE0B1;
}
.AnyTagClassName
{
color: #1FE0B1;
}
</style>
background-color css
<style>
a { background-color: #1FE0B1; }
a { background-color: rgb(31,224,177); }
div.DivClassName
{
background-color: #1FE0B1;
}
.BgClassName
{
background-color: #1FE0B1;
}
</style>
border-color css
<style>
span { border-color: #1FE0B1; }
span { border-color: rgb(31,224,177); }
td.TdClassName
{
border-color: #1FE0B1;
}
.TagClassName
{
border-color: #1FE0B1;
}
</style>