Shades of Shamrock #1BDF98
Tints of Shamrock #1BDF98
RGB
CMYK
RGB Variations
Color information
#1BDF98 (or 0x1BDF98) is known color: Shamrock. HEX triplet: 1B, DF and 98. RGB value is (27,223,152). Sum of RGB (Red+Green+Blue) = 27+223+152=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF98 is #E42067. Grayscale: #9C9C9C. Windows color (decimal): -14950504 or 10018587. OLE color: 10018587.
HSL color Cylindrical-coordinate representation of color #1BDF98: hue angle of 158.27º 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 #1BDF98 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 152 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.13 |
| HSL | 158.27º | 0.78% | 0.49% | - |
| HSV(B) | 158.27º | 0.88% | 0.87% | - |
| XYZ | 32.51 | 55.28 | 38.66 | - |
| YUV | 156.3 | 125.57 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 152 | 0.88 | 0 | 0.32 | 0.13 | 158.27 | 0.78 | 0.49 |
| Hex | 1B | DF | 98 | 58 | 0 | 20 | D | 9E | 4E | 31 |
| Octal | 33 | 337 | 230 | 130 | 0 | 40 | 15 | 236 | 116 | 61 |
| Binary | 11011 | 11011111 | 10011000 | 1011000 | 0 | 100000 | 1101 | 10011110 | 1001110 | 110001 |
Color Harmonies of #1BDF98
Complementary color
Monochromatic Colors of #1BDF98
Black with #1BDF98
Text Example
Text Example
White with #1BDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF98; }
p { color: rgb(27,223,152); }
H1.HeaderClassName
{
color: #1BDF98;
}
.AnyTagClassName
{
color: #1BDF98;
}
</style>
background-color css
<style>
a { background-color: #1BDF98; }
a { background-color: rgb(27,223,152); }
div.DivClassName
{
background-color: #1BDF98;
}
.BgClassName
{
background-color: #1BDF98;
}
</style>
border-color css
<style>
span { border-color: #1BDF98; }
span { border-color: rgb(27,223,152); }
td.TdClassName
{
border-color: #1BDF98;
}
.TagClassName
{
border-color: #1BDF98;
}
</style>