Shades of Malachite #1BDF50
Tints of Malachite #1BDF50
RGB
CMYK
RGB Variations
Color information
#1BDF50 (or 0x1BDF50) is known color: Malachite. HEX triplet: 1B, DF and 50. RGB value is (27,223,80). Sum of RGB (Red+Green+Blue) = 27+223+80=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDF50 is #E420AF. Grayscale: #949494. Windows color (decimal): -14950576 or 5299995. OLE color: 5299995.
HSL color Cylindrical-coordinate representation of color #1BDF50: hue angle of 136.22º 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 #1BDF50 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 80 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.13 |
| HSL | 136.22º | 0.78% | 0.49% | - |
| HSV(B) | 136.22º | 0.88% | 0.87% | - |
| XYZ | 28.29 | 53.59 | 16.44 | - |
| YUV | 148.09 | 89.57 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 80 | 0.88 | 0 | 0.64 | 0.13 | 136.22 | 0.78 | 0.49 |
| Hex | 1B | DF | 50 | 58 | 0 | 40 | D | 88 | 4E | 31 |
| Octal | 33 | 337 | 120 | 130 | 0 | 100 | 15 | 210 | 116 | 61 |
| Binary | 11011 | 11011111 | 1010000 | 1011000 | 0 | 1000000 | 1101 | 10001000 | 1001110 | 110001 |
Color Harmonies of #1BDF50
Complementary color
Monochromatic Colors of #1BDF50
Black with #1BDF50
Text Example
Text Example
White with #1BDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF50; }
p { color: rgb(27,223,80); }
H1.HeaderClassName
{
color: #1BDF50;
}
.AnyTagClassName
{
color: #1BDF50;
}
</style>
background-color css
<style>
a { background-color: #1BDF50; }
a { background-color: rgb(27,223,80); }
div.DivClassName
{
background-color: #1BDF50;
}
.BgClassName
{
background-color: #1BDF50;
}
</style>
border-color css
<style>
span { border-color: #1BDF50; }
span { border-color: rgb(27,223,80); }
td.TdClassName
{
border-color: #1BDF50;
}
.TagClassName
{
border-color: #1BDF50;
}
</style>