Shades of Malachite #1BF140
Tints of Malachite #1BF140
RGB
CMYK
RGB Variations
Color information
#1BF140 (or 0x1BF140) is known color: Malachite. HEX triplet: 1B, F1 and 40. RGB value is (27,241,64). Sum of RGB (Red+Green+Blue) = 27+241+64=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #1BF140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF140 is #E40EBF. Grayscale: #9D9D9D. Windows color (decimal): -14945984 or 4256027. OLE color: 4256027.
HSL color Cylindrical-coordinate representation of color #1BF140: hue angle of 130.37º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF140 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 241 | 64 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.05 |
| HSL | 130.37º | 0.88% | 0.53% | - |
| HSV(B) | 130.37º | 0.89% | 0.95% | - |
| XYZ | 32.83 | 63.51 | 15.38 | - |
| YUV | 156.84 | 75.6 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 241 | 64 | 0.89 | 0 | 0.73 | 0.05 | 130.37 | 0.88 | 0.53 |
| Hex | 1B | F1 | 40 | 59 | 0 | 49 | 5 | 82 | 58 | 35 |
| Octal | 33 | 361 | 100 | 131 | 0 | 111 | 5 | 202 | 130 | 65 |
| Binary | 11011 | 11110001 | 1000000 | 1011001 | 0 | 1001001 | 101 | 10000010 | 1011000 | 110101 |
Color Harmonies of #1BF140
Complementary color
Monochromatic Colors of #1BF140
Black with #1BF140
Text Example
Text Example
White with #1BF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF140; }
p { color: rgb(27,241,64); }
H1.HeaderClassName
{
color: #1BF140;
}
.AnyTagClassName
{
color: #1BF140;
}
</style>
background-color css
<style>
a { background-color: #1BF140; }
a { background-color: rgb(27,241,64); }
div.DivClassName
{
background-color: #1BF140;
}
.BgClassName
{
background-color: #1BF140;
}
</style>
border-color css
<style>
span { border-color: #1BF140; }
span { border-color: rgb(27,241,64); }
td.TdClassName
{
border-color: #1BF140;
}
.TagClassName
{
border-color: #1BF140;
}
</style>