Shades of Malachite #1BDB4B
Tints of Malachite #1BDB4B
RGB
CMYK
RGB Variations
Color information
#1BDB4B (or 0x1BDB4B) is known color: Malachite. HEX triplet: 1B, DB and 4B. RGB value is (27,219,75). Sum of RGB (Red+Green+Blue) = 27+219+75=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB4B is #E424B4. Grayscale: #919191. Windows color (decimal): -14951605 or 4971291. OLE color: 4971291.
HSL color Cylindrical-coordinate representation of color #1BDB4B: hue angle of 135º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDB4B is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 75 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.14 |
| HSL | 135º | 0.78% | 0.48% | - |
| HSV(B) | 135º | 0.88% | 0.86% | - |
| XYZ | 27.05 | 51.4 | 15.15 | - |
| YUV | 145.18 | 88.39 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 75 | 0.88 | 0 | 0.66 | 0.14 | 135 | 0.78 | 0.48 |
| Hex | 1B | DB | 4B | 58 | 0 | 42 | E | 87 | 4E | 30 |
| Octal | 33 | 333 | 113 | 130 | 0 | 102 | 16 | 207 | 116 | 60 |
| Binary | 11011 | 11011011 | 1001011 | 1011000 | 0 | 1000010 | 1110 | 10000111 | 1001110 | 110000 |
Color Harmonies of #1BDB4B
Complementary color
Monochromatic Colors of #1BDB4B
Black with #1BDB4B
Text Example
Text Example
White with #1BDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB4B; }
p { color: rgb(27,219,75); }
H1.HeaderClassName
{
color: #1BDB4B;
}
.AnyTagClassName
{
color: #1BDB4B;
}
</style>
background-color css
<style>
a { background-color: #1BDB4B; }
a { background-color: rgb(27,219,75); }
div.DivClassName
{
background-color: #1BDB4B;
}
.BgClassName
{
background-color: #1BDB4B;
}
</style>
border-color css
<style>
span { border-color: #1BDB4B; }
span { border-color: rgb(27,219,75); }
td.TdClassName
{
border-color: #1BDB4B;
}
.TagClassName
{
border-color: #1BDB4B;
}
</style>