Shades of Malachite #1BDC54
Tints of Malachite #1BDC54
RGB
CMYK
RGB Variations
Color information
#1BDC54 (or 0x1BDC54) is known color: Malachite. HEX triplet: 1B, DC and 54. RGB value is (27,220,84). Sum of RGB (Red+Green+Blue) = 27+220+84=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC54 is #E423AB. Grayscale: #939393. Windows color (decimal): -14951340 or 5561371. OLE color: 5561371.
HSL color Cylindrical-coordinate representation of color #1BDC54: hue angle of 137.72º 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 #1BDC54 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 84 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.14 |
| HSL | 137.72º | 0.78% | 0.48% | - |
| HSV(B) | 137.72º | 0.88% | 0.86% | - |
| XYZ | 27.65 | 52.06 | 16.98 | - |
| YUV | 146.79 | 92.56 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 84 | 0.88 | 0 | 0.62 | 0.14 | 137.72 | 0.78 | 0.48 |
| Hex | 1B | DC | 54 | 58 | 0 | 3E | E | 8A | 4E | 30 |
| Octal | 33 | 334 | 124 | 130 | 0 | 76 | 16 | 212 | 116 | 60 |
| Binary | 11011 | 11011100 | 1010100 | 1011000 | 0 | 111110 | 1110 | 10001010 | 1001110 | 110000 |
Color Harmonies of #1BDC54
Complementary color
Monochromatic Colors of #1BDC54
Black with #1BDC54
Text Example
Text Example
White with #1BDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC54; }
p { color: rgb(27,220,84); }
H1.HeaderClassName
{
color: #1BDC54;
}
.AnyTagClassName
{
color: #1BDC54;
}
</style>
background-color css
<style>
a { background-color: #1BDC54; }
a { background-color: rgb(27,220,84); }
div.DivClassName
{
background-color: #1BDC54;
}
.BgClassName
{
background-color: #1BDC54;
}
</style>
border-color css
<style>
span { border-color: #1BDC54; }
span { border-color: rgb(27,220,84); }
td.TdClassName
{
border-color: #1BDC54;
}
.TagClassName
{
border-color: #1BDC54;
}
</style>