Shades of Malachite #1FBC58
Tints of Malachite #1FBC58
RGB
CMYK
RGB Variations
Color information
#1FBC58 (or 0x1FBC58) is known color: Malachite. HEX triplet: 1F, BC and 58. RGB value is (31,188,88). Sum of RGB (Red+Green+Blue) = 31+188+88=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBC58 is #E043A7. Grayscale: #818181. Windows color (decimal): -14697384 or 5815327. OLE color: 5815327.
HSL color Cylindrical-coordinate representation of color #1FBC58: hue angle of 141.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC58 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 88 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.26 |
| HSL | 141.78º | 0.72% | 0.43% | - |
| HSV(B) | 141.78º | 0.84% | 0.74% | - |
| XYZ | 20.31 | 36.96 | 15.3 | - |
| YUV | 129.66 | 104.49 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 88 | 0.84 | 0 | 0.53 | 0.26 | 141.78 | 0.72 | 0.43 |
| Hex | 1F | BC | 58 | 54 | 0 | 35 | 1A | 8E | 48 | 2B |
| Octal | 37 | 274 | 130 | 124 | 0 | 65 | 32 | 216 | 110 | 53 |
| Binary | 11111 | 10111100 | 1011000 | 1010100 | 0 | 110101 | 11010 | 10001110 | 1001000 | 101011 |
Color Harmonies of #1FBC58
Complementary color
Monochromatic Colors of #1FBC58
Black with #1FBC58
Text Example
Text Example
White with #1FBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC58; }
p { color: rgb(31,188,88); }
H1.HeaderClassName
{
color: #1FBC58;
}
.AnyTagClassName
{
color: #1FBC58;
}
</style>
background-color css
<style>
a { background-color: #1FBC58; }
a { background-color: rgb(31,188,88); }
div.DivClassName
{
background-color: #1FBC58;
}
.BgClassName
{
background-color: #1FBC58;
}
</style>
border-color css
<style>
span { border-color: #1FBC58; }
span { border-color: rgb(31,188,88); }
td.TdClassName
{
border-color: #1FBC58;
}
.TagClassName
{
border-color: #1FBC58;
}
</style>