Shades of Malachite #1BF450
Tints of Malachite #1BF450
RGB
CMYK
RGB Variations
Color information
#1BF450 (or 0x1BF450) is known color: Malachite. HEX triplet: 1B, F4 and 50. RGB value is (27,244,80). Sum of RGB (Red+Green+Blue) = 27+244+80=351 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.69% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #1BF450 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF450 is #E40BAF. Grayscale: #A0A0A0. Windows color (decimal): -14945200 or 5305371. OLE color: 5305371.
HSL color Cylindrical-coordinate representation of color #1BF450: hue angle of 134.65º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF450 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 244 | 80 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.04 |
| HSL | 134.65º | 0.91% | 0.53% | - |
| HSV(B) | 134.65º | 0.89% | 0.96% | - |
| XYZ | 34.25 | 65.51 | 18.43 | - |
| YUV | 160.42 | 82.61 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 244 | 80 | 0.89 | 0 | 0.67 | 0.04 | 134.65 | 0.91 | 0.53 |
| Hex | 1B | F4 | 50 | 59 | 0 | 43 | 4 | 87 | 5B | 35 |
| Octal | 33 | 364 | 120 | 131 | 0 | 103 | 4 | 207 | 133 | 65 |
| Binary | 11011 | 11110100 | 1010000 | 1011001 | 0 | 1000011 | 100 | 10000111 | 1011011 | 110101 |
Color Harmonies of #1BF450
Complementary color
Monochromatic Colors of #1BF450
Black with #1BF450
Text Example
Text Example
White with #1BF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF450; }
p { color: rgb(27,244,80); }
H1.HeaderClassName
{
color: #1BF450;
}
.AnyTagClassName
{
color: #1BF450;
}
</style>
background-color css
<style>
a { background-color: #1BF450; }
a { background-color: rgb(27,244,80); }
div.DivClassName
{
background-color: #1BF450;
}
.BgClassName
{
background-color: #1BF450;
}
</style>
border-color css
<style>
span { border-color: #1BF450; }
span { border-color: rgb(27,244,80); }
td.TdClassName
{
border-color: #1BF450;
}
.TagClassName
{
border-color: #1BF450;
}
</style>