Shades of Malachite #1BFF50
Tints of Malachite #1BFF50
RGB
CMYK
RGB Variations
Color information
#1BFF50 (or 0x1BFF50) is known color: Malachite. HEX triplet: 1B, FF and 50. RGB value is (27,255,80). Sum of RGB (Red+Green+Blue) = 27+255+80=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFF50 is #E400AF. Grayscale: #A7A7A7. Windows color (decimal): -14942384 or 5308187. OLE color: 5308187.
HSL color Cylindrical-coordinate representation of color #1BFF50: hue angle of 133.95º 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 #1BFF50 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 80 | - |
| CMYK | 0.89 | 0 | 0.69 | 0 |
| HSL | 133.95º | 1% | 0.55% | - |
| HSV(B) | 133.95º | 0.89% | 1% | - |
| XYZ | 37.66 | 72.33 | 19.57 | - |
| YUV | 166.88 | 78.96 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 80 | 0.89 | 0 | 0.69 | 0 | 133.95 | 1 | 0.55 |
| Hex | 1B | FF | 50 | 59 | 0 | 45 | 0 | 86 | 64 | 37 |
| Octal | 33 | 377 | 120 | 131 | 0 | 105 | 0 | 206 | 144 | 67 |
| Binary | 11011 | 11111111 | 1010000 | 1011001 | 0 | 1000101 | 0 | 10000110 | 1100100 | 110111 |
Color Harmonies of #1BFF50
Complementary color
Monochromatic Colors of #1BFF50
Black with #1BFF50
Text Example
Text Example
White with #1BFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF50; }
p { color: rgb(27,255,80); }
H1.HeaderClassName
{
color: #1BFF50;
}
.AnyTagClassName
{
color: #1BFF50;
}
</style>
background-color css
<style>
a { background-color: #1BFF50; }
a { background-color: rgb(27,255,80); }
div.DivClassName
{
background-color: #1BFF50;
}
.BgClassName
{
background-color: #1BFF50;
}
</style>
border-color css
<style>
span { border-color: #1BFF50; }
span { border-color: rgb(27,255,80); }
td.TdClassName
{
border-color: #1BFF50;
}
.TagClassName
{
border-color: #1BFF50;
}
</style>