Shades of Malachite #1BDA4B
Tints of Malachite #1BDA4B
RGB
CMYK
RGB Variations
Color information
#1BDA4B (or 0x1BDA4B) is known color: Malachite. HEX triplet: 1B, DA and 4B. RGB value is (27,218,75). Sum of RGB (Red+Green+Blue) = 27+218+75=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA4B is #E425B4. Grayscale: #909090. Windows color (decimal): -14951861 or 4971035. OLE color: 4971035.
HSL color Cylindrical-coordinate representation of color #1BDA4B: hue angle of 135.08º 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 #1BDA4B is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 75 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.15 |
| HSL | 135.08º | 0.78% | 0.48% | - |
| HSV(B) | 135.08º | 0.88% | 0.85% | - |
| XYZ | 26.79 | 50.88 | 15.07 | - |
| YUV | 144.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 75 | 0.88 | 0 | 0.66 | 0.15 | 135.08 | 0.78 | 0.48 |
| Hex | 1B | DA | 4B | 58 | 0 | 42 | F | 87 | 4E | 30 |
| Octal | 33 | 332 | 113 | 130 | 0 | 102 | 17 | 207 | 116 | 60 |
| Binary | 11011 | 11011010 | 1001011 | 1011000 | 0 | 1000010 | 1111 | 10000111 | 1001110 | 110000 |
Color Harmonies of #1BDA4B
Complementary color
Monochromatic Colors of #1BDA4B
Black with #1BDA4B
Text Example
Text Example
White with #1BDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA4B; }
p { color: rgb(27,218,75); }
H1.HeaderClassName
{
color: #1BDA4B;
}
.AnyTagClassName
{
color: #1BDA4B;
}
</style>
background-color css
<style>
a { background-color: #1BDA4B; }
a { background-color: rgb(27,218,75); }
div.DivClassName
{
background-color: #1BDA4B;
}
.BgClassName
{
background-color: #1BDA4B;
}
</style>
border-color css
<style>
span { border-color: #1BDA4B; }
span { border-color: rgb(27,218,75); }
td.TdClassName
{
border-color: #1BDA4B;
}
.TagClassName
{
border-color: #1BDA4B;
}
</style>