Shades of Malachite #1BDD50
Tints of Malachite #1BDD50
RGB
CMYK
RGB Variations
Color information
#1BDD50 (or 0x1BDD50) is known color: Malachite. HEX triplet: 1B, DD and 50. RGB value is (27,221,80). Sum of RGB (Red+Green+Blue) = 27+221+80=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDD50 is #E422AF. Grayscale: #939393. Windows color (decimal): -14951088 or 5299483. OLE color: 5299483.
HSL color Cylindrical-coordinate representation of color #1BDD50: hue angle of 136.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD50 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 80 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.13 |
| HSL | 136.39º | 0.78% | 0.49% | - |
| HSV(B) | 136.39º | 0.88% | 0.87% | - |
| XYZ | 27.76 | 52.53 | 16.26 | - |
| YUV | 146.92 | 90.23 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 80 | 0.88 | 0 | 0.64 | 0.13 | 136.39 | 0.78 | 0.49 |
| Hex | 1B | DD | 50 | 58 | 0 | 40 | D | 88 | 4E | 31 |
| Octal | 33 | 335 | 120 | 130 | 0 | 100 | 15 | 210 | 116 | 61 |
| Binary | 11011 | 11011101 | 1010000 | 1011000 | 0 | 1000000 | 1101 | 10001000 | 1001110 | 110001 |
Color Harmonies of #1BDD50
Complementary color
Monochromatic Colors of #1BDD50
Black with #1BDD50
Text Example
Text Example
White with #1BDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD50; }
p { color: rgb(27,221,80); }
H1.HeaderClassName
{
color: #1BDD50;
}
.AnyTagClassName
{
color: #1BDD50;
}
</style>
background-color css
<style>
a { background-color: #1BDD50; }
a { background-color: rgb(27,221,80); }
div.DivClassName
{
background-color: #1BDD50;
}
.BgClassName
{
background-color: #1BDD50;
}
</style>
border-color css
<style>
span { border-color: #1BDD50; }
span { border-color: rgb(27,221,80); }
td.TdClassName
{
border-color: #1BDD50;
}
.TagClassName
{
border-color: #1BDD50;
}
</style>