Shades of Malachite #1BFF5D
Tints of Malachite #1BFF5D
RGB
CMYK
RGB Variations
Color information
#1BFF5D (or 0x1BFF5D) is known color: Malachite. HEX triplet: 1B, FF and 5D. RGB value is (27,255,93). Sum of RGB (Red+Green+Blue) = 27+255+93=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFF5D is #E400A2. Grayscale: #A8A8A8. Windows color (decimal): -14942371 or 6160155. OLE color: 6160155.
HSL color Cylindrical-coordinate representation of color #1BFF5D: hue angle of 137.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFF5D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 93 | - |
| CMYK | 0.89 | 0 | 0.64 | 0 |
| HSL | 137.37º | 1% | 0.55% | - |
| HSV(B) | 137.37º | 0.89% | 1% | - |
| XYZ | 38.19 | 72.54 | 22.35 | - |
| YUV | 168.36 | 85.46 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 93 | 0.89 | 0 | 0.64 | 0 | 137.37 | 1 | 0.55 |
| Hex | 1B | FF | 5D | 59 | 0 | 40 | 0 | 89 | 64 | 37 |
| Octal | 33 | 377 | 135 | 131 | 0 | 100 | 0 | 211 | 144 | 67 |
| Binary | 11011 | 11111111 | 1011101 | 1011001 | 0 | 1000000 | 0 | 10001001 | 1100100 | 110111 |
Color Harmonies of #1BFF5D
Complementary color
Monochromatic Colors of #1BFF5D
Black with #1BFF5D
Text Example
Text Example
White with #1BFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF5D; }
p { color: rgb(27,255,93); }
H1.HeaderClassName
{
color: #1BFF5D;
}
.AnyTagClassName
{
color: #1BFF5D;
}
</style>
background-color css
<style>
a { background-color: #1BFF5D; }
a { background-color: rgb(27,255,93); }
div.DivClassName
{
background-color: #1BFF5D;
}
.BgClassName
{
background-color: #1BFF5D;
}
</style>
border-color css
<style>
span { border-color: #1BFF5D; }
span { border-color: rgb(27,255,93); }
td.TdClassName
{
border-color: #1BFF5D;
}
.TagClassName
{
border-color: #1BFF5D;
}
</style>