Shades of Shamrock #1BDA82
Tints of Shamrock #1BDA82
RGB
CMYK
RGB Variations
Color information
#1BDA82 (or 0x1BDA82) is known color: Shamrock. HEX triplet: 1B, DA and 82. RGB value is (27,218,130). Sum of RGB (Red+Green+Blue) = 27+218+130=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDA82 is #E4257D. Grayscale: #979797. Windows color (decimal): -14951806 or 8575515. OLE color: 8575515.
HSL color Cylindrical-coordinate representation of color #1BDA82: hue angle of 152.36º 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 #1BDA82 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 130 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.15 |
| HSL | 152.36º | 0.78% | 0.48% | - |
| HSV(B) | 152.36º | 0.88% | 0.85% | - |
| XYZ | 29.55 | 51.99 | 29.6 | - |
| YUV | 150.86 | 116.22 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 130 | 0.88 | 0 | 0.40 | 0.15 | 152.36 | 0.78 | 0.48 |
| Hex | 1B | DA | 82 | 58 | 0 | 28 | F | 98 | 4E | 30 |
| Octal | 33 | 332 | 202 | 130 | 0 | 50 | 17 | 230 | 116 | 60 |
| Binary | 11011 | 11011010 | 10000010 | 1011000 | 0 | 101000 | 1111 | 10011000 | 1001110 | 110000 |
Color Harmonies of #1BDA82
Complementary color
Monochromatic Colors of #1BDA82
Black with #1BDA82
Text Example
Text Example
White with #1BDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA82; }
p { color: rgb(27,218,130); }
H1.HeaderClassName
{
color: #1BDA82;
}
.AnyTagClassName
{
color: #1BDA82;
}
</style>
background-color css
<style>
a { background-color: #1BDA82; }
a { background-color: rgb(27,218,130); }
div.DivClassName
{
background-color: #1BDA82;
}
.BgClassName
{
background-color: #1BDA82;
}
</style>
border-color css
<style>
span { border-color: #1BDA82; }
span { border-color: rgb(27,218,130); }
td.TdClassName
{
border-color: #1BDA82;
}
.TagClassName
{
border-color: #1BDA82;
}
</style>