Shades of Shamrock #1BD885
Tints of Shamrock #1BD885
RGB
CMYK
RGB Variations
Color information
#1BD885 (or 0x1BD885) is known color: Shamrock. HEX triplet: 1B, D8 and 85. RGB value is (27,216,133). Sum of RGB (Red+Green+Blue) = 27+216+133=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD885 is #E4277A. Grayscale: #969696. Windows color (decimal): -14952315 or 8771611. OLE color: 8771611.
HSL color Cylindrical-coordinate representation of color #1BD885: hue angle of 153.65º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD885 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 133 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.15 |
| HSL | 153.65º | 0.78% | 0.48% | - |
| HSV(B) | 153.65º | 0.88% | 0.85% | - |
| XYZ | 29.24 | 51.04 | 30.5 | - |
| YUV | 150.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 133 | 0.88 | 0 | 0.38 | 0.15 | 153.65 | 0.78 | 0.48 |
| Hex | 1B | D8 | 85 | 58 | 0 | 26 | F | 9A | 4E | 30 |
| Octal | 33 | 330 | 205 | 130 | 0 | 46 | 17 | 232 | 116 | 60 |
| Binary | 11011 | 11011000 | 10000101 | 1011000 | 0 | 100110 | 1111 | 10011010 | 1001110 | 110000 |
Color Harmonies of #1BD885
Complementary color
Monochromatic Colors of #1BD885
Black with #1BD885
Text Example
Text Example
White with #1BD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD885; }
p { color: rgb(27,216,133); }
H1.HeaderClassName
{
color: #1BD885;
}
.AnyTagClassName
{
color: #1BD885;
}
</style>
background-color css
<style>
a { background-color: #1BD885; }
a { background-color: rgb(27,216,133); }
div.DivClassName
{
background-color: #1BD885;
}
.BgClassName
{
background-color: #1BD885;
}
</style>
border-color css
<style>
span { border-color: #1BD885; }
span { border-color: rgb(27,216,133); }
td.TdClassName
{
border-color: #1BD885;
}
.TagClassName
{
border-color: #1BD885;
}
</style>