Shades of Malachite #1FCC5C
Tints of Malachite #1FCC5C
RGB
CMYK
RGB Variations
Color information
#1FCC5C (or 0x1FCC5C) is known color: Malachite. HEX triplet: 1F, CC and 5C. RGB value is (31,204,92). Sum of RGB (Red+Green+Blue) = 31+204+92=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC5C is #E033A3. Grayscale: #8B8B8B. Windows color (decimal): -14693284 or 6081567. OLE color: 6081567.
HSL color Cylindrical-coordinate representation of color #1FCC5C: hue angle of 141.16º 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 #1FCC5C is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 92 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.2 |
| HSL | 141.16º | 0.74% | 0.46% | - |
| HSV(B) | 141.16º | 0.85% | 0.8% | - |
| XYZ | 24.09 | 44.25 | 17.4 | - |
| YUV | 139.51 | 101.19 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 92 | 0.85 | 0 | 0.55 | 0.2 | 141.16 | 0.74 | 0.46 |
| Hex | 1F | CC | 5C | 55 | 0 | 37 | 14 | 8D | 4A | 2E |
| Octal | 37 | 314 | 134 | 125 | 0 | 67 | 24 | 215 | 112 | 56 |
| Binary | 11111 | 11001100 | 1011100 | 1010101 | 0 | 110111 | 10100 | 10001101 | 1001010 | 101110 |
Color Harmonies of #1FCC5C
Complementary color
Monochromatic Colors of #1FCC5C
Black with #1FCC5C
Text Example
Text Example
White with #1FCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC5C; }
p { color: rgb(31,204,92); }
H1.HeaderClassName
{
color: #1FCC5C;
}
.AnyTagClassName
{
color: #1FCC5C;
}
</style>
background-color css
<style>
a { background-color: #1FCC5C; }
a { background-color: rgb(31,204,92); }
div.DivClassName
{
background-color: #1FCC5C;
}
.BgClassName
{
background-color: #1FCC5C;
}
</style>
border-color css
<style>
span { border-color: #1FCC5C; }
span { border-color: rgb(31,204,92); }
td.TdClassName
{
border-color: #1FCC5C;
}
.TagClassName
{
border-color: #1FCC5C;
}
</style>