Shades of Malachite #1BD572
Tints of Malachite #1BD572
RGB
CMYK
RGB Variations
Color information
#1BD572 (or 0x1BD572) is known color: Malachite. HEX triplet: 1B, D5 and 72. RGB value is (27,213,114). Sum of RGB (Red+Green+Blue) = 27+213+114=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD572 is #E42A8D. Grayscale: #929292. Windows color (decimal): -14953102 or 7525659. OLE color: 7525659.
HSL color Cylindrical-coordinate representation of color #1BD572: hue angle of 148.06º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD572 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 213 | 114 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.16 |
| HSL | 148.06º | 0.78% | 0.47% | - |
| HSV(B) | 148.06º | 0.87% | 0.84% | - |
| XYZ | 27.28 | 49.04 | 23.95 | - |
| YUV | 146.1 | 109.88 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 213 | 114 | 0.87 | 0 | 0.46 | 0.16 | 148.06 | 0.78 | 0.47 |
| Hex | 1B | D5 | 72 | 57 | 0 | 2E | 10 | 94 | 4E | 2F |
| Octal | 33 | 325 | 162 | 127 | 0 | 56 | 20 | 224 | 116 | 57 |
| Binary | 11011 | 11010101 | 1110010 | 1010111 | 0 | 101110 | 10000 | 10010100 | 1001110 | 101111 |
Color Harmonies of #1BD572
Complementary color
Monochromatic Colors of #1BD572
Black with #1BD572
Text Example
Text Example
White with #1BD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD572; }
p { color: rgb(27,213,114); }
H1.HeaderClassName
{
color: #1BD572;
}
.AnyTagClassName
{
color: #1BD572;
}
</style>
background-color css
<style>
a { background-color: #1BD572; }
a { background-color: rgb(27,213,114); }
div.DivClassName
{
background-color: #1BD572;
}
.BgClassName
{
background-color: #1BD572;
}
</style>
border-color css
<style>
span { border-color: #1BD572; }
span { border-color: rgb(27,213,114); }
td.TdClassName
{
border-color: #1BD572;
}
.TagClassName
{
border-color: #1BD572;
}
</style>