Shades of Malachite #1BDE3F
Tints of Malachite #1BDE3F
RGB
CMYK
RGB Variations
Color information
#1BDE3F (or 0x1BDE3F) is known color: Malachite. HEX triplet: 1B, DE and 3F. RGB value is (27,222,63). Sum of RGB (Red+Green+Blue) = 27+222+63=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDE3F is #E421C0. Grayscale: #929292. Windows color (decimal): -14950849 or 4185627. OLE color: 4185627.
HSL color Cylindrical-coordinate representation of color #1BDE3F: hue angle of 131.08º 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 #1BDE3F is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 63 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.13 |
| HSL | 131.08º | 0.78% | 0.49% | - |
| HSV(B) | 131.08º | 0.88% | 0.87% | - |
| XYZ | 27.47 | 52.83 | 13.45 | - |
| YUV | 145.57 | 81.4 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 63 | 0.88 | 0 | 0.72 | 0.13 | 131.08 | 0.78 | 0.49 |
| Hex | 1B | DE | 3F | 58 | 0 | 48 | D | 83 | 4E | 31 |
| Octal | 33 | 336 | 77 | 130 | 0 | 110 | 15 | 203 | 116 | 61 |
| Binary | 11011 | 11011110 | 111111 | 1011000 | 0 | 1001000 | 1101 | 10000011 | 1001110 | 110001 |
Color Harmonies of #1BDE3F
Complementary color
Monochromatic Colors of #1BDE3F
Black with #1BDE3F
Text Example
Text Example
White with #1BDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE3F; }
p { color: rgb(27,222,63); }
H1.HeaderClassName
{
color: #1BDE3F;
}
.AnyTagClassName
{
color: #1BDE3F;
}
</style>
background-color css
<style>
a { background-color: #1BDE3F; }
a { background-color: rgb(27,222,63); }
div.DivClassName
{
background-color: #1BDE3F;
}
.BgClassName
{
background-color: #1BDE3F;
}
</style>
border-color css
<style>
span { border-color: #1BDE3F; }
span { border-color: rgb(27,222,63); }
td.TdClassName
{
border-color: #1BDE3F;
}
.TagClassName
{
border-color: #1BDE3F;
}
</style>