Shades of Malachite #1BCD6C
Tints of Malachite #1BCD6C
RGB
CMYK
RGB Variations
Color information
#1BCD6C (or 0x1BCD6C) is known color: Malachite. HEX triplet: 1B, CD and 6C. RGB value is (27,205,108). Sum of RGB (Red+Green+Blue) = 27+205+108=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCD6C is #E43293. Grayscale: #8C8C8C. Windows color (decimal): -14955156 or 7130395. OLE color: 7130395.
HSL color Cylindrical-coordinate representation of color #1BCD6C: hue angle of 147.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD6C is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 108 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.20 |
| HSL | 147.3º | 0.77% | 0.45% | - |
| HSV(B) | 147.3º | 0.87% | 0.8% | - |
| XYZ | 24.99 | 44.98 | 21.55 | - |
| YUV | 140.72 | 109.53 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 108 | 0.87 | 0 | 0.47 | 0.20 | 147.3 | 0.77 | 0.45 |
| Hex | 1B | CD | 6C | 57 | 0 | 2F | 14 | 93 | 4D | 2D |
| Octal | 33 | 315 | 154 | 127 | 0 | 57 | 24 | 223 | 115 | 55 |
| Binary | 11011 | 11001101 | 1101100 | 1010111 | 0 | 101111 | 10100 | 10010011 | 1001101 | 101101 |
Color Harmonies of #1BCD6C
Complementary color
Monochromatic Colors of #1BCD6C
Black with #1BCD6C
Text Example
Text Example
White with #1BCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD6C; }
p { color: rgb(27,205,108); }
H1.HeaderClassName
{
color: #1BCD6C;
}
.AnyTagClassName
{
color: #1BCD6C;
}
</style>
background-color css
<style>
a { background-color: #1BCD6C; }
a { background-color: rgb(27,205,108); }
div.DivClassName
{
background-color: #1BCD6C;
}
.BgClassName
{
background-color: #1BCD6C;
}
</style>
border-color css
<style>
span { border-color: #1BCD6C; }
span { border-color: rgb(27,205,108); }
td.TdClassName
{
border-color: #1BCD6C;
}
.TagClassName
{
border-color: #1BCD6C;
}
</style>