Shades of Malachite #1BD962
Tints of Malachite #1BD962
RGB
CMYK
RGB Variations
Color information
#1BD962 (or 0x1BD962) is known color: Malachite. HEX triplet: 1B, D9 and 62. RGB value is (27,217,98). Sum of RGB (Red+Green+Blue) = 27+217+98=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD962 is #E4269D. Grayscale: #929292. Windows color (decimal): -14952094 or 6478107. OLE color: 6478107.
HSL color Cylindrical-coordinate representation of color #1BD962: hue angle of 142.42º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD962 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 98 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.15 |
| HSL | 142.42º | 0.78% | 0.48% | - |
| HSV(B) | 142.42º | 0.88% | 0.85% | - |
| XYZ | 27.47 | 50.74 | 19.9 | - |
| YUV | 146.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 98 | 0.88 | 0 | 0.55 | 0.15 | 142.42 | 0.78 | 0.48 |
| Hex | 1B | D9 | 62 | 58 | 0 | 37 | F | 8E | 4E | 30 |
| Octal | 33 | 331 | 142 | 130 | 0 | 67 | 17 | 216 | 116 | 60 |
| Binary | 11011 | 11011001 | 1100010 | 1011000 | 0 | 110111 | 1111 | 10001110 | 1001110 | 110000 |
Color Harmonies of #1BD962
Complementary color
Monochromatic Colors of #1BD962
Black with #1BD962
Text Example
Text Example
White with #1BD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD962; }
p { color: rgb(27,217,98); }
H1.HeaderClassName
{
color: #1BD962;
}
.AnyTagClassName
{
color: #1BD962;
}
</style>
background-color css
<style>
a { background-color: #1BD962; }
a { background-color: rgb(27,217,98); }
div.DivClassName
{
background-color: #1BD962;
}
.BgClassName
{
background-color: #1BD962;
}
</style>
border-color css
<style>
span { border-color: #1BD962; }
span { border-color: rgb(27,217,98); }
td.TdClassName
{
border-color: #1BD962;
}
.TagClassName
{
border-color: #1BD962;
}
</style>