Shades of Shamrock #1BDF8F
Tints of Shamrock #1BDF8F
RGB
CMYK
RGB Variations
Color information
#1BDF8F (or 0x1BDF8F) is known color: Shamrock. HEX triplet: 1B, DF and 8F. RGB value is (27,223,143). Sum of RGB (Red+Green+Blue) = 27+223+143=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF8F is #E42070. Grayscale: #9B9B9B. Windows color (decimal): -14950513 or 9428763. OLE color: 9428763.
HSL color Cylindrical-coordinate representation of color #1BDF8F: hue angle of 155.51º 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 #1BDF8F is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 143 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.13 |
| HSL | 155.51º | 0.78% | 0.49% | - |
| HSV(B) | 155.51º | 0.88% | 0.87% | - |
| XYZ | 31.8 | 54.99 | 34.93 | - |
| YUV | 155.28 | 121.07 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 143 | 0.88 | 0 | 0.36 | 0.13 | 155.51 | 0.78 | 0.49 |
| Hex | 1B | DF | 8F | 58 | 0 | 24 | D | 9C | 4E | 31 |
| Octal | 33 | 337 | 217 | 130 | 0 | 44 | 15 | 234 | 116 | 61 |
| Binary | 11011 | 11011111 | 10001111 | 1011000 | 0 | 100100 | 1101 | 10011100 | 1001110 | 110001 |
Color Harmonies of #1BDF8F
Complementary color
Monochromatic Colors of #1BDF8F
Black with #1BDF8F
Text Example
Text Example
White with #1BDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF8F; }
p { color: rgb(27,223,143); }
H1.HeaderClassName
{
color: #1BDF8F;
}
.AnyTagClassName
{
color: #1BDF8F;
}
</style>
background-color css
<style>
a { background-color: #1BDF8F; }
a { background-color: rgb(27,223,143); }
div.DivClassName
{
background-color: #1BDF8F;
}
.BgClassName
{
background-color: #1BDF8F;
}
</style>
border-color css
<style>
span { border-color: #1BDF8F; }
span { border-color: rgb(27,223,143); }
td.TdClassName
{
border-color: #1BDF8F;
}
.TagClassName
{
border-color: #1BDF8F;
}
</style>