Shades of Malachite #1BCD6E
Tints of Malachite #1BCD6E
RGB
CMYK
RGB Variations
Color information
#1BCD6E (or 0x1BCD6E) is known color: Malachite. HEX triplet: 1B, CD and 6E. RGB value is (27,205,110). Sum of RGB (Red+Green+Blue) = 27+205+110=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCD6E is #E43291. Grayscale: #8D8D8D. Windows color (decimal): -14955154 or 7261467. OLE color: 7261467.
HSL color Cylindrical-coordinate representation of color #1BCD6E: hue angle of 147.98º 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 #1BCD6E is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 110 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.20 |
| HSL | 147.98º | 0.77% | 0.45% | - |
| HSV(B) | 147.98º | 0.87% | 0.8% | - |
| XYZ | 25.1 | 45.02 | 22.12 | - |
| YUV | 140.95 | 110.53 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 110 | 0.87 | 0 | 0.46 | 0.20 | 147.98 | 0.77 | 0.45 |
| Hex | 1B | CD | 6E | 57 | 0 | 2E | 14 | 94 | 4D | 2D |
| Octal | 33 | 315 | 156 | 127 | 0 | 56 | 24 | 224 | 115 | 55 |
| Binary | 11011 | 11001101 | 1101110 | 1010111 | 0 | 101110 | 10100 | 10010100 | 1001101 | 101101 |
Color Harmonies of #1BCD6E
Complementary color
Monochromatic Colors of #1BCD6E
Black with #1BCD6E
Text Example
Text Example
White with #1BCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD6E; }
p { color: rgb(27,205,110); }
H1.HeaderClassName
{
color: #1BCD6E;
}
.AnyTagClassName
{
color: #1BCD6E;
}
</style>
background-color css
<style>
a { background-color: #1BCD6E; }
a { background-color: rgb(27,205,110); }
div.DivClassName
{
background-color: #1BCD6E;
}
.BgClassName
{
background-color: #1BCD6E;
}
</style>
border-color css
<style>
span { border-color: #1BCD6E; }
span { border-color: rgb(27,205,110); }
td.TdClassName
{
border-color: #1BCD6E;
}
.TagClassName
{
border-color: #1BCD6E;
}
</style>