Shades of Malachite #1BFF55
Tints of Malachite #1BFF55
RGB
CMYK
RGB Variations
Color information
#1BFF55 (or 0x1BFF55) is known color: Malachite. HEX triplet: 1B, FF and 55. RGB value is (27,255,85). Sum of RGB (Red+Green+Blue) = 27+255+85=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFF55 is #E400AA. Grayscale: #A7A7A7. Windows color (decimal): -14942379 or 5635867. OLE color: 5635867.
HSL color Cylindrical-coordinate representation of color #1BFF55: hue angle of 135.26º 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 #1BFF55 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 85 | - |
| CMYK | 0.89 | 0 | 0.67 | 0 |
| HSL | 135.26º | 1% | 0.55% | - |
| HSV(B) | 135.26º | 0.89% | 1% | - |
| XYZ | 37.85 | 72.41 | 20.58 | - |
| YUV | 167.45 | 81.46 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 85 | 0.89 | 0 | 0.67 | 0 | 135.26 | 1 | 0.55 |
| Hex | 1B | FF | 55 | 59 | 0 | 43 | 0 | 87 | 64 | 37 |
| Octal | 33 | 377 | 125 | 131 | 0 | 103 | 0 | 207 | 144 | 67 |
| Binary | 11011 | 11111111 | 1010101 | 1011001 | 0 | 1000011 | 0 | 10000111 | 1100100 | 110111 |
Color Harmonies of #1BFF55
Complementary color
Monochromatic Colors of #1BFF55
Black with #1BFF55
Text Example
Text Example
White with #1BFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF55; }
p { color: rgb(27,255,85); }
H1.HeaderClassName
{
color: #1BFF55;
}
.AnyTagClassName
{
color: #1BFF55;
}
</style>
background-color css
<style>
a { background-color: #1BFF55; }
a { background-color: rgb(27,255,85); }
div.DivClassName
{
background-color: #1BFF55;
}
.BgClassName
{
background-color: #1BFF55;
}
</style>
border-color css
<style>
span { border-color: #1BFF55; }
span { border-color: rgb(27,255,85); }
td.TdClassName
{
border-color: #1BFF55;
}
.TagClassName
{
border-color: #1BFF55;
}
</style>