Shades of Malachite #1BBF52
Tints of Malachite #1BBF52
RGB
CMYK
RGB Variations
Color information
#1BBF52 (or 0x1BBF52) is known color: Malachite. HEX triplet: 1B, BF and 52. RGB value is (27,191,82). Sum of RGB (Red+Green+Blue) = 27+191+82=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBF52 is #E440AD. Grayscale: #818181. Windows color (decimal): -14958766 or 5422875. OLE color: 5422875.
HSL color Cylindrical-coordinate representation of color #1BBF52: hue angle of 140.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBF52 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 191 | 82 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.25 |
| HSL | 140.12º | 0.75% | 0.43% | - |
| HSV(B) | 140.12º | 0.86% | 0.75% | - |
| XYZ | 20.61 | 38.1 | 14.25 | - |
| YUV | 129.54 | 101.17 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 82 | 0.86 | 0 | 0.57 | 0.25 | 140.12 | 0.75 | 0.43 |
| Hex | 1B | BF | 52 | 56 | 0 | 39 | 19 | 8C | 4B | 2B |
| Octal | 33 | 277 | 122 | 126 | 0 | 71 | 31 | 214 | 113 | 53 |
| Binary | 11011 | 10111111 | 1010010 | 1010110 | 0 | 111001 | 11001 | 10001100 | 1001011 | 101011 |
Color Harmonies of #1BBF52
Complementary color
Monochromatic Colors of #1BBF52
Black with #1BBF52
Text Example
Text Example
White with #1BBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBF52; }
p { color: rgb(27,191,82); }
H1.HeaderClassName
{
color: #1BBF52;
}
.AnyTagClassName
{
color: #1BBF52;
}
</style>
background-color css
<style>
a { background-color: #1BBF52; }
a { background-color: rgb(27,191,82); }
div.DivClassName
{
background-color: #1BBF52;
}
.BgClassName
{
background-color: #1BBF52;
}
</style>
border-color css
<style>
span { border-color: #1BBF52; }
span { border-color: rgb(27,191,82); }
td.TdClassName
{
border-color: #1BBF52;
}
.TagClassName
{
border-color: #1BBF52;
}
</style>