Shades of Malachite #1BF552
Tints of Malachite #1BF552
RGB
CMYK
RGB Variations
Color information
#1BF552 (or 0x1BF552) is known color: Malachite. HEX triplet: 1B, F5 and 52. RGB value is (27,245,82). Sum of RGB (Red+Green+Blue) = 27+245+82=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF552 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF552 is #E40AAD. Grayscale: #A1A1A1. Windows color (decimal): -14944942 or 5436699. OLE color: 5436699.
HSL color Cylindrical-coordinate representation of color #1BF552: hue angle of 135.14º 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 #1BF552 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 82 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.04 |
| HSL | 135.14º | 0.92% | 0.53% | - |
| HSV(B) | 135.14º | 0.89% | 0.96% | - |
| XYZ | 34.63 | 66.15 | 18.93 | - |
| YUV | 161.24 | 83.28 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 82 | 0.89 | 0 | 0.67 | 0.04 | 135.14 | 0.92 | 0.53 |
| Hex | 1B | F5 | 52 | 59 | 0 | 43 | 4 | 87 | 5C | 35 |
| Octal | 33 | 365 | 122 | 131 | 0 | 103 | 4 | 207 | 134 | 65 |
| Binary | 11011 | 11110101 | 1010010 | 1011001 | 0 | 1000011 | 100 | 10000111 | 1011100 | 110101 |
Color Harmonies of #1BF552
Complementary color
Monochromatic Colors of #1BF552
Black with #1BF552
Text Example
Text Example
White with #1BF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF552; }
p { color: rgb(27,245,82); }
H1.HeaderClassName
{
color: #1BF552;
}
.AnyTagClassName
{
color: #1BF552;
}
</style>
background-color css
<style>
a { background-color: #1BF552; }
a { background-color: rgb(27,245,82); }
div.DivClassName
{
background-color: #1BF552;
}
.BgClassName
{
background-color: #1BF552;
}
</style>
border-color css
<style>
span { border-color: #1BF552; }
span { border-color: rgb(27,245,82); }
td.TdClassName
{
border-color: #1BF552;
}
.TagClassName
{
border-color: #1BF552;
}
</style>