Shades of Malachite #1BDC4A
Tints of Malachite #1BDC4A
RGB
CMYK
RGB Variations
Color information
#1BDC4A (or 0x1BDC4A) is known color: Malachite. HEX triplet: 1B, DC and 4A. RGB value is (27,220,74). Sum of RGB (Red+Green+Blue) = 27+220+74=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC4A is #E423B5. Grayscale: #929292. Windows color (decimal): -14951350 or 4906011. OLE color: 4906011.
HSL color Cylindrical-coordinate representation of color #1BDC4A: hue angle of 134.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC4A is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 74 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.14 |
| HSL | 134.61º | 0.78% | 0.48% | - |
| HSV(B) | 134.61º | 0.88% | 0.86% | - |
| XYZ | 27.28 | 51.91 | 15.06 | - |
| YUV | 145.65 | 87.56 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 74 | 0.88 | 0 | 0.66 | 0.14 | 134.61 | 0.78 | 0.48 |
| Hex | 1B | DC | 4A | 58 | 0 | 42 | E | 87 | 4E | 30 |
| Octal | 33 | 334 | 112 | 130 | 0 | 102 | 16 | 207 | 116 | 60 |
| Binary | 11011 | 11011100 | 1001010 | 1011000 | 0 | 1000010 | 1110 | 10000111 | 1001110 | 110000 |
Color Harmonies of #1BDC4A
Complementary color
Monochromatic Colors of #1BDC4A
Black with #1BDC4A
Text Example
Text Example
White with #1BDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC4A; }
p { color: rgb(27,220,74); }
H1.HeaderClassName
{
color: #1BDC4A;
}
.AnyTagClassName
{
color: #1BDC4A;
}
</style>
background-color css
<style>
a { background-color: #1BDC4A; }
a { background-color: rgb(27,220,74); }
div.DivClassName
{
background-color: #1BDC4A;
}
.BgClassName
{
background-color: #1BDC4A;
}
</style>
border-color css
<style>
span { border-color: #1BDC4A; }
span { border-color: rgb(27,220,74); }
td.TdClassName
{
border-color: #1BDC4A;
}
.TagClassName
{
border-color: #1BDC4A;
}
</style>