Shades of Malachite #1BF84D
Tints of Malachite #1BF84D
RGB
CMYK
RGB Variations
Color information
#1BF84D (or 0x1BF84D) is known color: Malachite. HEX triplet: 1B, F8 and 4D. RGB value is (27,248,77). Sum of RGB (Red+Green+Blue) = 27+248+77=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 248 (97.27% from 255 or 70.45% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF84D is #E407B2. Grayscale: #A2A2A2. Windows color (decimal): -14944179 or 5109787. OLE color: 5109787.
HSL color Cylindrical-coordinate representation of color #1BF84D: hue angle of 133.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF84D is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 77 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.03 |
| HSL | 133.57º | 0.94% | 0.54% | - |
| HSV(B) | 133.57º | 0.89% | 0.97% | - |
| XYZ | 35.36 | 67.9 | 18.26 | - |
| YUV | 162.43 | 79.78 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 77 | 0.89 | 0 | 0.69 | 0.03 | 133.57 | 0.94 | 0.54 |
| Hex | 1B | F8 | 4D | 59 | 0 | 45 | 3 | 86 | 5E | 36 |
| Octal | 33 | 370 | 115 | 131 | 0 | 105 | 3 | 206 | 136 | 66 |
| Binary | 11011 | 11111000 | 1001101 | 1011001 | 0 | 1000101 | 11 | 10000110 | 1011110 | 110110 |
Color Harmonies of #1BF84D
Complementary color
Monochromatic Colors of #1BF84D
Black with #1BF84D
Text Example
Text Example
White with #1BF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF84D; }
p { color: rgb(27,248,77); }
H1.HeaderClassName
{
color: #1BF84D;
}
.AnyTagClassName
{
color: #1BF84D;
}
</style>
background-color css
<style>
a { background-color: #1BF84D; }
a { background-color: rgb(27,248,77); }
div.DivClassName
{
background-color: #1BF84D;
}
.BgClassName
{
background-color: #1BF84D;
}
</style>
border-color css
<style>
span { border-color: #1BF84D; }
span { border-color: rgb(27,248,77); }
td.TdClassName
{
border-color: #1BF84D;
}
.TagClassName
{
border-color: #1BF84D;
}
</style>