Shades of Shamrock #1BDD8C
Tints of Shamrock #1BDD8C
RGB
CMYK
RGB Variations
Color information
#1BDD8C (or 0x1BDD8C) is known color: Shamrock. HEX triplet: 1B, DD and 8C. RGB value is (27,221,140). Sum of RGB (Red+Green+Blue) = 27+221+140=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD8C is #E42273. Grayscale: #999999. Windows color (decimal): -14951028 or 9231643. OLE color: 9231643.
HSL color Cylindrical-coordinate representation of color #1BDD8C: hue angle of 154.95º 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 #1BDD8C is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 140 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.13 |
| HSL | 154.95º | 0.78% | 0.49% | - |
| HSV(B) | 154.95º | 0.88% | 0.87% | - |
| XYZ | 31.04 | 53.84 | 33.57 | - |
| YUV | 153.76 | 120.23 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 140 | 0.88 | 0 | 0.37 | 0.13 | 154.95 | 0.78 | 0.49 |
| Hex | 1B | DD | 8C | 58 | 0 | 25 | D | 9B | 4E | 31 |
| Octal | 33 | 335 | 214 | 130 | 0 | 45 | 15 | 233 | 116 | 61 |
| Binary | 11011 | 11011101 | 10001100 | 1011000 | 0 | 100101 | 1101 | 10011011 | 1001110 | 110001 |
Color Harmonies of #1BDD8C
Complementary color
Monochromatic Colors of #1BDD8C
Black with #1BDD8C
Text Example
Text Example
White with #1BDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD8C; }
p { color: rgb(27,221,140); }
H1.HeaderClassName
{
color: #1BDD8C;
}
.AnyTagClassName
{
color: #1BDD8C;
}
</style>
background-color css
<style>
a { background-color: #1BDD8C; }
a { background-color: rgb(27,221,140); }
div.DivClassName
{
background-color: #1BDD8C;
}
.BgClassName
{
background-color: #1BDD8C;
}
</style>
border-color css
<style>
span { border-color: #1BDD8C; }
span { border-color: rgb(27,221,140); }
td.TdClassName
{
border-color: #1BDD8C;
}
.TagClassName
{
border-color: #1BDD8C;
}
</style>