Shades of Malachite #1BDA50
Tints of Malachite #1BDA50
RGB
CMYK
RGB Variations
Color information
#1BDA50 (or 0x1BDA50) is known color: Malachite. HEX triplet: 1B, DA and 50. RGB value is (27,218,80). Sum of RGB (Red+Green+Blue) = 27+218+80=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA50 is #E425AF. Grayscale: #919191. Windows color (decimal): -14951856 or 5298715. OLE color: 5298715.
HSL color Cylindrical-coordinate representation of color #1BDA50: hue angle of 136.65º 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 #1BDA50 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 80 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.15 |
| HSL | 136.65º | 0.78% | 0.48% | - |
| HSV(B) | 136.65º | 0.88% | 0.85% | - |
| XYZ | 26.97 | 50.96 | 16 | - |
| YUV | 145.16 | 91.22 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 80 | 0.88 | 0 | 0.63 | 0.15 | 136.65 | 0.78 | 0.48 |
| Hex | 1B | DA | 50 | 58 | 0 | 3F | F | 89 | 4E | 30 |
| Octal | 33 | 332 | 120 | 130 | 0 | 77 | 17 | 211 | 116 | 60 |
| Binary | 11011 | 11011010 | 1010000 | 1011000 | 0 | 111111 | 1111 | 10001001 | 1001110 | 110000 |
Color Harmonies of #1BDA50
Complementary color
Monochromatic Colors of #1BDA50
Black with #1BDA50
Text Example
Text Example
White with #1BDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA50; }
p { color: rgb(27,218,80); }
H1.HeaderClassName
{
color: #1BDA50;
}
.AnyTagClassName
{
color: #1BDA50;
}
</style>
background-color css
<style>
a { background-color: #1BDA50; }
a { background-color: rgb(27,218,80); }
div.DivClassName
{
background-color: #1BDA50;
}
.BgClassName
{
background-color: #1BDA50;
}
</style>
border-color css
<style>
span { border-color: #1BDA50; }
span { border-color: rgb(27,218,80); }
td.TdClassName
{
border-color: #1BDA50;
}
.TagClassName
{
border-color: #1BDA50;
}
</style>