Shades of Malachite #1BDC42
Tints of Malachite #1BDC42
RGB
CMYK
RGB Variations
Color information
#1BDC42 (or 0x1BDC42) is known color: Malachite. HEX triplet: 1B, DC and 42. RGB value is (27,220,66). Sum of RGB (Red+Green+Blue) = 27+220+66=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC42 is #E423BD. Grayscale: #919191. Windows color (decimal): -14951358 or 4381723. OLE color: 4381723.
HSL color Cylindrical-coordinate representation of color #1BDC42: hue angle of 132.12º 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 #1BDC42 is Cyan = 0.88, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 66 | - |
| CMYK | 0.88 | 0 | 0.7 | 0.14 |
| HSL | 132.12º | 0.78% | 0.48% | - |
| HSV(B) | 132.12º | 0.88% | 0.86% | - |
| XYZ | 27.03 | 51.81 | 13.73 | - |
| YUV | 144.74 | 83.56 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 66 | 0.88 | 0 | 0.7 | 0.14 | 132.12 | 0.78 | 0.48 |
| Hex | 1B | DC | 42 | 58 | 0 | 46 | E | 84 | 4E | 30 |
| Octal | 33 | 334 | 102 | 130 | 0 | 106 | 16 | 204 | 116 | 60 |
| Binary | 11011 | 11011100 | 1000010 | 1011000 | 0 | 1000110 | 1110 | 10000100 | 1001110 | 110000 |
Color Harmonies of #1BDC42
Complementary color
Monochromatic Colors of #1BDC42
Black with #1BDC42
Text Example
Text Example
White with #1BDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC42; }
p { color: rgb(27,220,66); }
H1.HeaderClassName
{
color: #1BDC42;
}
.AnyTagClassName
{
color: #1BDC42;
}
</style>
background-color css
<style>
a { background-color: #1BDC42; }
a { background-color: rgb(27,220,66); }
div.DivClassName
{
background-color: #1BDC42;
}
.BgClassName
{
background-color: #1BDC42;
}
</style>
border-color css
<style>
span { border-color: #1BDC42; }
span { border-color: rgb(27,220,66); }
td.TdClassName
{
border-color: #1BDC42;
}
.TagClassName
{
border-color: #1BDC42;
}
</style>