Shades of Shamrock #1BDF95
Tints of Shamrock #1BDF95
RGB
CMYK
RGB Variations
Color information
#1BDF95 (or 0x1BDF95) is known color: Shamrock. HEX triplet: 1B, DF and 95. RGB value is (27,223,149). Sum of RGB (Red+Green+Blue) = 27+223+149=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF95 is #E4206A. Grayscale: #9C9C9C. Windows color (decimal): -14950507 or 9821979. OLE color: 9821979.
HSL color Cylindrical-coordinate representation of color #1BDF95: hue angle of 157.35º 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 #1BDF95 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 149 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.13 |
| HSL | 157.35º | 0.78% | 0.49% | - |
| HSV(B) | 157.35º | 0.88% | 0.87% | - |
| XYZ | 32.26 | 55.18 | 37.38 | - |
| YUV | 155.96 | 124.07 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 149 | 0.88 | 0 | 0.33 | 0.13 | 157.35 | 0.78 | 0.49 |
| Hex | 1B | DF | 95 | 58 | 0 | 21 | D | 9D | 4E | 31 |
| Octal | 33 | 337 | 225 | 130 | 0 | 41 | 15 | 235 | 116 | 61 |
| Binary | 11011 | 11011111 | 10010101 | 1011000 | 0 | 100001 | 1101 | 10011101 | 1001110 | 110001 |
Color Harmonies of #1BDF95
Complementary color
Monochromatic Colors of #1BDF95
Black with #1BDF95
Text Example
Text Example
White with #1BDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF95; }
p { color: rgb(27,223,149); }
H1.HeaderClassName
{
color: #1BDF95;
}
.AnyTagClassName
{
color: #1BDF95;
}
</style>
background-color css
<style>
a { background-color: #1BDF95; }
a { background-color: rgb(27,223,149); }
div.DivClassName
{
background-color: #1BDF95;
}
.BgClassName
{
background-color: #1BDF95;
}
</style>
border-color css
<style>
span { border-color: #1BDF95; }
span { border-color: rgb(27,223,149); }
td.TdClassName
{
border-color: #1BDF95;
}
.TagClassName
{
border-color: #1BDF95;
}
</style>