Shades of Malachite #1BF254
Tints of Malachite #1BF254
RGB
CMYK
RGB Variations
Color information
#1BF254 (or 0x1BF254) is known color: Malachite. HEX triplet: 1B, F2 and 54. RGB value is (27,242,84). Sum of RGB (Red+Green+Blue) = 27+242+84=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #1BF254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF254 is #E40DAB. Grayscale: #A0A0A0. Windows color (decimal): -14945708 or 5567003. OLE color: 5567003.
HSL color Cylindrical-coordinate representation of color #1BF254: hue angle of 135.91º degrees, saturation: 0.89, 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 #1BF254 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 242 | 84 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.05 |
| HSL | 135.91º | 0.89% | 0.53% | - |
| HSV(B) | 135.91º | 0.89% | 0.95% | - |
| XYZ | 33.8 | 64.38 | 19.03 | - |
| YUV | 159.7 | 85.27 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 242 | 84 | 0.89 | 0 | 0.65 | 0.05 | 135.91 | 0.89 | 0.53 |
| Hex | 1B | F2 | 54 | 59 | 0 | 41 | 5 | 88 | 59 | 35 |
| Octal | 33 | 362 | 124 | 131 | 0 | 101 | 5 | 210 | 131 | 65 |
| Binary | 11011 | 11110010 | 1010100 | 1011001 | 0 | 1000001 | 101 | 10001000 | 1011001 | 110101 |
Color Harmonies of #1BF254
Complementary color
Monochromatic Colors of #1BF254
Black with #1BF254
Text Example
Text Example
White with #1BF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF254; }
p { color: rgb(27,242,84); }
H1.HeaderClassName
{
color: #1BF254;
}
.AnyTagClassName
{
color: #1BF254;
}
</style>
background-color css
<style>
a { background-color: #1BF254; }
a { background-color: rgb(27,242,84); }
div.DivClassName
{
background-color: #1BF254;
}
.BgClassName
{
background-color: #1BF254;
}
</style>
border-color css
<style>
span { border-color: #1BF254; }
span { border-color: rgb(27,242,84); }
td.TdClassName
{
border-color: #1BF254;
}
.TagClassName
{
border-color: #1BF254;
}
</style>