Shades of Malachite #1BDE70
Tints of Malachite #1BDE70
RGB
CMYK
RGB Variations
Color information
#1BDE70 (or 0x1BDE70) is known color: Malachite. HEX triplet: 1B, DE and 70. RGB value is (27,222,112). Sum of RGB (Red+Green+Blue) = 27+222+112=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDE70 is #E4218F. Grayscale: #979797. Windows color (decimal): -14950800 or 7396891. OLE color: 7396891.
HSL color Cylindrical-coordinate representation of color #1BDE70: hue angle of 146.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDE70 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 112 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.13 |
| HSL | 146.15º | 0.78% | 0.49% | - |
| HSV(B) | 146.15º | 0.88% | 0.87% | - |
| XYZ | 29.5 | 53.65 | 24.13 | - |
| YUV | 151.16 | 105.9 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 112 | 0.88 | 0 | 0.50 | 0.13 | 146.15 | 0.78 | 0.49 |
| Hex | 1B | DE | 70 | 58 | 0 | 32 | D | 92 | 4E | 31 |
| Octal | 33 | 336 | 160 | 130 | 0 | 62 | 15 | 222 | 116 | 61 |
| Binary | 11011 | 11011110 | 1110000 | 1011000 | 0 | 110010 | 1101 | 10010010 | 1001110 | 110001 |
Color Harmonies of #1BDE70
Complementary color
Monochromatic Colors of #1BDE70
Black with #1BDE70
Text Example
Text Example
White with #1BDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE70; }
p { color: rgb(27,222,112); }
H1.HeaderClassName
{
color: #1BDE70;
}
.AnyTagClassName
{
color: #1BDE70;
}
</style>
background-color css
<style>
a { background-color: #1BDE70; }
a { background-color: rgb(27,222,112); }
div.DivClassName
{
background-color: #1BDE70;
}
.BgClassName
{
background-color: #1BDE70;
}
</style>
border-color css
<style>
span { border-color: #1BDE70; }
span { border-color: rgb(27,222,112); }
td.TdClassName
{
border-color: #1BDE70;
}
.TagClassName
{
border-color: #1BDE70;
}
</style>