Shades of Malachite #1FBF51
Tints of Malachite #1FBF51
RGB
CMYK
RGB Variations
Color information
#1FBF51 (or 0x1FBF51) is known color: Malachite. HEX triplet: 1F, BF and 51. RGB value is (31,191,81). Sum of RGB (Red+Green+Blue) = 31+191+81=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF51 is #E040AE. Grayscale: #828282. Windows color (decimal): -14696623 or 5357343. OLE color: 5357343.
HSL color Cylindrical-coordinate representation of color #1FBF51: hue angle of 138.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF51 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 81 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.25 |
| HSL | 138.75º | 0.72% | 0.44% | - |
| HSV(B) | 138.75º | 0.84% | 0.75% | - |
| XYZ | 20.68 | 38.15 | 14.06 | - |
| YUV | 130.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 81 | 0.84 | 0 | 0.58 | 0.25 | 138.75 | 0.72 | 0.44 |
| Hex | 1F | BF | 51 | 54 | 0 | 3A | 19 | 8B | 48 | 2C |
| Octal | 37 | 277 | 121 | 124 | 0 | 72 | 31 | 213 | 110 | 54 |
| Binary | 11111 | 10111111 | 1010001 | 1010100 | 0 | 111010 | 11001 | 10001011 | 1001000 | 101100 |
Color Harmonies of #1FBF51
Complementary color
Monochromatic Colors of #1FBF51
Black with #1FBF51
Text Example
Text Example
White with #1FBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF51; }
p { color: rgb(31,191,81); }
H1.HeaderClassName
{
color: #1FBF51;
}
.AnyTagClassName
{
color: #1FBF51;
}
</style>
background-color css
<style>
a { background-color: #1FBF51; }
a { background-color: rgb(31,191,81); }
div.DivClassName
{
background-color: #1FBF51;
}
.BgClassName
{
background-color: #1FBF51;
}
</style>
border-color css
<style>
span { border-color: #1FBF51; }
span { border-color: rgb(31,191,81); }
td.TdClassName
{
border-color: #1FBF51;
}
.TagClassName
{
border-color: #1FBF51;
}
</style>