Shades of Malachite #1FCC5D
Tints of Malachite #1FCC5D
RGB
CMYK
RGB Variations
Color information
#1FCC5D (or 0x1FCC5D) is known color: Malachite. HEX triplet: 1F, CC and 5D. RGB value is (31,204,93). Sum of RGB (Red+Green+Blue) = 31+204+93=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC5D is #E033A2. Grayscale: #8B8B8B. Windows color (decimal): -14693283 or 6147103. OLE color: 6147103.
HSL color Cylindrical-coordinate representation of color #1FCC5D: hue angle of 141.5º 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 #1FCC5D is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 93 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.2 |
| HSL | 141.5º | 0.74% | 0.46% | - |
| HSV(B) | 141.5º | 0.85% | 0.8% | - |
| XYZ | 24.13 | 44.27 | 17.63 | - |
| YUV | 139.62 | 101.69 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 93 | 0.85 | 0 | 0.54 | 0.2 | 141.5 | 0.74 | 0.46 |
| Hex | 1F | CC | 5D | 55 | 0 | 36 | 14 | 8E | 4A | 2E |
| Octal | 37 | 314 | 135 | 125 | 0 | 66 | 24 | 216 | 112 | 56 |
| Binary | 11111 | 11001100 | 1011101 | 1010101 | 0 | 110110 | 10100 | 10001110 | 1001010 | 101110 |
Color Harmonies of #1FCC5D
Complementary color
Monochromatic Colors of #1FCC5D
Black with #1FCC5D
Text Example
Text Example
White with #1FCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC5D; }
p { color: rgb(31,204,93); }
H1.HeaderClassName
{
color: #1FCC5D;
}
.AnyTagClassName
{
color: #1FCC5D;
}
</style>
background-color css
<style>
a { background-color: #1FCC5D; }
a { background-color: rgb(31,204,93); }
div.DivClassName
{
background-color: #1FCC5D;
}
.BgClassName
{
background-color: #1FCC5D;
}
</style>
border-color css
<style>
span { border-color: #1FCC5D; }
span { border-color: rgb(31,204,93); }
td.TdClassName
{
border-color: #1FCC5D;
}
.TagClassName
{
border-color: #1FCC5D;
}
</style>