Shades of Malachite #1BDD4D
Tints of Malachite #1BDD4D
RGB
CMYK
RGB Variations
Color information
#1BDD4D (or 0x1BDD4D) is known color: Malachite. HEX triplet: 1B, DD and 4D. RGB value is (27,221,77). Sum of RGB (Red+Green+Blue) = 27+221+77=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDD4D is #E422B2. Grayscale: #929292. Windows color (decimal): -14951091 or 5102875. OLE color: 5102875.
HSL color Cylindrical-coordinate representation of color #1BDD4D: hue angle of 135.46º 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 #1BDD4D is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 77 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.13 |
| HSL | 135.46º | 0.78% | 0.49% | - |
| HSV(B) | 135.46º | 0.88% | 0.87% | - |
| XYZ | 27.65 | 52.48 | 15.69 | - |
| YUV | 146.58 | 88.73 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 77 | 0.88 | 0 | 0.65 | 0.13 | 135.46 | 0.78 | 0.49 |
| Hex | 1B | DD | 4D | 58 | 0 | 41 | D | 87 | 4E | 31 |
| Octal | 33 | 335 | 115 | 130 | 0 | 101 | 15 | 207 | 116 | 61 |
| Binary | 11011 | 11011101 | 1001101 | 1011000 | 0 | 1000001 | 1101 | 10000111 | 1001110 | 110001 |
Color Harmonies of #1BDD4D
Complementary color
Monochromatic Colors of #1BDD4D
Black with #1BDD4D
Text Example
Text Example
White with #1BDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD4D; }
p { color: rgb(27,221,77); }
H1.HeaderClassName
{
color: #1BDD4D;
}
.AnyTagClassName
{
color: #1BDD4D;
}
</style>
background-color css
<style>
a { background-color: #1BDD4D; }
a { background-color: rgb(27,221,77); }
div.DivClassName
{
background-color: #1BDD4D;
}
.BgClassName
{
background-color: #1BDD4D;
}
</style>
border-color css
<style>
span { border-color: #1BDD4D; }
span { border-color: rgb(27,221,77); }
td.TdClassName
{
border-color: #1BDD4D;
}
.TagClassName
{
border-color: #1BDD4D;
}
</style>