Shades of Malachite #1BDC3C
Tints of Malachite #1BDC3C
RGB
CMYK
RGB Variations
Color information
#1BDC3C (or 0x1BDC3C) is known color: Malachite. HEX triplet: 1B, DC and 3C. RGB value is (27,220,60). Sum of RGB (Red+Green+Blue) = 27+220+60=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC3C is #E423C3. Grayscale: #909090. Windows color (decimal): -14951364 or 3988507. OLE color: 3988507.
HSL color Cylindrical-coordinate representation of color #1BDC3C: hue angle of 130.26º 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 #1BDC3C is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 60 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.14 |
| HSL | 130.26º | 0.78% | 0.48% | - |
| HSV(B) | 130.26º | 0.88% | 0.86% | - |
| XYZ | 26.86 | 51.75 | 12.85 | - |
| YUV | 144.05 | 80.56 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 60 | 0.88 | 0 | 0.73 | 0.14 | 130.26 | 0.78 | 0.48 |
| Hex | 1B | DC | 3C | 58 | 0 | 49 | E | 82 | 4E | 30 |
| Octal | 33 | 334 | 74 | 130 | 0 | 111 | 16 | 202 | 116 | 60 |
| Binary | 11011 | 11011100 | 111100 | 1011000 | 0 | 1001001 | 1110 | 10000010 | 1001110 | 110000 |
Color Harmonies of #1BDC3C
Complementary color
Monochromatic Colors of #1BDC3C
Black with #1BDC3C
Text Example
Text Example
White with #1BDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC3C; }
p { color: rgb(27,220,60); }
H1.HeaderClassName
{
color: #1BDC3C;
}
.AnyTagClassName
{
color: #1BDC3C;
}
</style>
background-color css
<style>
a { background-color: #1BDC3C; }
a { background-color: rgb(27,220,60); }
div.DivClassName
{
background-color: #1BDC3C;
}
.BgClassName
{
background-color: #1BDC3C;
}
</style>
border-color css
<style>
span { border-color: #1BDC3C; }
span { border-color: rgb(27,220,60); }
td.TdClassName
{
border-color: #1BDC3C;
}
.TagClassName
{
border-color: #1BDC3C;
}
</style>