Shades of Malachite #1BDD3A
Tints of Malachite #1BDD3A
RGB
CMYK
RGB Variations
Color information
#1BDD3A (or 0x1BDD3A) is known color: Malachite. HEX triplet: 1B, DD and 3A. RGB value is (27,221,58). Sum of RGB (Red+Green+Blue) = 27+221+58=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD3A is #E422C5. Grayscale: #909090. Windows color (decimal): -14951110 or 3857691. OLE color: 3857691.
HSL color Cylindrical-coordinate representation of color #1BDD3A: hue angle of 129.59º 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 #1BDD3A is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 58 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.13 |
| HSL | 129.59º | 0.78% | 0.49% | - |
| HSV(B) | 129.59º | 0.88% | 0.87% | - |
| XYZ | 27.07 | 52.25 | 12.66 | - |
| YUV | 144.41 | 79.23 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 58 | 0.88 | 0 | 0.74 | 0.13 | 129.59 | 0.78 | 0.49 |
| Hex | 1B | DD | 3A | 58 | 0 | 4A | D | 82 | 4E | 31 |
| Octal | 33 | 335 | 72 | 130 | 0 | 112 | 15 | 202 | 116 | 61 |
| Binary | 11011 | 11011101 | 111010 | 1011000 | 0 | 1001010 | 1101 | 10000010 | 1001110 | 110001 |
Color Harmonies of #1BDD3A
Complementary color
Monochromatic Colors of #1BDD3A
Black with #1BDD3A
Text Example
Text Example
White with #1BDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD3A; }
p { color: rgb(27,221,58); }
H1.HeaderClassName
{
color: #1BDD3A;
}
.AnyTagClassName
{
color: #1BDD3A;
}
</style>
background-color css
<style>
a { background-color: #1BDD3A; }
a { background-color: rgb(27,221,58); }
div.DivClassName
{
background-color: #1BDD3A;
}
.BgClassName
{
background-color: #1BDD3A;
}
</style>
border-color css
<style>
span { border-color: #1BDD3A; }
span { border-color: rgb(27,221,58); }
td.TdClassName
{
border-color: #1BDD3A;
}
.TagClassName
{
border-color: #1BDD3A;
}
</style>