Shades of Shamrock #1BDD85
Tints of Shamrock #1BDD85
RGB
CMYK
RGB Variations
Color information
#1BDD85 (or 0x1BDD85) is known color: Shamrock. HEX triplet: 1B, DD and 85. RGB value is (27,221,133). Sum of RGB (Red+Green+Blue) = 27+221+133=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD85 is #E4227A. Grayscale: #999999. Windows color (decimal): -14951035 or 8772891. OLE color: 8772891.
HSL color Cylindrical-coordinate representation of color #1BDD85: hue angle of 152.78º 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 #1BDD85 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 133 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.13 |
| HSL | 152.78º | 0.78% | 0.49% | - |
| HSV(B) | 152.78º | 0.88% | 0.87% | - |
| XYZ | 30.54 | 53.64 | 30.93 | - |
| YUV | 152.96 | 116.73 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 133 | 0.88 | 0 | 0.40 | 0.13 | 152.78 | 0.78 | 0.49 |
| Hex | 1B | DD | 85 | 58 | 0 | 28 | D | 99 | 4E | 31 |
| Octal | 33 | 335 | 205 | 130 | 0 | 50 | 15 | 231 | 116 | 61 |
| Binary | 11011 | 11011101 | 10000101 | 1011000 | 0 | 101000 | 1101 | 10011001 | 1001110 | 110001 |
Color Harmonies of #1BDD85
Complementary color
Monochromatic Colors of #1BDD85
Black with #1BDD85
Text Example
Text Example
White with #1BDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD85; }
p { color: rgb(27,221,133); }
H1.HeaderClassName
{
color: #1BDD85;
}
.AnyTagClassName
{
color: #1BDD85;
}
</style>
background-color css
<style>
a { background-color: #1BDD85; }
a { background-color: rgb(27,221,133); }
div.DivClassName
{
background-color: #1BDD85;
}
.BgClassName
{
background-color: #1BDD85;
}
</style>
border-color css
<style>
span { border-color: #1BDD85; }
span { border-color: rgb(27,221,133); }
td.TdClassName
{
border-color: #1BDD85;
}
.TagClassName
{
border-color: #1BDD85;
}
</style>