Shades of Malachite #1FCF4D
Tints of Malachite #1FCF4D
RGB
CMYK
RGB Variations
Color information
#1FCF4D (or 0x1FCF4D) is known color: Malachite. HEX triplet: 1F, CF and 4D. RGB value is (31,207,77). Sum of RGB (Red+Green+Blue) = 31+207+77=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCF4D is #E030B2. Grayscale: #8B8B8B. Windows color (decimal): -14692531 or 5099295. OLE color: 5099295.
HSL color Cylindrical-coordinate representation of color #1FCF4D: hue angle of 135.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF4D is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 77 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.19 |
| HSL | 135.68º | 0.74% | 0.47% | - |
| HSV(B) | 135.68º | 0.85% | 0.81% | - |
| XYZ | 24.22 | 45.45 | 14.52 | - |
| YUV | 139.56 | 92.69 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 77 | 0.85 | 0 | 0.63 | 0.19 | 135.68 | 0.74 | 0.47 |
| Hex | 1F | CF | 4D | 55 | 0 | 3F | 13 | 88 | 4A | 2F |
| Octal | 37 | 317 | 115 | 125 | 0 | 77 | 23 | 210 | 112 | 57 |
| Binary | 11111 | 11001111 | 1001101 | 1010101 | 0 | 111111 | 10011 | 10001000 | 1001010 | 101111 |
Color Harmonies of #1FCF4D
Complementary color
Monochromatic Colors of #1FCF4D
Black with #1FCF4D
Text Example
Text Example
White with #1FCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF4D; }
p { color: rgb(31,207,77); }
H1.HeaderClassName
{
color: #1FCF4D;
}
.AnyTagClassName
{
color: #1FCF4D;
}
</style>
background-color css
<style>
a { background-color: #1FCF4D; }
a { background-color: rgb(31,207,77); }
div.DivClassName
{
background-color: #1FCF4D;
}
.BgClassName
{
background-color: #1FCF4D;
}
</style>
border-color css
<style>
span { border-color: #1FCF4D; }
span { border-color: rgb(31,207,77); }
td.TdClassName
{
border-color: #1FCF4D;
}
.TagClassName
{
border-color: #1FCF4D;
}
</style>