Shades of Malachite #1FD34A
Tints of Malachite #1FD34A
RGB
CMYK
RGB Variations
Color information
#1FD34A (or 0x1FD34A) is known color: Malachite. HEX triplet: 1F, D3 and 4A. RGB value is (31,211,74). Sum of RGB (Red+Green+Blue) = 31+211+74=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 211 (82.81% from 255 or 66.77% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD34A is #E02CB5. Grayscale: #8D8D8D. Windows color (decimal): -14691510 or 4903711. OLE color: 4903711.
HSL color Cylindrical-coordinate representation of color #1FD34A: hue angle of 134.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD34A is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 74 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.17 |
| HSL | 134.33º | 0.74% | 0.47% | - |
| HSV(B) | 134.33º | 0.85% | 0.83% | - |
| XYZ | 25.1 | 47.37 | 14.3 | - |
| YUV | 141.56 | 89.87 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 74 | 0.85 | 0 | 0.65 | 0.17 | 134.33 | 0.74 | 0.47 |
| Hex | 1F | D3 | 4A | 55 | 0 | 41 | 11 | 86 | 4A | 2F |
| Octal | 37 | 323 | 112 | 125 | 0 | 101 | 21 | 206 | 112 | 57 |
| Binary | 11111 | 11010011 | 1001010 | 1010101 | 0 | 1000001 | 10001 | 10000110 | 1001010 | 101111 |
Color Harmonies of #1FD34A
Complementary color
Monochromatic Colors of #1FD34A
Black with #1FD34A
Text Example
Text Example
White with #1FD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD34A; }
p { color: rgb(31,211,74); }
H1.HeaderClassName
{
color: #1FD34A;
}
.AnyTagClassName
{
color: #1FD34A;
}
</style>
background-color css
<style>
a { background-color: #1FD34A; }
a { background-color: rgb(31,211,74); }
div.DivClassName
{
background-color: #1FD34A;
}
.BgClassName
{
background-color: #1FD34A;
}
</style>
border-color css
<style>
span { border-color: #1FD34A; }
span { border-color: rgb(31,211,74); }
td.TdClassName
{
border-color: #1FD34A;
}
.TagClassName
{
border-color: #1FD34A;
}
</style>