Shades of Malachite #1BDA64
Tints of Malachite #1BDA64
RGB
CMYK
RGB Variations
Color information
#1BDA64 (or 0x1BDA64) is known color: Malachite. HEX triplet: 1B, DA and 64. RGB value is (27,218,100). Sum of RGB (Red+Green+Blue) = 27+218+100=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA64 is #E4259B. Grayscale: #939393. Windows color (decimal): -14951836 or 6609435. OLE color: 6609435.
HSL color Cylindrical-coordinate representation of color #1BDA64: hue angle of 142.93º 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 #1BDA64 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 100 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.15 |
| HSL | 142.93º | 0.78% | 0.48% | - |
| HSV(B) | 142.93º | 0.88% | 0.85% | - |
| XYZ | 27.82 | 51.3 | 20.49 | - |
| YUV | 147.44 | 101.22 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 100 | 0.88 | 0 | 0.54 | 0.15 | 142.93 | 0.78 | 0.48 |
| Hex | 1B | DA | 64 | 58 | 0 | 36 | F | 8F | 4E | 30 |
| Octal | 33 | 332 | 144 | 130 | 0 | 66 | 17 | 217 | 116 | 60 |
| Binary | 11011 | 11011010 | 1100100 | 1011000 | 0 | 110110 | 1111 | 10001111 | 1001110 | 110000 |
Color Harmonies of #1BDA64
Complementary color
Monochromatic Colors of #1BDA64
Black with #1BDA64
Text Example
Text Example
White with #1BDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA64; }
p { color: rgb(27,218,100); }
H1.HeaderClassName
{
color: #1BDA64;
}
.AnyTagClassName
{
color: #1BDA64;
}
</style>
background-color css
<style>
a { background-color: #1BDA64; }
a { background-color: rgb(27,218,100); }
div.DivClassName
{
background-color: #1BDA64;
}
.BgClassName
{
background-color: #1BDA64;
}
</style>
border-color css
<style>
span { border-color: #1BDA64; }
span { border-color: rgb(27,218,100); }
td.TdClassName
{
border-color: #1BDA64;
}
.TagClassName
{
border-color: #1BDA64;
}
</style>