Shades of Malachite #1BFF5B
Tints of Malachite #1BFF5B
RGB
CMYK
RGB Variations
Color information
#1BFF5B (or 0x1BFF5B) is known color: Malachite. HEX triplet: 1B, FF and 5B. RGB value is (27,255,91). Sum of RGB (Red+Green+Blue) = 27+255+91=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFF5B is #E400A4. Grayscale: #A8A8A8. Windows color (decimal): -14942373 or 6029083. OLE color: 6029083.
HSL color Cylindrical-coordinate representation of color #1BFF5B: hue angle of 136.84º 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 #1BFF5B is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 91 | - |
| CMYK | 0.89 | 0 | 0.64 | 0 |
| HSL | 136.84º | 1% | 0.55% | - |
| HSV(B) | 136.84º | 0.89% | 1% | - |
| XYZ | 38.1 | 72.51 | 21.88 | - |
| YUV | 168.13 | 84.46 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 91 | 0.89 | 0 | 0.64 | 0 | 136.84 | 1 | 0.55 |
| Hex | 1B | FF | 5B | 59 | 0 | 40 | 0 | 89 | 64 | 37 |
| Octal | 33 | 377 | 133 | 131 | 0 | 100 | 0 | 211 | 144 | 67 |
| Binary | 11011 | 11111111 | 1011011 | 1011001 | 0 | 1000000 | 0 | 10001001 | 1100100 | 110111 |
Color Harmonies of #1BFF5B
Complementary color
Monochromatic Colors of #1BFF5B
Black with #1BFF5B
Text Example
Text Example
White with #1BFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF5B; }
p { color: rgb(27,255,91); }
H1.HeaderClassName
{
color: #1BFF5B;
}
.AnyTagClassName
{
color: #1BFF5B;
}
</style>
background-color css
<style>
a { background-color: #1BFF5B; }
a { background-color: rgb(27,255,91); }
div.DivClassName
{
background-color: #1BFF5B;
}
.BgClassName
{
background-color: #1BFF5B;
}
</style>
border-color css
<style>
span { border-color: #1BFF5B; }
span { border-color: rgb(27,255,91); }
td.TdClassName
{
border-color: #1BFF5B;
}
.TagClassName
{
border-color: #1BFF5B;
}
</style>