Shades of Shamrock #1BDB7F
Tints of Shamrock #1BDB7F
RGB
CMYK
RGB Variations
Color information
#1BDB7F (or 0x1BDB7F) is known color: Shamrock. HEX triplet: 1B, DB and 7F. RGB value is (27,219,127). Sum of RGB (Red+Green+Blue) = 27+219+127=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB7F is #E42480. Grayscale: #979797. Windows color (decimal): -14951553 or 8379163. OLE color: 8379163.
HSL color Cylindrical-coordinate representation of color #1BDB7F: hue angle of 151.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDB7F is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 127 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.14 |
| HSL | 151.25º | 0.78% | 0.48% | - |
| HSV(B) | 151.25º | 0.88% | 0.86% | - |
| XYZ | 29.61 | 52.43 | 28.64 | - |
| YUV | 151.1 | 114.39 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 127 | 0.88 | 0 | 0.42 | 0.14 | 151.25 | 0.78 | 0.48 |
| Hex | 1B | DB | 7F | 58 | 0 | 2A | E | 97 | 4E | 30 |
| Octal | 33 | 333 | 177 | 130 | 0 | 52 | 16 | 227 | 116 | 60 |
| Binary | 11011 | 11011011 | 1111111 | 1011000 | 0 | 101010 | 1110 | 10010111 | 1001110 | 110000 |
Color Harmonies of #1BDB7F
Complementary color
Monochromatic Colors of #1BDB7F
Black with #1BDB7F
Text Example
Text Example
White with #1BDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB7F; }
p { color: rgb(27,219,127); }
H1.HeaderClassName
{
color: #1BDB7F;
}
.AnyTagClassName
{
color: #1BDB7F;
}
</style>
background-color css
<style>
a { background-color: #1BDB7F; }
a { background-color: rgb(27,219,127); }
div.DivClassName
{
background-color: #1BDB7F;
}
.BgClassName
{
background-color: #1BDB7F;
}
</style>
border-color css
<style>
span { border-color: #1BDB7F; }
span { border-color: rgb(27,219,127); }
td.TdClassName
{
border-color: #1BDB7F;
}
.TagClassName
{
border-color: #1BDB7F;
}
</style>