Shades of Shamrock #1BDF87
Tints of Shamrock #1BDF87
RGB
CMYK
RGB Variations
Color information
#1BDF87 (or 0x1BDF87) is known color: Shamrock. HEX triplet: 1B, DF and 87. RGB value is (27,223,135). Sum of RGB (Red+Green+Blue) = 27+223+135=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF87 is #E42078. Grayscale: #9A9A9A. Windows color (decimal): -14950521 or 8904475. OLE color: 8904475.
HSL color Cylindrical-coordinate representation of color #1BDF87: hue angle of 153.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDF87 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 135 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.13 |
| HSL | 153.06º | 0.78% | 0.49% | - |
| HSV(B) | 153.06º | 0.88% | 0.87% | - |
| XYZ | 31.21 | 54.76 | 31.85 | - |
| YUV | 154.36 | 117.07 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 135 | 0.88 | 0 | 0.39 | 0.13 | 153.06 | 0.78 | 0.49 |
| Hex | 1B | DF | 87 | 58 | 0 | 27 | D | 99 | 4E | 31 |
| Octal | 33 | 337 | 207 | 130 | 0 | 47 | 15 | 231 | 116 | 61 |
| Binary | 11011 | 11011111 | 10000111 | 1011000 | 0 | 100111 | 1101 | 10011001 | 1001110 | 110001 |
Color Harmonies of #1BDF87
Complementary color
Monochromatic Colors of #1BDF87
Black with #1BDF87
Text Example
Text Example
White with #1BDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF87; }
p { color: rgb(27,223,135); }
H1.HeaderClassName
{
color: #1BDF87;
}
.AnyTagClassName
{
color: #1BDF87;
}
</style>
background-color css
<style>
a { background-color: #1BDF87; }
a { background-color: rgb(27,223,135); }
div.DivClassName
{
background-color: #1BDF87;
}
.BgClassName
{
background-color: #1BDF87;
}
</style>
border-color css
<style>
span { border-color: #1BDF87; }
span { border-color: rgb(27,223,135); }
td.TdClassName
{
border-color: #1BDF87;
}
.TagClassName
{
border-color: #1BDF87;
}
</style>