Shades of Malachite #1BFF40
Tints of Malachite #1BFF40
RGB
CMYK
RGB Variations
Color information
#1BFF40 (or 0x1BFF40) is known color: Malachite. HEX triplet: 1B, FF and 40. RGB value is (27,255,64). Sum of RGB (Red+Green+Blue) = 27+255+64=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFF40 is #E400BF. Grayscale: #A5A5A5. Windows color (decimal): -14942400 or 4259611. OLE color: 4259611.
HSL color Cylindrical-coordinate representation of color #1BFF40: hue angle of 129.74º 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 #1BFF40 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 64 | - |
| CMYK | 0.89 | 0 | 0.75 | 0 |
| HSL | 129.74º | 1% | 0.55% | - |
| HSV(B) | 129.74º | 0.89% | 1% | - |
| XYZ | 37.14 | 72.12 | 16.81 | - |
| YUV | 165.05 | 70.96 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 64 | 0.89 | 0 | 0.75 | 0 | 129.74 | 1 | 0.55 |
| Hex | 1B | FF | 40 | 59 | 0 | 4B | 0 | 82 | 64 | 37 |
| Octal | 33 | 377 | 100 | 131 | 0 | 113 | 0 | 202 | 144 | 67 |
| Binary | 11011 | 11111111 | 1000000 | 1011001 | 0 | 1001011 | 0 | 10000010 | 1100100 | 110111 |
Color Harmonies of #1BFF40
Complementary color
Monochromatic Colors of #1BFF40
Black with #1BFF40
Text Example
Text Example
White with #1BFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF40; }
p { color: rgb(27,255,64); }
H1.HeaderClassName
{
color: #1BFF40;
}
.AnyTagClassName
{
color: #1BFF40;
}
</style>
background-color css
<style>
a { background-color: #1BFF40; }
a { background-color: rgb(27,255,64); }
div.DivClassName
{
background-color: #1BFF40;
}
.BgClassName
{
background-color: #1BFF40;
}
</style>
border-color css
<style>
span { border-color: #1BFF40; }
span { border-color: rgb(27,255,64); }
td.TdClassName
{
border-color: #1BFF40;
}
.TagClassName
{
border-color: #1BFF40;
}
</style>