Shades of Shamrock #1BE388
Tints of Shamrock #1BE388
RGB
CMYK
RGB Variations
Color information
#1BE388 (or 0x1BE388) is known color: Shamrock. HEX triplet: 1B, E3 and 88. RGB value is (27,227,136). Sum of RGB (Red+Green+Blue) = 27+227+136=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE388 is #E41C77. Grayscale: #9C9C9C. Windows color (decimal): -14949496 or 8971035. OLE color: 8971035.
HSL color Cylindrical-coordinate representation of color #1BE388: hue angle of 152.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE388 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 136 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.11 |
| HSL | 152.7º | 0.79% | 0.5% | - |
| HSV(B) | 152.7º | 0.88% | 0.89% | - |
| XYZ | 32.37 | 56.95 | 32.58 | - |
| YUV | 156.83 | 116.24 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 136 | 0.88 | 0 | 0.40 | 0.11 | 152.7 | 0.79 | 0.5 |
| Hex | 1B | E3 | 88 | 58 | 0 | 28 | B | 99 | 4F | 32 |
| Octal | 33 | 343 | 210 | 130 | 0 | 50 | 13 | 231 | 117 | 62 |
| Binary | 11011 | 11100011 | 10001000 | 1011000 | 0 | 101000 | 1011 | 10011001 | 1001111 | 110010 |
Color Harmonies of #1BE388
Complementary color
Monochromatic Colors of #1BE388
Black with #1BE388
Text Example
Text Example
White with #1BE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE388; }
p { color: rgb(27,227,136); }
H1.HeaderClassName
{
color: #1BE388;
}
.AnyTagClassName
{
color: #1BE388;
}
</style>
background-color css
<style>
a { background-color: #1BE388; }
a { background-color: rgb(27,227,136); }
div.DivClassName
{
background-color: #1BE388;
}
.BgClassName
{
background-color: #1BE388;
}
</style>
border-color css
<style>
span { border-color: #1BE388; }
span { border-color: rgb(27,227,136); }
td.TdClassName
{
border-color: #1BE388;
}
.TagClassName
{
border-color: #1BE388;
}
</style>