Shades of Malachite #1BDA4A
Tints of Malachite #1BDA4A
RGB
CMYK
RGB Variations
Color information
#1BDA4A (or 0x1BDA4A) is known color: Malachite. HEX triplet: 1B, DA and 4A. RGB value is (27,218,74). Sum of RGB (Red+Green+Blue) = 27+218+74=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA4A is #E425B5. Grayscale: #909090. Windows color (decimal): -14951862 or 4905499. OLE color: 4905499.
HSL color Cylindrical-coordinate representation of color #1BDA4A: hue angle of 134.76º 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 #1BDA4A is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 74 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.15 |
| HSL | 134.76º | 0.78% | 0.48% | - |
| HSV(B) | 134.76º | 0.88% | 0.85% | - |
| XYZ | 26.76 | 50.87 | 14.89 | - |
| YUV | 144.48 | 88.22 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 74 | 0.88 | 0 | 0.66 | 0.15 | 134.76 | 0.78 | 0.48 |
| Hex | 1B | DA | 4A | 58 | 0 | 42 | F | 87 | 4E | 30 |
| Octal | 33 | 332 | 112 | 130 | 0 | 102 | 17 | 207 | 116 | 60 |
| Binary | 11011 | 11011010 | 1001010 | 1011000 | 0 | 1000010 | 1111 | 10000111 | 1001110 | 110000 |
Color Harmonies of #1BDA4A
Complementary color
Monochromatic Colors of #1BDA4A
Black with #1BDA4A
Text Example
Text Example
White with #1BDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA4A; }
p { color: rgb(27,218,74); }
H1.HeaderClassName
{
color: #1BDA4A;
}
.AnyTagClassName
{
color: #1BDA4A;
}
</style>
background-color css
<style>
a { background-color: #1BDA4A; }
a { background-color: rgb(27,218,74); }
div.DivClassName
{
background-color: #1BDA4A;
}
.BgClassName
{
background-color: #1BDA4A;
}
</style>
border-color css
<style>
span { border-color: #1BDA4A; }
span { border-color: rgb(27,218,74); }
td.TdClassName
{
border-color: #1BDA4A;
}
.TagClassName
{
border-color: #1BDA4A;
}
</style>