Shades of Malachite #1FCC5B
Tints of Malachite #1FCC5B
RGB
CMYK
RGB Variations
Color information
#1FCC5B (or 0x1FCC5B) is known color: Malachite. HEX triplet: 1F, CC and 5B. RGB value is (31,204,91). Sum of RGB (Red+Green+Blue) = 31+204+91=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC5B is #E033A4. Grayscale: #8B8B8B. Windows color (decimal): -14693285 or 6016031. OLE color: 6016031.
HSL color Cylindrical-coordinate representation of color #1FCC5B: hue angle of 140.81º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC5B is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 91 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.2 |
| HSL | 140.81º | 0.74% | 0.46% | - |
| HSV(B) | 140.81º | 0.85% | 0.8% | - |
| XYZ | 24.05 | 44.23 | 17.17 | - |
| YUV | 139.39 | 100.69 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 91 | 0.85 | 0 | 0.55 | 0.2 | 140.81 | 0.74 | 0.46 |
| Hex | 1F | CC | 5B | 55 | 0 | 37 | 14 | 8D | 4A | 2E |
| Octal | 37 | 314 | 133 | 125 | 0 | 67 | 24 | 215 | 112 | 56 |
| Binary | 11111 | 11001100 | 1011011 | 1010101 | 0 | 110111 | 10100 | 10001101 | 1001010 | 101110 |
Color Harmonies of #1FCC5B
Complementary color
Monochromatic Colors of #1FCC5B
Black with #1FCC5B
Text Example
Text Example
White with #1FCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC5B; }
p { color: rgb(31,204,91); }
H1.HeaderClassName
{
color: #1FCC5B;
}
.AnyTagClassName
{
color: #1FCC5B;
}
</style>
background-color css
<style>
a { background-color: #1FCC5B; }
a { background-color: rgb(31,204,91); }
div.DivClassName
{
background-color: #1FCC5B;
}
.BgClassName
{
background-color: #1FCC5B;
}
</style>
border-color css
<style>
span { border-color: #1FCC5B; }
span { border-color: rgb(31,204,91); }
td.TdClassName
{
border-color: #1FCC5B;
}
.TagClassName
{
border-color: #1FCC5B;
}
</style>