Shades of Malachite #1BDB3C
Tints of Malachite #1BDB3C
RGB
CMYK
RGB Variations
Color information
#1BDB3C (or 0x1BDB3C) is known color: Malachite. HEX triplet: 1B, DB and 3C. RGB value is (27,219,60). Sum of RGB (Red+Green+Blue) = 27+219+60=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB3C is #E424C3. Grayscale: #8F8F8F. Windows color (decimal): -14951620 or 3988251. OLE color: 3988251.
HSL color Cylindrical-coordinate representation of color #1BDB3C: hue angle of 130.31º 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 #1BDB3C is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 60 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.14 |
| HSL | 130.31º | 0.78% | 0.48% | - |
| HSV(B) | 130.31º | 0.88% | 0.86% | - |
| XYZ | 26.6 | 51.22 | 12.76 | - |
| YUV | 143.47 | 80.89 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 60 | 0.88 | 0 | 0.73 | 0.14 | 130.31 | 0.78 | 0.48 |
| Hex | 1B | DB | 3C | 58 | 0 | 49 | E | 82 | 4E | 30 |
| Octal | 33 | 333 | 74 | 130 | 0 | 111 | 16 | 202 | 116 | 60 |
| Binary | 11011 | 11011011 | 111100 | 1011000 | 0 | 1001001 | 1110 | 10000010 | 1001110 | 110000 |
Color Harmonies of #1BDB3C
Complementary color
Monochromatic Colors of #1BDB3C
Black with #1BDB3C
Text Example
Text Example
White with #1BDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB3C; }
p { color: rgb(27,219,60); }
H1.HeaderClassName
{
color: #1BDB3C;
}
.AnyTagClassName
{
color: #1BDB3C;
}
</style>
background-color css
<style>
a { background-color: #1BDB3C; }
a { background-color: rgb(27,219,60); }
div.DivClassName
{
background-color: #1BDB3C;
}
.BgClassName
{
background-color: #1BDB3C;
}
</style>
border-color css
<style>
span { border-color: #1BDB3C; }
span { border-color: rgb(27,219,60); }
td.TdClassName
{
border-color: #1BDB3C;
}
.TagClassName
{
border-color: #1BDB3C;
}
</style>