Shades of Malachite #1BDA4D
Tints of Malachite #1BDA4D
RGB
CMYK
RGB Variations
Color information
#1BDA4D (or 0x1BDA4D) is known color: Malachite. HEX triplet: 1B, DA and 4D. RGB value is (27,218,77). Sum of RGB (Red+Green+Blue) = 27+218+77=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA4D is #E425B2. Grayscale: #919191. Windows color (decimal): -14951859 or 5102107. OLE color: 5102107.
HSL color Cylindrical-coordinate representation of color #1BDA4D: hue angle of 135.71º 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 #1BDA4D is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 77 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.15 |
| HSL | 135.71º | 0.78% | 0.48% | - |
| HSV(B) | 135.71º | 0.88% | 0.85% | - |
| XYZ | 26.86 | 50.91 | 15.43 | - |
| YUV | 144.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 77 | 0.88 | 0 | 0.65 | 0.15 | 135.71 | 0.78 | 0.48 |
| Hex | 1B | DA | 4D | 58 | 0 | 41 | F | 88 | 4E | 30 |
| Octal | 33 | 332 | 115 | 130 | 0 | 101 | 17 | 210 | 116 | 60 |
| Binary | 11011 | 11011010 | 1001101 | 1011000 | 0 | 1000001 | 1111 | 10001000 | 1001110 | 110000 |
Color Harmonies of #1BDA4D
Complementary color
Monochromatic Colors of #1BDA4D
Black with #1BDA4D
Text Example
Text Example
White with #1BDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA4D; }
p { color: rgb(27,218,77); }
H1.HeaderClassName
{
color: #1BDA4D;
}
.AnyTagClassName
{
color: #1BDA4D;
}
</style>
background-color css
<style>
a { background-color: #1BDA4D; }
a { background-color: rgb(27,218,77); }
div.DivClassName
{
background-color: #1BDA4D;
}
.BgClassName
{
background-color: #1BDA4D;
}
</style>
border-color css
<style>
span { border-color: #1BDA4D; }
span { border-color: rgb(27,218,77); }
td.TdClassName
{
border-color: #1BDA4D;
}
.TagClassName
{
border-color: #1BDA4D;
}
</style>