Shades of Malachite #1BDC4C
Tints of Malachite #1BDC4C
RGB
CMYK
RGB Variations
Color information
#1BDC4C (or 0x1BDC4C) is known color: Malachite. HEX triplet: 1B, DC and 4C. RGB value is (27,220,76). Sum of RGB (Red+Green+Blue) = 27+220+76=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC4C is #E423B3. Grayscale: #929292. Windows color (decimal): -14951348 or 5037083. OLE color: 5037083.
HSL color Cylindrical-coordinate representation of color #1BDC4C: hue angle of 135.23º 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 #1BDC4C is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 76 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.14 |
| HSL | 135.23º | 0.78% | 0.48% | - |
| HSV(B) | 135.23º | 0.88% | 0.86% | - |
| XYZ | 27.35 | 51.94 | 15.42 | - |
| YUV | 145.88 | 88.56 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 76 | 0.88 | 0 | 0.65 | 0.14 | 135.23 | 0.78 | 0.48 |
| Hex | 1B | DC | 4C | 58 | 0 | 41 | E | 87 | 4E | 30 |
| Octal | 33 | 334 | 114 | 130 | 0 | 101 | 16 | 207 | 116 | 60 |
| Binary | 11011 | 11011100 | 1001100 | 1011000 | 0 | 1000001 | 1110 | 10000111 | 1001110 | 110000 |
Color Harmonies of #1BDC4C
Complementary color
Monochromatic Colors of #1BDC4C
Black with #1BDC4C
Text Example
Text Example
White with #1BDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC4C; }
p { color: rgb(27,220,76); }
H1.HeaderClassName
{
color: #1BDC4C;
}
.AnyTagClassName
{
color: #1BDC4C;
}
</style>
background-color css
<style>
a { background-color: #1BDC4C; }
a { background-color: rgb(27,220,76); }
div.DivClassName
{
background-color: #1BDC4C;
}
.BgClassName
{
background-color: #1BDC4C;
}
</style>
border-color css
<style>
span { border-color: #1BDC4C; }
span { border-color: rgb(27,220,76); }
td.TdClassName
{
border-color: #1BDC4C;
}
.TagClassName
{
border-color: #1BDC4C;
}
</style>