Shades of Malachite #1BDC51
Tints of Malachite #1BDC51
RGB
CMYK
RGB Variations
Color information
#1BDC51 (or 0x1BDC51) is known color: Malachite. HEX triplet: 1B, DC and 51. RGB value is (27,220,81). Sum of RGB (Red+Green+Blue) = 27+220+81=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC51 is #E423AE. Grayscale: #929292. Windows color (decimal): -14951343 or 5364763. OLE color: 5364763.
HSL color Cylindrical-coordinate representation of color #1BDC51: hue angle of 136.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC51 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 81 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.14 |
| HSL | 136.79º | 0.78% | 0.48% | - |
| HSV(B) | 136.79º | 0.88% | 0.86% | - |
| XYZ | 27.53 | 52.01 | 16.37 | - |
| YUV | 146.45 | 91.06 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 81 | 0.88 | 0 | 0.63 | 0.14 | 136.79 | 0.78 | 0.48 |
| Hex | 1B | DC | 51 | 58 | 0 | 3F | E | 89 | 4E | 30 |
| Octal | 33 | 334 | 121 | 130 | 0 | 77 | 16 | 211 | 116 | 60 |
| Binary | 11011 | 11011100 | 1010001 | 1011000 | 0 | 111111 | 1110 | 10001001 | 1001110 | 110000 |
Color Harmonies of #1BDC51
Complementary color
Monochromatic Colors of #1BDC51
Black with #1BDC51
Text Example
Text Example
White with #1BDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC51; }
p { color: rgb(27,220,81); }
H1.HeaderClassName
{
color: #1BDC51;
}
.AnyTagClassName
{
color: #1BDC51;
}
</style>
background-color css
<style>
a { background-color: #1BDC51; }
a { background-color: rgb(27,220,81); }
div.DivClassName
{
background-color: #1BDC51;
}
.BgClassName
{
background-color: #1BDC51;
}
</style>
border-color css
<style>
span { border-color: #1BDC51; }
span { border-color: rgb(27,220,81); }
td.TdClassName
{
border-color: #1BDC51;
}
.TagClassName
{
border-color: #1BDC51;
}
</style>