Shades of Malachite #1BF549
Tints of Malachite #1BF549
RGB
CMYK
RGB Variations
Color information
#1BF549 (or 0x1BF549) is known color: Malachite. HEX triplet: 1B, F5 and 49. RGB value is (27,245,73). Sum of RGB (Red+Green+Blue) = 27+245+73=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF549 is #E40AB6. Grayscale: #A0A0A0. Windows color (decimal): -14944951 or 4846875. OLE color: 4846875.
HSL color Cylindrical-coordinate representation of color #1BF549: hue angle of 132.66º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF549 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 73 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.04 |
| HSL | 132.66º | 0.92% | 0.53% | - |
| HSV(B) | 132.66º | 0.89% | 0.96% | - |
| XYZ | 34.31 | 66.02 | 17.24 | - |
| YUV | 160.21 | 78.78 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 73 | 0.89 | 0 | 0.70 | 0.04 | 132.66 | 0.92 | 0.53 |
| Hex | 1B | F5 | 49 | 59 | 0 | 46 | 4 | 85 | 5C | 35 |
| Octal | 33 | 365 | 111 | 131 | 0 | 106 | 4 | 205 | 134 | 65 |
| Binary | 11011 | 11110101 | 1001001 | 1011001 | 0 | 1000110 | 100 | 10000101 | 1011100 | 110101 |
Color Harmonies of #1BF549
Complementary color
Monochromatic Colors of #1BF549
Black with #1BF549
Text Example
Text Example
White with #1BF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF549; }
p { color: rgb(27,245,73); }
H1.HeaderClassName
{
color: #1BF549;
}
.AnyTagClassName
{
color: #1BF549;
}
</style>
background-color css
<style>
a { background-color: #1BF549; }
a { background-color: rgb(27,245,73); }
div.DivClassName
{
background-color: #1BF549;
}
.BgClassName
{
background-color: #1BF549;
}
</style>
border-color css
<style>
span { border-color: #1BF549; }
span { border-color: rgb(27,245,73); }
td.TdClassName
{
border-color: #1BF549;
}
.TagClassName
{
border-color: #1BF549;
}
</style>