Shades of Malachite #1BDA51
Tints of Malachite #1BDA51
RGB
CMYK
RGB Variations
Color information
#1BDA51 (or 0x1BDA51) is known color: Malachite. HEX triplet: 1B, DA and 51. RGB value is (27,218,81). Sum of RGB (Red+Green+Blue) = 27+218+81=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 218 (85.55% from 255 or 66.87% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA51 is #E425AE. Grayscale: #919191. Windows color (decimal): -14951855 or 5364251. OLE color: 5364251.
HSL color Cylindrical-coordinate representation of color #1BDA51: hue angle of 136.96º 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 #1BDA51 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 81 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.15 |
| HSL | 136.96º | 0.78% | 0.48% | - |
| HSV(B) | 136.96º | 0.88% | 0.85% | - |
| XYZ | 27.01 | 50.97 | 16.2 | - |
| YUV | 145.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 81 | 0.88 | 0 | 0.63 | 0.15 | 136.96 | 0.78 | 0.48 |
| Hex | 1B | DA | 51 | 58 | 0 | 3F | F | 89 | 4E | 30 |
| Octal | 33 | 332 | 121 | 130 | 0 | 77 | 17 | 211 | 116 | 60 |
| Binary | 11011 | 11011010 | 1010001 | 1011000 | 0 | 111111 | 1111 | 10001001 | 1001110 | 110000 |
Color Harmonies of #1BDA51
Complementary color
Monochromatic Colors of #1BDA51
Black with #1BDA51
Text Example
Text Example
White with #1BDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA51; }
p { color: rgb(27,218,81); }
H1.HeaderClassName
{
color: #1BDA51;
}
.AnyTagClassName
{
color: #1BDA51;
}
</style>
background-color css
<style>
a { background-color: #1BDA51; }
a { background-color: rgb(27,218,81); }
div.DivClassName
{
background-color: #1BDA51;
}
.BgClassName
{
background-color: #1BDA51;
}
</style>
border-color css
<style>
span { border-color: #1BDA51; }
span { border-color: rgb(27,218,81); }
td.TdClassName
{
border-color: #1BDA51;
}
.TagClassName
{
border-color: #1BDA51;
}
</style>