Shades of Malachite #1BDD41
Tints of Malachite #1BDD41
RGB
CMYK
RGB Variations
Color information
#1BDD41 (or 0x1BDD41) is known color: Malachite. HEX triplet: 1B, DD and 41. RGB value is (27,221,65). Sum of RGB (Red+Green+Blue) = 27+221+65=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD41 is #E422BE. Grayscale: #919191. Windows color (decimal): -14951103 or 4316443. OLE color: 4316443.
HSL color Cylindrical-coordinate representation of color #1BDD41: hue angle of 131.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD41 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 65 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.13 |
| HSL | 131.75º | 0.78% | 0.49% | - |
| HSV(B) | 131.75º | 0.88% | 0.87% | - |
| XYZ | 27.26 | 52.33 | 13.66 | - |
| YUV | 145.21 | 82.73 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 65 | 0.88 | 0 | 0.71 | 0.13 | 131.75 | 0.78 | 0.49 |
| Hex | 1B | DD | 41 | 58 | 0 | 47 | D | 84 | 4E | 31 |
| Octal | 33 | 335 | 101 | 130 | 0 | 107 | 15 | 204 | 116 | 61 |
| Binary | 11011 | 11011101 | 1000001 | 1011000 | 0 | 1000111 | 1101 | 10000100 | 1001110 | 110001 |
Color Harmonies of #1BDD41
Complementary color
Monochromatic Colors of #1BDD41
Black with #1BDD41
Text Example
Text Example
White with #1BDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD41; }
p { color: rgb(27,221,65); }
H1.HeaderClassName
{
color: #1BDD41;
}
.AnyTagClassName
{
color: #1BDD41;
}
</style>
background-color css
<style>
a { background-color: #1BDD41; }
a { background-color: rgb(27,221,65); }
div.DivClassName
{
background-color: #1BDD41;
}
.BgClassName
{
background-color: #1BDD41;
}
</style>
border-color css
<style>
span { border-color: #1BDD41; }
span { border-color: rgb(27,221,65); }
td.TdClassName
{
border-color: #1BDD41;
}
.TagClassName
{
border-color: #1BDD41;
}
</style>