Shades of Malachite #1BDC55
Tints of Malachite #1BDC55
RGB
CMYK
RGB Variations
Color information
#1BDC55 (or 0x1BDC55) is known color: Malachite. HEX triplet: 1B, DC and 55. RGB value is (27,220,85). Sum of RGB (Red+Green+Blue) = 27+220+85=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC55 is #E423AA. Grayscale: #939393. Windows color (decimal): -14951339 or 5626907. OLE color: 5626907.
HSL color Cylindrical-coordinate representation of color #1BDC55: hue angle of 138.03º 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 #1BDC55 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 85 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.14 |
| HSL | 138.03º | 0.78% | 0.48% | - |
| HSV(B) | 138.03º | 0.88% | 0.86% | - |
| XYZ | 27.68 | 52.08 | 17.19 | - |
| YUV | 146.9 | 93.06 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 85 | 0.88 | 0 | 0.61 | 0.14 | 138.03 | 0.78 | 0.48 |
| Hex | 1B | DC | 55 | 58 | 0 | 3D | E | 8A | 4E | 30 |
| Octal | 33 | 334 | 125 | 130 | 0 | 75 | 16 | 212 | 116 | 60 |
| Binary | 11011 | 11011100 | 1010101 | 1011000 | 0 | 111101 | 1110 | 10001010 | 1001110 | 110000 |
Color Harmonies of #1BDC55
Complementary color
Monochromatic Colors of #1BDC55
Black with #1BDC55
Text Example
Text Example
White with #1BDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC55; }
p { color: rgb(27,220,85); }
H1.HeaderClassName
{
color: #1BDC55;
}
.AnyTagClassName
{
color: #1BDC55;
}
</style>
background-color css
<style>
a { background-color: #1BDC55; }
a { background-color: rgb(27,220,85); }
div.DivClassName
{
background-color: #1BDC55;
}
.BgClassName
{
background-color: #1BDC55;
}
</style>
border-color css
<style>
span { border-color: #1BDC55; }
span { border-color: rgb(27,220,85); }
td.TdClassName
{
border-color: #1BDC55;
}
.TagClassName
{
border-color: #1BDC55;
}
</style>