Shades of Malachite #1BDE71
Tints of Malachite #1BDE71
RGB
CMYK
RGB Variations
Color information
#1BDE71 (or 0x1BDE71) is known color: Malachite. HEX triplet: 1B, DE and 71. RGB value is (27,222,113). Sum of RGB (Red+Green+Blue) = 27+222+113=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDE71 is #E4218E. Grayscale: #979797. Windows color (decimal): -14950799 or 7462427. OLE color: 7462427.
HSL color Cylindrical-coordinate representation of color #1BDE71: hue angle of 146.46º 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 #1BDE71 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 113 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.13 |
| HSL | 146.46º | 0.78% | 0.49% | - |
| HSV(B) | 146.46º | 0.88% | 0.87% | - |
| XYZ | 29.55 | 53.67 | 24.42 | - |
| YUV | 151.27 | 106.4 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 113 | 0.88 | 0 | 0.49 | 0.13 | 146.46 | 0.78 | 0.49 |
| Hex | 1B | DE | 71 | 58 | 0 | 31 | D | 92 | 4E | 31 |
| Octal | 33 | 336 | 161 | 130 | 0 | 61 | 15 | 222 | 116 | 61 |
| Binary | 11011 | 11011110 | 1110001 | 1011000 | 0 | 110001 | 1101 | 10010010 | 1001110 | 110001 |
Color Harmonies of #1BDE71
Complementary color
Monochromatic Colors of #1BDE71
Black with #1BDE71
Text Example
Text Example
White with #1BDE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE71; }
p { color: rgb(27,222,113); }
H1.HeaderClassName
{
color: #1BDE71;
}
.AnyTagClassName
{
color: #1BDE71;
}
</style>
background-color css
<style>
a { background-color: #1BDE71; }
a { background-color: rgb(27,222,113); }
div.DivClassName
{
background-color: #1BDE71;
}
.BgClassName
{
background-color: #1BDE71;
}
</style>
border-color css
<style>
span { border-color: #1BDE71; }
span { border-color: rgb(27,222,113); }
td.TdClassName
{
border-color: #1BDE71;
}
.TagClassName
{
border-color: #1BDE71;
}
</style>