Shades of Malachite #1FCD52
Tints of Malachite #1FCD52
RGB
CMYK
RGB Variations
Color information
#1FCD52 (or 0x1FCD52) is known color: Malachite. HEX triplet: 1F, CD and 52. RGB value is (31,205,82). Sum of RGB (Red+Green+Blue) = 31+205+82=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 205 (80.47% from 255 or 64.47% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCD52 is #E032AD. Grayscale: #8B8B8B. Windows color (decimal): -14693038 or 5426463. OLE color: 5426463.
HSL color Cylindrical-coordinate representation of color #1FCD52: hue angle of 137.59º 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 #1FCD52 is Cyan = 0.85, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 82 | - |
| CMYK | 0.85 | 0 | 0.6 | 0.20 |
| HSL | 137.59º | 0.74% | 0.46% | - |
| HSV(B) | 137.59º | 0.85% | 0.8% | - |
| XYZ | 23.92 | 44.56 | 15.32 | - |
| YUV | 138.95 | 95.85 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 82 | 0.85 | 0 | 0.6 | 0.20 | 137.59 | 0.74 | 0.46 |
| Hex | 1F | CD | 52 | 55 | 0 | 3C | 14 | 8A | 4A | 2E |
| Octal | 37 | 315 | 122 | 125 | 0 | 74 | 24 | 212 | 112 | 56 |
| Binary | 11111 | 11001101 | 1010010 | 1010101 | 0 | 111100 | 10100 | 10001010 | 1001010 | 101110 |
Color Harmonies of #1FCD52
Complementary color
Monochromatic Colors of #1FCD52
Black with #1FCD52
Text Example
Text Example
White with #1FCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD52; }
p { color: rgb(31,205,82); }
H1.HeaderClassName
{
color: #1FCD52;
}
.AnyTagClassName
{
color: #1FCD52;
}
</style>
background-color css
<style>
a { background-color: #1FCD52; }
a { background-color: rgb(31,205,82); }
div.DivClassName
{
background-color: #1FCD52;
}
.BgClassName
{
background-color: #1FCD52;
}
</style>
border-color css
<style>
span { border-color: #1FCD52; }
span { border-color: rgb(31,205,82); }
td.TdClassName
{
border-color: #1FCD52;
}
.TagClassName
{
border-color: #1FCD52;
}
</style>