Shades of Shamrock #1BDD95
Tints of Shamrock #1BDD95
RGB
CMYK
RGB Variations
Color information
#1BDD95 (or 0x1BDD95) is known color: Shamrock. HEX triplet: 1B, DD and 95. RGB value is (27,221,149). Sum of RGB (Red+Green+Blue) = 27+221+149=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD95 is #E4226A. Grayscale: #9A9A9A. Windows color (decimal): -14951019 or 9821467. OLE color: 9821467.
HSL color Cylindrical-coordinate representation of color #1BDD95: hue angle of 157.73º 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 #1BDD95 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 149 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.13 |
| HSL | 157.73º | 0.78% | 0.49% | - |
| HSV(B) | 157.73º | 0.88% | 0.87% | - |
| XYZ | 31.73 | 54.12 | 37.21 | - |
| YUV | 154.79 | 124.73 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 149 | 0.88 | 0 | 0.33 | 0.13 | 157.73 | 0.78 | 0.49 |
| Hex | 1B | DD | 95 | 58 | 0 | 21 | D | 9E | 4E | 31 |
| Octal | 33 | 335 | 225 | 130 | 0 | 41 | 15 | 236 | 116 | 61 |
| Binary | 11011 | 11011101 | 10010101 | 1011000 | 0 | 100001 | 1101 | 10011110 | 1001110 | 110001 |
Color Harmonies of #1BDD95
Complementary color
Monochromatic Colors of #1BDD95
Black with #1BDD95
Text Example
Text Example
White with #1BDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD95; }
p { color: rgb(27,221,149); }
H1.HeaderClassName
{
color: #1BDD95;
}
.AnyTagClassName
{
color: #1BDD95;
}
</style>
background-color css
<style>
a { background-color: #1BDD95; }
a { background-color: rgb(27,221,149); }
div.DivClassName
{
background-color: #1BDD95;
}
.BgClassName
{
background-color: #1BDD95;
}
</style>
border-color css
<style>
span { border-color: #1BDD95; }
span { border-color: rgb(27,221,149); }
td.TdClassName
{
border-color: #1BDD95;
}
.TagClassName
{
border-color: #1BDD95;
}
</style>