Shades of Malachite #1FCD5A
Tints of Malachite #1FCD5A
RGB
CMYK
RGB Variations
Color information
#1FCD5A (or 0x1FCD5A) is known color: Malachite. HEX triplet: 1F, CD and 5A. RGB value is (31,205,90). Sum of RGB (Red+Green+Blue) = 31+205+90=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCD5A is #E032A5. Grayscale: #8C8C8C. Windows color (decimal): -14693030 or 5950751. OLE color: 5950751.
HSL color Cylindrical-coordinate representation of color #1FCD5A: hue angle of 140.34º 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 #1FCD5A is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 90 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.20 |
| HSL | 140.34º | 0.74% | 0.46% | - |
| HSV(B) | 140.34º | 0.85% | 0.8% | - |
| XYZ | 24.24 | 44.69 | 17.02 | - |
| YUV | 139.86 | 99.85 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 90 | 0.85 | 0 | 0.56 | 0.20 | 140.34 | 0.74 | 0.46 |
| Hex | 1F | CD | 5A | 55 | 0 | 38 | 14 | 8C | 4A | 2E |
| Octal | 37 | 315 | 132 | 125 | 0 | 70 | 24 | 214 | 112 | 56 |
| Binary | 11111 | 11001101 | 1011010 | 1010101 | 0 | 111000 | 10100 | 10001100 | 1001010 | 101110 |
Color Harmonies of #1FCD5A
Complementary color
Monochromatic Colors of #1FCD5A
Black with #1FCD5A
Text Example
Text Example
White with #1FCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD5A; }
p { color: rgb(31,205,90); }
H1.HeaderClassName
{
color: #1FCD5A;
}
.AnyTagClassName
{
color: #1FCD5A;
}
</style>
background-color css
<style>
a { background-color: #1FCD5A; }
a { background-color: rgb(31,205,90); }
div.DivClassName
{
background-color: #1FCD5A;
}
.BgClassName
{
background-color: #1FCD5A;
}
</style>
border-color css
<style>
span { border-color: #1FCD5A; }
span { border-color: rgb(31,205,90); }
td.TdClassName
{
border-color: #1FCD5A;
}
.TagClassName
{
border-color: #1FCD5A;
}
</style>