Shades of Shamrock #1BDF80
Tints of Shamrock #1BDF80
RGB
CMYK
RGB Variations
Color information
#1BDF80 (or 0x1BDF80) is known color: Shamrock. HEX triplet: 1B, DF and 80. RGB value is (27,223,128). Sum of RGB (Red+Green+Blue) = 27+223+128=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDF80 is #E4207F. Grayscale: #999999. Windows color (decimal): -14950528 or 8445723. OLE color: 8445723.
HSL color Cylindrical-coordinate representation of color #1BDF80: hue angle of 150.92º 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 #1BDF80 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 128 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.13 |
| HSL | 150.92º | 0.78% | 0.49% | - |
| HSV(B) | 150.92º | 0.88% | 0.87% | - |
| XYZ | 30.74 | 54.57 | 29.33 | - |
| YUV | 153.57 | 113.57 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 128 | 0.88 | 0 | 0.43 | 0.13 | 150.92 | 0.78 | 0.49 |
| Hex | 1B | DF | 80 | 58 | 0 | 2B | D | 97 | 4E | 31 |
| Octal | 33 | 337 | 200 | 130 | 0 | 53 | 15 | 227 | 116 | 61 |
| Binary | 11011 | 11011111 | 10000000 | 1011000 | 0 | 101011 | 1101 | 10010111 | 1001110 | 110001 |
Color Harmonies of #1BDF80
Complementary color
Monochromatic Colors of #1BDF80
Black with #1BDF80
Text Example
Text Example
White with #1BDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF80; }
p { color: rgb(27,223,128); }
H1.HeaderClassName
{
color: #1BDF80;
}
.AnyTagClassName
{
color: #1BDF80;
}
</style>
background-color css
<style>
a { background-color: #1BDF80; }
a { background-color: rgb(27,223,128); }
div.DivClassName
{
background-color: #1BDF80;
}
.BgClassName
{
background-color: #1BDF80;
}
</style>
border-color css
<style>
span { border-color: #1BDF80; }
span { border-color: rgb(27,223,128); }
td.TdClassName
{
border-color: #1BDF80;
}
.TagClassName
{
border-color: #1BDF80;
}
</style>