Shades of Malachite #1BC265
Tints of Malachite #1BC265
RGB
CMYK
RGB Variations
Color information
#1BC265 (or 0x1BC265) is known color: Malachite. HEX triplet: 1B, C2 and 65. RGB value is (27,194,101). Sum of RGB (Red+Green+Blue) = 27+194+101=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC265 is #E43D9A. Grayscale: #858585. Windows color (decimal): -14957979 or 6668827. OLE color: 6668827.
HSL color Cylindrical-coordinate representation of color #1BC265: hue angle of 146.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC265 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 101 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.24 |
| HSL | 146.59º | 0.76% | 0.43% | - |
| HSV(B) | 146.59º | 0.86% | 0.76% | - |
| XYZ | 22.09 | 39.76 | 18.82 | - |
| YUV | 133.47 | 109.67 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 101 | 0.86 | 0 | 0.48 | 0.24 | 146.59 | 0.76 | 0.43 |
| Hex | 1B | C2 | 65 | 56 | 0 | 30 | 18 | 93 | 4C | 2B |
| Octal | 33 | 302 | 145 | 126 | 0 | 60 | 30 | 223 | 114 | 53 |
| Binary | 11011 | 11000010 | 1100101 | 1010110 | 0 | 110000 | 11000 | 10010011 | 1001100 | 101011 |
Color Harmonies of #1BC265
Complementary color
Monochromatic Colors of #1BC265
Black with #1BC265
Text Example
Text Example
White with #1BC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC265; }
p { color: rgb(27,194,101); }
H1.HeaderClassName
{
color: #1BC265;
}
.AnyTagClassName
{
color: #1BC265;
}
</style>
background-color css
<style>
a { background-color: #1BC265; }
a { background-color: rgb(27,194,101); }
div.DivClassName
{
background-color: #1BC265;
}
.BgClassName
{
background-color: #1BC265;
}
</style>
border-color css
<style>
span { border-color: #1BC265; }
span { border-color: rgb(27,194,101); }
td.TdClassName
{
border-color: #1BC265;
}
.TagClassName
{
border-color: #1BC265;
}
</style>