Shades of Malachite #1FD64A
Tints of Malachite #1FD64A
RGB
CMYK
RGB Variations
Color information
#1FD64A (or 0x1FD64A) is known color: Malachite. HEX triplet: 1F, D6 and 4A. RGB value is (31,214,74). Sum of RGB (Red+Green+Blue) = 31+214+74=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD64A is #E029B5. Grayscale: #8F8F8F. Windows color (decimal): -14690742 or 4904479. OLE color: 4904479.
HSL color Cylindrical-coordinate representation of color #1FD64A: hue angle of 134.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD64A is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 74 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.16 |
| HSL | 134.1º | 0.75% | 0.48% | - |
| HSV(B) | 134.1º | 0.86% | 0.84% | - |
| XYZ | 25.85 | 48.88 | 14.55 | - |
| YUV | 143.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 74 | 0.86 | 0 | 0.65 | 0.16 | 134.1 | 0.75 | 0.48 |
| Hex | 1F | D6 | 4A | 56 | 0 | 41 | 10 | 86 | 4B | 30 |
| Octal | 37 | 326 | 112 | 126 | 0 | 101 | 20 | 206 | 113 | 60 |
| Binary | 11111 | 11010110 | 1001010 | 1010110 | 0 | 1000001 | 10000 | 10000110 | 1001011 | 110000 |
Color Harmonies of #1FD64A
Complementary color
Monochromatic Colors of #1FD64A
Black with #1FD64A
Text Example
Text Example
White with #1FD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD64A; }
p { color: rgb(31,214,74); }
H1.HeaderClassName
{
color: #1FD64A;
}
.AnyTagClassName
{
color: #1FD64A;
}
</style>
background-color css
<style>
a { background-color: #1FD64A; }
a { background-color: rgb(31,214,74); }
div.DivClassName
{
background-color: #1FD64A;
}
.BgClassName
{
background-color: #1FD64A;
}
</style>
border-color css
<style>
span { border-color: #1FD64A; }
span { border-color: rgb(31,214,74); }
td.TdClassName
{
border-color: #1FD64A;
}
.TagClassName
{
border-color: #1FD64A;
}
</style>