Shades of Malachite #1BE150
Tints of Malachite #1BE150
RGB
CMYK
RGB Variations
Color information
#1BE150 (or 0x1BE150) is known color: Malachite. HEX triplet: 1B, E1 and 50. RGB value is (27,225,80). Sum of RGB (Red+Green+Blue) = 27+225+80=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BE150 is #E41EAF. Grayscale: #959595. Windows color (decimal): -14950064 or 5300507. OLE color: 5300507.
HSL color Cylindrical-coordinate representation of color #1BE150: hue angle of 136.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE150 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 80 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.12 |
| HSL | 136.06º | 0.79% | 0.49% | - |
| HSV(B) | 136.06º | 0.88% | 0.88% | - |
| XYZ | 28.83 | 54.66 | 16.62 | - |
| YUV | 149.27 | 88.9 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 80 | 0.88 | 0 | 0.64 | 0.12 | 136.06 | 0.79 | 0.49 |
| Hex | 1B | E1 | 50 | 58 | 0 | 40 | C | 88 | 4F | 31 |
| Octal | 33 | 341 | 120 | 130 | 0 | 100 | 14 | 210 | 117 | 61 |
| Binary | 11011 | 11100001 | 1010000 | 1011000 | 0 | 1000000 | 1100 | 10001000 | 1001111 | 110001 |
Color Harmonies of #1BE150
Complementary color
Monochromatic Colors of #1BE150
Black with #1BE150
Text Example
Text Example
White with #1BE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE150; }
p { color: rgb(27,225,80); }
H1.HeaderClassName
{
color: #1BE150;
}
.AnyTagClassName
{
color: #1BE150;
}
</style>
background-color css
<style>
a { background-color: #1BE150; }
a { background-color: rgb(27,225,80); }
div.DivClassName
{
background-color: #1BE150;
}
.BgClassName
{
background-color: #1BE150;
}
</style>
border-color css
<style>
span { border-color: #1BE150; }
span { border-color: rgb(27,225,80); }
td.TdClassName
{
border-color: #1BE150;
}
.TagClassName
{
border-color: #1BE150;
}
</style>