Shades of Malachite #1BDA55
Tints of Malachite #1BDA55
RGB
CMYK
RGB Variations
Color information
#1BDA55 (or 0x1BDA55) is known color: Malachite. HEX triplet: 1B, DA and 55. RGB value is (27,218,85). Sum of RGB (Red+Green+Blue) = 27+218+85=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA55 is #E425AA. Grayscale: #929292. Windows color (decimal): -14951851 or 5626395. OLE color: 5626395.
HSL color Cylindrical-coordinate representation of color #1BDA55: hue angle of 138.22º 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 #1BDA55 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 85 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.15 |
| HSL | 138.22º | 0.78% | 0.48% | - |
| HSV(B) | 138.22º | 0.88% | 0.85% | - |
| XYZ | 27.16 | 51.03 | 17.01 | - |
| YUV | 145.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 85 | 0.88 | 0 | 0.61 | 0.15 | 138.22 | 0.78 | 0.48 |
| Hex | 1B | DA | 55 | 58 | 0 | 3D | F | 8A | 4E | 30 |
| Octal | 33 | 332 | 125 | 130 | 0 | 75 | 17 | 212 | 116 | 60 |
| Binary | 11011 | 11011010 | 1010101 | 1011000 | 0 | 111101 | 1111 | 10001010 | 1001110 | 110000 |
Color Harmonies of #1BDA55
Complementary color
Monochromatic Colors of #1BDA55
Black with #1BDA55
Text Example
Text Example
White with #1BDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA55; }
p { color: rgb(27,218,85); }
H1.HeaderClassName
{
color: #1BDA55;
}
.AnyTagClassName
{
color: #1BDA55;
}
</style>
background-color css
<style>
a { background-color: #1BDA55; }
a { background-color: rgb(27,218,85); }
div.DivClassName
{
background-color: #1BDA55;
}
.BgClassName
{
background-color: #1BDA55;
}
</style>
border-color css
<style>
span { border-color: #1BDA55; }
span { border-color: rgb(27,218,85); }
td.TdClassName
{
border-color: #1BDA55;
}
.TagClassName
{
border-color: #1BDA55;
}
</style>