Shades of Malachite #1FCC56
Tints of Malachite #1FCC56
RGB
CMYK
RGB Variations
Color information
#1FCC56 (or 0x1FCC56) is known color: Malachite. HEX triplet: 1F, CC and 56. RGB value is (31,204,86). Sum of RGB (Red+Green+Blue) = 31+204+86=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC56 is #E033A9. Grayscale: #8B8B8B. Windows color (decimal): -14693290 or 5688351. OLE color: 5688351.
HSL color Cylindrical-coordinate representation of color #1FCC56: hue angle of 139.08º 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 #1FCC56 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 86 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.2 |
| HSL | 139.08º | 0.74% | 0.46% | - |
| HSV(B) | 139.08º | 0.85% | 0.8% | - |
| XYZ | 23.84 | 44.15 | 16.07 | - |
| YUV | 138.82 | 98.19 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 86 | 0.85 | 0 | 0.58 | 0.2 | 139.08 | 0.74 | 0.46 |
| Hex | 1F | CC | 56 | 55 | 0 | 3A | 14 | 8B | 4A | 2E |
| Octal | 37 | 314 | 126 | 125 | 0 | 72 | 24 | 213 | 112 | 56 |
| Binary | 11111 | 11001100 | 1010110 | 1010101 | 0 | 111010 | 10100 | 10001011 | 1001010 | 101110 |
Color Harmonies of #1FCC56
Complementary color
Monochromatic Colors of #1FCC56
Black with #1FCC56
Text Example
Text Example
White with #1FCC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC56; }
p { color: rgb(31,204,86); }
H1.HeaderClassName
{
color: #1FCC56;
}
.AnyTagClassName
{
color: #1FCC56;
}
</style>
background-color css
<style>
a { background-color: #1FCC56; }
a { background-color: rgb(31,204,86); }
div.DivClassName
{
background-color: #1FCC56;
}
.BgClassName
{
background-color: #1FCC56;
}
</style>
border-color css
<style>
span { border-color: #1FCC56; }
span { border-color: rgb(31,204,86); }
td.TdClassName
{
border-color: #1FCC56;
}
.TagClassName
{
border-color: #1FCC56;
}
</style>