Shades of Malachite #1BD141
Tints of Malachite #1BD141
RGB
CMYK
RGB Variations
Color information
#1BD141 (or 0x1BD141) is known color: Malachite. HEX triplet: 1B, D1 and 41. RGB value is (27,209,65). Sum of RGB (Red+Green+Blue) = 27+209+65=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 209 (82.03% from 255 or 69.44% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD141 is #E42EBE. Grayscale: #8A8A8A. Windows color (decimal): -14954175 or 4313371. OLE color: 4313371.
HSL color Cylindrical-coordinate representation of color #1BD141: hue angle of 132.53º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD141 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 209 | 65 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.18 |
| HSL | 132.53º | 0.77% | 0.46% | - |
| HSV(B) | 132.53º | 0.87% | 0.82% | - |
| XYZ | 24.21 | 46.22 | 12.65 | - |
| YUV | 138.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 209 | 65 | 0.87 | 0 | 0.69 | 0.18 | 132.53 | 0.77 | 0.46 |
| Hex | 1B | D1 | 41 | 57 | 0 | 45 | 12 | 85 | 4D | 2E |
| Octal | 33 | 321 | 101 | 127 | 0 | 105 | 22 | 205 | 115 | 56 |
| Binary | 11011 | 11010001 | 1000001 | 1010111 | 0 | 1000101 | 10010 | 10000101 | 1001101 | 101110 |
Color Harmonies of #1BD141
Complementary color
Monochromatic Colors of #1BD141
Black with #1BD141
Text Example
Text Example
White with #1BD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD141; }
p { color: rgb(27,209,65); }
H1.HeaderClassName
{
color: #1BD141;
}
.AnyTagClassName
{
color: #1BD141;
}
</style>
background-color css
<style>
a { background-color: #1BD141; }
a { background-color: rgb(27,209,65); }
div.DivClassName
{
background-color: #1BD141;
}
.BgClassName
{
background-color: #1BD141;
}
</style>
border-color css
<style>
span { border-color: #1BD141; }
span { border-color: rgb(27,209,65); }
td.TdClassName
{
border-color: #1BD141;
}
.TagClassName
{
border-color: #1BD141;
}
</style>